summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/user_wakeup.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/user_wakeup.html b/templates/user_wakeup.html
new file mode 100644
index 00000000..8384fe85
--- /dev/null
+++ b/templates/user_wakeup.html
@@ -0,0 +1,19 @@
+<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>