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

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

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