summaryrefslogtreecommitdiff
path: root/httemplate/elements/hidden.html
blob: 26da70ac084fd30254168099b3d12e3009f712a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<INPUT TYPE  = "hidden"
       NAME  = "<% $opt{field} %>"
       ID    = "<% $opt{field} %>"
       VALUE = "<% $opt{curr_value} || $opt{value} %>"
>

<%init>

my %opt = @_;

</%init>