engelsystem/templates/user_myshifts.html

47 lines
750 B
HTML
Raw Normal View History

2011-07-19 19:12:36 +02:00
<p>
%intro%
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 &amp; Kollegen
2011-07-19 19:12:36 +02:00
</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>
<tfoot>
<tr>
<th>Summe</th>
<th>%time_sum% Stunden</th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</tfoot>
2011-07-19 19:12:36 +02:00
</table>
2011-10-11 22:18:36 +02:00
<hr />
<h2>iCal Export</h2>
<p>
%ical_text%
2011-10-11 22:18:36 +02:00
</p>