first commit

This commit is contained in:
aschwarz
2023-04-25 13:25:59 +02:00
commit 086d1e1e9e
1774 changed files with 396049 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<html>
<head>
<title>{$hauptframe_eingabe_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>{$hauptframe_eingabe_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center">
<b>{$hauptframe_eingabe_text1} {$hauptframe_eingabe_cur_jahrgang}/{$hauptframe_eingabe_cur_jahrgang+1}</b>
<br />
<br />
<br />
{$hauptframe_eingabe_text2}
</td>
</tr>
</table>
</div>
</body>
</html>