engelsystem/templates/user_questions.html

60 lines
1014 B
HTML
Raw Normal View History

2011-07-19 19:21:59 +02:00
<p>
2011-09-14 22:50:16 +02:00
Unbeantwortete Fragen:
2011-07-19 19:21:59 +02:00
</p>
2011-06-02 23:45:54 +02:00
<table>
<thead>
<tr>
<th>
2011-09-14 22:50:16 +02:00
Frage
2011-06-02 23:45:54 +02:00
</th>
<th>
&nbsp;
</th>
</tr>
</thead>
<tbody>
%open_questions%
</tbody>
</table>
2011-07-19 19:21:59 +02:00
<hr/>
<p>
2011-09-14 22:50:16 +02:00
Beantwortete Fragen:
2011-07-19 19:21:59 +02:00
</p>
2011-06-02 23:45:54 +02:00
<table>
<thead>
<tr>
<th>
2011-09-14 22:50:16 +02:00
Frage
2011-06-02 23:45:54 +02:00
</th>
<th>
2011-09-14 22:50:16 +02:00
Von
2011-06-02 23:45:54 +02:00
</th>
<th>
2011-09-14 22:50:16 +02:00
Antwort
2011-06-02 23:45:54 +02:00
</th>
<th>
&nbsp;
</th>
</tr>
</thead>
<tbody>
%answered_questions%
</tbody>
</table>
2011-07-19 19:21:59 +02:00
<hr/>
<p>
2012-12-26 19:53:27 +01:00
Frage einen Erzengel:
2011-07-19 19:21:59 +02:00
</p>
2011-06-02 23:45:54 +02:00
<form action="%link%&action=ask" method="post">
<table>
<tr>
<td>
2011-09-14 22:50:16 +02:00
Frage:
2011-06-02 23:45:54 +02:00
</td>
<td>
<textarea name="question"></textarea>
</td>
</tr>
</table>
2011-09-14 22:50:16 +02:00
<input type="submit" name="submit" value="Fragen" />
2011-06-02 23:45:54 +02:00
</form>