Initial commit from online.

This commit is contained in:
2023-12-28 12:13:55 +01:00
commit b65644f3e0
235 changed files with 4060 additions and 0 deletions

21
inhalte/kal_def.php Normal file
View File

@@ -0,0 +1,21 @@
<table class="cal">
<colgroup>
<col span="7" width="33px" />
</colgroup>
<tr>
<td class="bel">&nbsp;</td>
<td colspan="6">Belegt</td>
</tr>
<tr>
<td class="hs">&nbsp;</td>
<td colspan="6">Hauptsaison</td>
</tr>
<tr>
<td class="ns">&nbsp;</td>
<td colspan="6">Nebensaison</td>
</tr>
<tr>
<td class="aw">&nbsp;</td>
<td colspan="6">Weihnachten</td>
</tr>
</table>