engelsystem/templates/user_myshifts.html

44 lines
943 B
HTML
Raw Normal View History

2011-07-19 19:12:36 +02:00
<p>
2011-09-14 22:32:13 +02:00
Hier sind Deine Schichten.
2011-07-19 19:12:36 +02:00
<br/>
2011-10-11 22:18:36 +02:00
Versuche bitte <b>15 Minuten</b>
vor Schichtbeginn anwesend zu sein!
2011-07-19 19:12:36 +02:00
<br/>
2011-10-11 22:18:36 +02:00
Du kannst Dich %h% Stunden vor Schichtbeginn noch aus Schichten wieder austragen.
2011-07-19 19:12:36 +02:00
</p>
%msg%
<table>
<thead>
<tr>
<th>
2011-09-14 22:32:13 +02:00
Tag
2011-07-19 19:12:36 +02:00
</th>
<th>
2011-09-14 22:32:13 +02:00
Zeit
2011-07-19 19:12:36 +02:00
</th>
<th>
2011-09-14 22:32:13 +02:00
Ort
2011-07-19 19:12:36 +02:00
</th>
<th>
Name
</th>
<th>
2011-09-14 22:32:13 +02:00
Kommentar
2011-07-19 19:12:36 +02:00
</th>
<th>
2011-09-14 22:32:13 +02:00
Aktion
2011-07-19 19:12:36 +02:00
</th>
</tr>
</thead>
<tbody>
%shifts%
</tbody>
</table>
2011-10-11 22:18:36 +02:00
<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>