engelsystem/templates/user_shifts.html

32 lines
601 B
HTML
Raw Normal View History

<form action="" type="get">
2011-12-27 22:28:06 +01:00
<fieldset class="form" id="filter"><legend>Filter</legend>
<input type="hidden" name="p" value="user_shifts">
2011-12-27 15:42:13 +01:00
%room_select%
%type_select%
2011-12-27 15:42:13 +01:00
%day_select%
%filled_select%
2012-12-12 00:45:29 +01:00
<div>%task_notice%</div>
<input class="button" type="submit" style="width: 100%;" value="%filter%">
</fieldset>
</form>
2011-07-13 14:30:19 +02:00
<table>
<thead>
<tr>
<th>
%header1%
2011-07-13 14:30:19 +02:00
</th>
<th>
%header2%
2011-07-13 14:30:19 +02:00
</th>
</tr>
</thead>
<tbody>
%shifts_table%
</tbody>
</table>
2011-12-28 14:45:49 +01:00
<h2>iCal Export</h2>
<p>
%ical_text%
2011-12-28 14:45:49 +01:00
</p>