Revision 0cb4fc48
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/generic/information.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[%- USE HTML %] |
|
3 |
<table width="100%"> |
|
4 |
<tr> |
|
5 |
<th class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</th> |
|
6 |
</tr> |
|
7 |
<tr height="5"></tr> |
|
8 |
|
|
9 |
<tr><td>[% label_information %]</td></tr> |
|
10 |
</table> |
|
2 |
<div class="message_ok">[% IF title_information %][% title_information %][% ELSE %][% 'Information' | $T8 %][% END %]</div> |
|
3 |
<p>[% label_information %]</p> |
|
11 | 4 |
|
Auch abrufbar als: Unified diff
Fehlerhaftes Markup korrigiert