summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-input-lessthan_greaterthan.html
blob: 961be5b61969e3ce455c4db578170b9b41b97181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<TR>
  <TH ALIGN="right"><% $opt{label} %> less than: </TH>
  <TD><INPUT TYPE="text" NAME="<% $opt{field} %>_lt" SIZE=7></TD>
</TR>

<TR>
  <TH ALIGN="right"><% $opt{label} %> greater than: </TH>
  <TD><INPUT TYPE="text" NAME="<% $opt{field} %>_gt" SIZE=7></TD>
</TR>

<%init>
  my %opt = @_;
</%init>