engelsystem/templates/user_shifts.html

22 lines
298 B
HTML
Raw Normal View History

2011-07-13 14:30:19 +02:00
<p>
2011-09-14 23:05:43 +02:00
Raum: %room_select%
2011-07-13 14:30:19 +02:00
</p>
<p>
2011-09-14 23:05:43 +02:00
Tag: %day_select%
2011-07-13 14:30:19 +02:00
</p>
<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>