engelsystem/templates/admin_shift_preview.html

23 lines
537 B
HTML
Raw Normal View History

2011-09-11 23:01:39 +02:00
<h3>Vorschau:</h3>
2011-09-12 14:43:13 +02:00
<form action="" method="post">
<fieldset>
<table>
<thead>
<tr>
<th>
Timeslot
</th>
<th>
Entries
</th>
</tr>
</thead>
<tbody>
%shifts_table%
</tbody>
</table>
<p>
<input type="submit" name="submit" value="Erstellen" />
</p>
</fieldset>
</form>