engelsystem/templates/user_shifts.html

22 lines
314 B
HTML
Raw Normal View History

2011-07-13 14:30:19 +02:00
<p>
Select room: %room_select%
</p>
<p>
Select day: %day_select%
</p>
<table>
<thead>
<tr>
<th>
Timeslot
</th>
<th>
Entries
</th>
</tr>
</thead>
<tbody>
%shifts_table%
</tbody>
</table>