summaryrefslogtreecommitdiff
path: root/templates/user_shifts.html
blob: 76bbba7feb79b2683c0d3857bfb00a611860f676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<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%
<input class="button" type="submit" style="width: 100%;" value="Filtern">
</fieldset>
</form>

<table>
    <thead>
        <tr>
            <th>
                Zeit
            </th>
            <th>
                Einträge
            </th>
        </tr>
    </thead>
    <tbody>
        %shifts_table%
    </tbody>
</table>
<h2>iCal Export</h2>
<p>
    Zum abonnieren in Deiner Kalender-Software benutze folgenden öffentlichen Link (daher bitte geheimhalten, im Notfall Deinen <a href="%reset_link%">Key zurücksetzen</a>):
    <br/>
	<a href="%ical_link%">%ical_link%</a>
</p>