Revision 1756e2a2
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
templates/webpages/report_generator/html_report_de.html | ||
---|---|---|
41 | 41 |
[%- FOREACH row = HEADER_ROWS %] |
42 | 42 |
<tr> |
43 | 43 |
[% FOREACH col = row %] |
44 |
<th class="listheading">[% IF col.link %]<a href="[% col.link %]">[% END %][% col.text %][% IF col.link %][% IF col.show_sort_indicator %]<img border="0" src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[% END %]</a>[% ELSE %][% IF col.show_sort_indicator %]<img src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[% END %][% END %]</th> |
|
44 |
<th class="listheading"> |
|
45 |
[%- IF col.link -%]<a href="[% col.link %]">[%- END -%] |
|
46 |
[%- col.text -%] |
|
47 |
[%- IF col.show_sort_indicator -%]<img border="0" src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[%- END -%] |
|
48 |
[%- IF col.link -%]</a>[%- END -%] |
|
49 |
</th> |
|
45 | 50 |
[% END %] |
46 | 51 |
</tr> |
47 | 52 |
[%- END %] |
templates/webpages/report_generator/html_report_master.html | ||
---|---|---|
41 | 41 |
[%- FOREACH row = HEADER_ROWS %] |
42 | 42 |
<tr> |
43 | 43 |
[% FOREACH col = row %] |
44 |
<th class="listheading">[% IF col.link %]<a href="[% col.link %]">[% END %][% col.text %][% IF col.link %][% IF col.show_sort_indicator %]<img border="0" src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[% END %]</a>[% ELSE %][% IF col.show_sort_indicator %]<img src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[% END %][% END %]</th> |
|
44 |
<th class="listheading"> |
|
45 |
[%- IF col.link -%]<a href="[% col.link %]">[%- END -%] |
|
46 |
[%- col.text -%] |
|
47 |
[%- IF col.show_sort_indicator -%]<img border="0" src="image/[% IF col.sort_indicator_direction %]down[% ELSE %]up[% END %].png">[%- END -%] |
|
48 |
[%- IF col.link -%]</a>[%- END -%] |
|
49 |
</th> |
|
45 | 50 |
[% END %] |
46 | 51 |
</tr> |
47 | 52 |
[%- END %] |
Auch abrufbar als: Unified diff
Übersichtlichere Anordnung der verschiedenen Prüfungen.