32 lines
601 B
HTML
32 lines
601 B
HTML
<form action="" type="get">
|
|
<fieldset class="form" id="filter"><legend>Filter</legend>
|
|
<input type="hidden" name="p" value="user_shifts">
|
|
%room_select%
|
|
%type_select%
|
|
%day_select%
|
|
%filled_select%
|
|
<div>%task_notice%</div>
|
|
<input class="button" type="submit" style="width: 100%;" value="%filter%">
|
|
</fieldset>
|
|
</form>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
%header1%
|
|
</th>
|
|
<th>
|
|
%header2%
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
%shifts_table%
|
|
</tbody>
|
|
</table>
|
|
<h2>iCal Export</h2>
|
|
<p>
|
|
%ical_text%
|
|
</p>
|