blob: 10040b5fb122ed1146d29db496e400182664c1a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- MessageTemplate -->
<?% IF ! global.bodyinc.defined;global.bodyinc = 1 %?>
<body class="hilfsframed">
<div>
<?% END %?>
<table class="editortable" summary="">
<tr><td class="editorhead"><div class="editorhead"> </div><?% INCLUDE shutter.inc %?></td></tr>
<tr>
<td class="editortext" align="left">
<font class="error"><?% data.join('<br />') %?></font>
</td>
</tr>
<tr><td class="editorbottom"></td></tr>
</table>
|