22 lines
314 B
HTML
22 lines
314 B
HTML
|
<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>
|