summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-03 17:54:39 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-03 17:54:39 +0200
commit200053d720dbec25b2c7f3a8a408b74a4fa66244 (patch)
tree2dd342c44004d6e97b013244545654777a80acbd /templates
parent72f547e65a9ea779c043056a8c87526b4c345b9f (diff)
parent14820a5741e5aca9fc1e99cd388988ed9b9b3160 (diff)
Merge branch 'spezial_includes_camp' of ssh://git.planetcyborg.de/home/git/projects/engelsystem into spezial_includes_camp
Diffstat (limited to 'templates')
-rw-r--r--templates/user_wakeup.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/user_wakeup.html b/templates/user_wakeup.html
new file mode 100644
index 00000000..d02ff5e8
--- /dev/null
+++ b/templates/user_wakeup.html
@@ -0,0 +1,18 @@
+<form action="%wakeup_link%&amp;action=create" method="post">
+<table>
+ <tr>
+ <td align="right"> %date_text%: </td>
+ <td><input type="text" name="Date" value="%date_value%"></td>
+ </tr>
+ <tr>
+ <td align="right"> %place_text% </td>
+ <td><input type="text" name="Ort" value=""></td>
+ </tr>
+ <tr>
+ <td align="right"> %comment_text% </td>
+ <td><textarea name="Bemerkung" rows="5" cols="40">
+%comment_value%</textarea></td>
+ </tr>
+</table>
+<input type="submit" name="submit" value="%submit_text%" />
+</form>