summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-07-19 19:12:36 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-07-19 19:12:36 +0200
commit05410ba89afa6ed6dd669528e25c578480e3a67f (patch)
tree216df60effc21671bf7740f2ed2bd9cf1b525bfb /templates
parent32cdb6b0e1d905360f2824444339273f111aff0b (diff)
#6 my shifts | cancel my shifts
Diffstat (limited to 'templates')
-rw-r--r--templates/user_myshifts.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/user_myshifts.html b/templates/user_myshifts.html
new file mode 100644
index 00000000..750607ce
--- /dev/null
+++ b/templates/user_myshifts.html
@@ -0,0 +1,37 @@
+<p>
+ Hi,
+ <br/>
+ here are the shifts you have signed up for.
+ <br/>
+ Please try to arrive for your shift on time. <b>Be punctual!</b>
+ <br/>
+ Here you can remove yourself from a shift up to %h% hours before your shift is scheduled to begin.
+</p>
+%msg%
+<table>
+ <thead>
+ <tr>
+ <th>
+ Day
+ </th>
+ <th>
+ Time
+ </th>
+ <th>
+ Location
+ </th>
+ <th>
+ Name
+ </th>
+ <th>
+ Comment
+ </th>
+ <th>
+ Action
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ %shifts%
+ </tbody>
+</table>