summaryrefslogtreecommitdiff
path: root/httemplate/elements/hidden.html
blob: 831108121a5e2e5ea2cb108aa708418aaf68e322 (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} |h %>"
>

<%init>

my %opt = @_;

</%init>