engelsystem/templates/admin_shift_preview.html

32 lines
1.0 KiB
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>
2011-10-12 17:02:48 +02:00
<input type="submit" name="back" value="Zurück" /><input type="submit" name="submit" value="Erstellen" />
2011-09-12 14:43:13 +02:00
</p>
2011-10-12 17:02:48 +02:00
<input type="hidden" name="name" value="%name%" />
<input type="hidden" name="rid" value="%rid%" />
<input type="hidden" name="start" value="%start%" />
<input type="hidden" name="end" value="%end%" />
<input type="hidden" name="mode" value="%mode%" />
<input type="hidden" name="length" value="%length%" />
<input type="hidden" name="change_hours" value="%change_hours%" />
<input type="hidden" name="angelmode" value="%angelmode%" />
%needed_angel_types%
2011-09-12 14:43:13 +02:00
</fieldset>
</form>