engelsystem/templates/admin_questions.html

53 lines
831 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-03 00:22:11 +02:00
<table>
<thead>
<tr>
<th>
2011-09-14 22:50:16 +02:00
Von
2011-06-03 00:22:11 +02:00
</th>
<th>
2011-09-14 22:50:16 +02:00
Frage
2011-06-03 00:22:11 +02:00
</th>
<th>
2011-09-14 22:50:16 +02:00
Antwort
2011-06-03 00:22:11 +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-03 00:22:11 +02:00
<table>
<thead>
<tr>
<th>
2011-09-14 22:50:16 +02:00
Von
</th>
2011-06-03 00:22:11 +02:00
<th>
2011-09-14 22:50:16 +02:00
Frage
2011-06-03 00:22:11 +02:00
</th>
<th>
2011-09-14 22:50:16 +02:00
Von
2011-06-03 00:22:11 +02:00
</th>
<th>
2011-09-14 22:50:16 +02:00
Antwort
2011-06-03 00:22:11 +02:00
</th>
<th>
&nbsp;
</th>
</tr>
</thead>
<tbody>
%answered_questions%
</tbody>
</table>