diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-07-19 19:12:36 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-07-19 19:12:36 +0200 |
commit | 05410ba89afa6ed6dd669528e25c578480e3a67f (patch) | |
tree | 216df60effc21671bf7740f2ed2bd9cf1b525bfb /templates/user_myshifts.html | |
parent | 32cdb6b0e1d905360f2824444339273f111aff0b (diff) |
#6 my shifts | cancel my shifts
Diffstat (limited to 'templates/user_myshifts.html')
-rw-r--r-- | templates/user_myshifts.html | 37 |
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> |