engelsystem/templates/user_myshifts.html

36 lines
674 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-09-14 22:32:13 +02:00
Versuche bitte <b>15 Minuten</b> vor Schichtbeginn anwesend zu sein!
2011-07-19 19:12:36 +02:00
<br/>
2011-09-14 22:32:13 +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>