summaryrefslogtreecommitdiff
path: root/templates/user_shifts.html
blob: 927f3cca4d00104cc6ba6c68d65b8a4b2f22e464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<form action="#shifts" 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>
<div>%new_style_checkbox%</div>
<input class="button" type="submit" style="width: 100%;" value="%filter%">
</fieldset>
</form>

%shifts_table%

<h2>iCal Export</h2>
<p>
    %ical_text%
</p>