summaryrefslogtreecommitdiff
path: root/templates/user_wakeup.html
blob: bf2d55312875660b344ee2abe8b81f923a3bd218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<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>