summaryrefslogtreecommitdiff
path: root/templates/user_myshifts.html
blob: 97f6660155a1b02c80493c2899800133a11c2a79 (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
33
34
35
36
37
38
39
40
41
42
43
<p>
    Hier sind Deine Schichten.
    <br/>
    Versuche bitte <b>15 Minuten</b>
    vor Schichtbeginn anwesend zu sein!
    <br/>
    Du kannst Dich %h% Stunden vor Schichtbeginn noch aus Schichten wieder austragen.
</p>
%msg%
<table>
    <thead>
        <tr>
            <th>
                Tag
            </th>
            <th>
                Zeit
            </th>
            <th>
                Ort
            </th>
            <th>
                Name
            </th>
            <th>
                Kommentar
            </th>
            <th>
                Aktion
            </th>
        </tr>
    </thead>
    <tbody>
        %shifts%
    </tbody>
</table>
<hr />
<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>