Revision 806ae879
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
templates/webpages/report_generator/html_report.html | ||
---|---|---|
28 | 28 |
[% RAW_TOP_INFO_TEXT %] |
29 | 29 |
|
30 | 30 |
[% IF DATA_PRESENT %] |
31 |
<p> |
|
32 | 31 |
<table [% IF TABLE_CLASS %]class="[% TABLE_CLASS %]"[% END %] id="report_table_id" width="100%"> |
33 | 32 |
<thead> |
34 | 33 |
[%- FOREACH row = HEADER_ROWS %] |
... | ... | |
88 | 87 |
</tbody> |
89 | 88 |
</table> |
90 | 89 |
<hr size="3" noshade> |
91 |
</p> |
|
92 | 90 |
[% ELSE %] |
93 | 91 |
<p class="message_hint">[% 'No data was found.' | $T8 %]</p> |
94 | 92 |
[% END %] |
Auch abrufbar als: Unified diff
Report-Generator: HTML-Template: Kein Paragprah (<p>) um Tabellen (<table>)