Zur aktuellen Revision |
Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 22 |
lars |
1 |
{include file="header.tpl"}
|
|
|
2 |
{$cal}
|
|
|
3 |
<br>
|
|
|
4 |
<form action="index.php" method="post">
|
|
|
5 |
<input type="submit" name="back" value="zurück zur Übersicht" class="liteoption">
|
|
|
6 |
</form>
|
|
|
7 |
<form action="print.php" method="post">
|
|
|
8 |
<input type='hidden' name='tag' value='{$d}'>
|
|
|
9 |
<input type='hidden' name='monat' value='{$m}'>
|
|
|
10 |
<input type='hidden' name='jahr' value='{$y}'>
|
|
|
11 |
<input type="submit" value="Druckansicht" class="liteoption">
|
|
|
12 |
</form>
|
|
|
13 |
{include file="footer.tpl"}
|