engelsystem/templates/user_shifts.html

27 lines
496 B
HTML
Raw Normal View History

<form action="" type="get">
<fieldset id="filter"><legend>Filter</legend>
<input type="hidden" name="p" value="user_shifts">
2011-12-27 15:42:13 +01:00
%room_select%
%type_select%
2011-12-27 15:42:13 +01:00
%day_select%
%filled_select%
<input type="submit" style="width: 100%;" value="Filtern">
</fieldset>
</form>
2011-07-13 14:30:19 +02:00
<table>
<thead>
<tr>
<th>
2011-09-14 23:05:43 +02:00
Zeit
2011-07-13 14:30:19 +02:00
</th>
<th>
2011-09-14 23:05:43 +02:00
Einträge
2011-07-13 14:30:19 +02:00
</th>
</tr>
</thead>
<tbody>
%shifts_table%
</tbody>
</table>