engelsystem/templates/user_wakeup.html

29 lines
797 B
HTML
Raw Normal View History

2011-06-03 17:24:52 +02:00
<form action="%wakeup_link%&amp;action=create" method="post">
2011-07-19 19:21:59 +02:00
<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>