You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
314 B
HTML
22 lines
314 B
HTML
14 years ago
|
<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>
|