deputat/templates/modern/hauptframe.html
2023-04-25 13:25:59 +02:00

31 lines
770 B
HTML
Executable File

<html>
<head>
<title>{$hauptframe_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$global_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$hauptframe_text1} {$hauptframe_cur_jahrgang}/{$hauptframe_cur_jahrgang+1}</b>
<br />
<br />
<br />
{$hauptframe_text2}
</td>
</tr>
</table>
</div>
</body>
</html>