Revision 06e6381a
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/gobd/filter.html | ||
---|---|---|
1 |
[%- USE HTML %]
|
|
2 |
[%- USE T8 %]
|
|
3 |
[%- USE L %]
|
|
4 |
[%- USE LxERP %]
|
|
1 |
[% USE HTML %] |
|
2 |
[% USE T8 %] |
|
3 |
[% USE L %] |
|
4 |
[% USE LxERP %] |
|
5 | 5 |
|
6 | 6 |
<h1>[% title | html %]</h1> |
7 | 7 |
|
... | ... | |
11 | 11 |
|
12 | 12 |
<form id='filter_form'> |
13 | 13 |
|
14 |
<table> |
|
15 |
<tr> |
|
16 |
<td>[% L.radio_button_tag('method', value='year', checked=1) %] |
|
17 |
<td>[% 'Year' | $T8 %]</td> |
|
18 |
<td>[% L.select_tag('year', SELF.available_years, default=current_year) %]</td> |
|
19 |
</tr> |
|
20 |
<tr> |
|
21 |
<td>[% L.radio_button_tag('method') %] |
|
22 |
<td>[% 'From Date' | $T8 %]</td> |
|
23 |
<td>[% L.date_tag('from', SELF.from) %]</td> |
|
24 |
<td>[% 'To Date' | $T8 %]</td> |
|
25 |
<td>[% L.date_tag('to', SELF.to) %]</td> |
|
26 |
</tr> |
|
14 |
<table class="tbl-horizontal"> |
|
15 |
<tbody> |
|
16 |
<tr> |
|
17 |
<th>[% 'Year' | $T8 %]</th> |
|
18 |
<td>[% L.radio_button_tag('method', value='year', checked=1) %] |
|
19 |
<td>[% L.select_tag('year', SELF.available_years, default=current_year) %]</td> |
|
20 |
</tr> |
|
21 |
<tr> |
|
22 |
<th>[% 'Period' | $T8 %]</th> |
|
23 |
<td>[% L.radio_button_tag('method') %] |
|
24 |
<!-- <td>[% 'From Date' | $T8 %]</td> --> |
|
25 |
<td>[% L.date_tag('from', SELF.from) %] [% 'To Date' | $T8 %] [% L.date_tag('to', SELF.to) %]</td> |
|
26 |
</tr> |
|
27 |
</tbody> |
|
27 | 28 |
</table> |
28 | 29 |
</form> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert & Template Code templates/webpages/godb/filter.html