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.

27 lines
496 B
HTML

<form action="" type="get">
<fieldset id="filter"><legend>Filter</legend>
<input type="hidden" name="p" value="user_shifts">
13 years ago
%room_select%
%type_select%
13 years ago
%day_select%
%filled_select%
<input type="submit" style="width: 100%;" value="Filtern">
</fieldset>
</form>
13 years ago
<table>
<thead>
<tr>
<th>
Zeit
13 years ago
</th>
<th>
Einträge
13 years ago
</th>
</tr>
</thead>
<tbody>
%shifts_table%
</tbody>
</table>