engelsystem/templates/user_myshifts.html

37 lines
528 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
</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>
%ical_text%
2011-10-11 22:18:36 +02:00
</p>