2012-12-27 22:46:41 +01:00
|
|
|
<form action="#shifts" type="get">
|
2011-12-27 22:28:06 +01:00
|
|
|
<fieldset class="form" id="filter"><legend>Filter</legend>
|
2012-12-30 15:06:52 +01:00
|
|
|
<div>
|
|
|
|
%start_select% <input type="time" name="start_time" size="5" pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="%start_time%">
|
|
|
|
– %end_select% <input type="time" name="end_time" size="5" pattern="^\d{1,2}:\d{2}$" placeholder="HH:MM" maxlength="5" value="%end_time%">
|
|
|
|
</div>
|
2011-12-27 22:13:17 +01:00
|
|
|
<input type="hidden" name="p" value="user_shifts">
|
2011-12-27 15:42:13 +01:00
|
|
|
%room_select%
|
2011-12-27 22:13:17 +01:00
|
|
|
%type_select%
|
|
|
|
%filled_select%
|
2012-12-12 00:45:29 +01:00
|
|
|
<div>%task_notice%</div>
|
2012-12-27 22:46:41 +01:00
|
|
|
<div>%new_style_checkbox%</div>
|
2012-12-12 00:22:30 +01:00
|
|
|
<input class="button" type="submit" style="width: 100%;" value="%filter%">
|
2011-12-27 22:13:17 +01:00
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
|
2012-12-27 15:00:21 +01:00
|
|
|
%shifts_table%
|
|
|
|
|
2011-12-28 14:45:49 +01:00
|
|
|
<h2>iCal Export</h2>
|
|
|
|
<p>
|
2012-12-12 00:22:30 +01:00
|
|
|
%ical_text%
|
2011-12-28 14:45:49 +01:00
|
|
|
</p>
|