summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-time-from_to.html
blob: e4173134572687806dc8649e18532dd9c79352d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<& select-time.html,
     %opt,
     'field'            => $opt{'prefix'}. 'stime',
     'selected_default' => 480, #8am... configure?
     'curr_value'       => scalar($cgi->param($opt{'prefix'}.'stime')),
&>
 - 
<& select-time.html,
     %opt,
     'field'            => $opt{'prefix'}. 'etime',
     'selected_default' => 1080, #6pm.. configure?
     'curr_value'       => scalar($cgi->param($opt{'prefix'}.'etime')),
&>
<%init>
  my %opt = @_;

</%init>