summaryrefslogtreecommitdiff
path: root/templates/user_questions.html
blob: 466d0c483ae28efc4ed4e457962aa1103e471912 (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
30
31
32
33
34
35
36
37
38
39
40
41
<p>
    Beantwortete Fragen:
</p>
<table>
    <thead>
        <tr>
            <th>
                Frage
            </th>
            <th>
                Von
            </th>
            <th>
                Antwort
            </th>
            <th>
                &nbsp;
            </th>
        </tr>
    </thead>
    <tbody>
        %answered_questions%
    </tbody>
</table>
<hr/>
<p>
    Frage einen Erzengel:
</p>
<form action="%link%&action=ask" method="post">
    <table>
        <tr>
            <td>
                Frage:
            </td>
            <td>
                <textarea name="question"></textarea>
            </td>
        </tr>
    </table>
    <input type="submit" name="submit" value="Fragen" />
</form>