Revision 46bc75c8
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/ic/search.html | ||
---|---|---|
1 |
[%- USE T8 %]
|
|
1 |
%- USE T8 %] |
|
2 | 2 |
[%- USE HTML %] |
3 | 3 |
[%- USE LxERP %] |
4 |
[%- USE L %] |
|
4 | 5 |
<body> |
5 | 6 |
|
6 | 7 |
<form method="post" action="ic.pl"> |
... | ... | |
147 | 148 |
<table> |
148 | 149 |
<tr> |
149 | 150 |
<th>[% 'From' | $T8 %]</th> |
150 |
<td><input name="transdatefrom" id="transdatefrom" size="11" title="[% HTML.escape(dateformat) %]"></td> |
|
151 |
<td><input type="button" name="transdatefrom" id="trigger1" value="[% 'button' | $T8 %]"></td> |
|
151 |
<td>[% L.date_tag('transdatefrom') %]</td> |
|
152 | 152 |
<th>[% 'To (time)' | $T8 %]</th> |
153 |
<td><input name="transdateto" id="transdateto" size="11" title="[% HTML.escape(dateformat) %]"></td> |
|
154 |
<td><input type="button" name="transdateto" name="transdateto" id="trigger2" value="[% 'button' | $T8 %]"></td> |
|
153 |
<td>[% L.date_tag('transdateto') %]</td> |
|
155 | 154 |
</tr> |
156 | 155 |
</table> |
157 | 156 |
</td> |
... | ... | |
297 | 296 |
<tr><td colspan="4"><hr size="3" noshade></td></tr> |
298 | 297 |
</table> |
299 | 298 |
|
300 |
<script type="text/javascript"> |
|
301 |
<!-- |
|
302 |
Calendar.setup({ inputField : "transdatefrom", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" }); |
|
303 |
Calendar.setup({ inputField : "transdateto", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger2" }); |
|
304 |
//--> |
|
305 |
</script> |
|
306 |
|
|
307 | 299 |
<p> |
308 | 300 |
<input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]"> |
309 | 301 |
<input class="submit" type="submit" name="action" value="[% 'TOP100' | $T8 %]"> |
Auch abrufbar als: Unified diff
Date-Input-Felder durch 'L.date_tag's ersetzt