Revision 317330b2
Von Sven Schöling vor etwa 9 Jahren hinzugefügt
templates/webpages/letter/search.html | ||
---|---|---|
1 | 1 |
[% USE HTML %] |
2 | 2 |
[% USE T8 %] |
3 |
<body onload="on_load()"> |
|
4 |
|
|
5 |
<script type="text/javascript"> |
|
6 |
<!-- |
|
7 |
function on_load() { |
|
8 |
Calendar.setup({ inputField : "date_from", ifFormat :"[% MYCONFIG.jsc_dateformat %]", align : "BR", button : "date_from_trigger" }); |
|
9 |
Calendar.setup({ inputField : "date_to", ifFormat :"[% MYCONFIG.jsc_dateformat %]", align : "BR", button : "date_to_trigger" }); |
|
10 |
document.Form.subject.focus(); |
|
11 |
} |
|
12 |
--> |
|
13 |
</script> |
|
3 |
[% USE L %] |
|
4 |
<body> |
|
14 | 5 |
|
15 | 6 |
<div class="listtop">[% title %]</div> |
16 | 7 |
|
... | ... | |
62 | 53 |
<tr> |
63 | 54 |
<td align='right'>[% 'From' | $T8 %]</td> |
64 | 55 |
<td> |
65 |
<input name="date_from" id="date_from" size="12"> |
|
66 |
<input type="button" name="date_from_button" id="date_from_trigger" value="?"> |
|
56 |
[% L.date_tag('date_from') %] |
|
67 | 57 |
[% 'To (time)' | $T8 %] |
68 |
<input name="date_to" id="date_to" size="12"> |
|
69 |
<input type="button" name="date_to_button" id="date_to_trigger" value="?"> |
|
58 |
[% L.date_tag('date_to') %] |
|
70 | 59 |
</td> |
71 | 60 |
</tr> |
72 | 61 |
<!-- |
Auch abrufbar als: Unified diff
template: Verwendung von MYCONFIG.jsc_dateformat entfernt