engelsystem/templates/admin_questions.html

53 lines
842 B
HTML
Raw Normal View History

2011-07-19 19:21:59 +02:00
<p>
Not yet answered questions:
</p>
2011-06-03 00:22:11 +02:00
<table>
<thead>
<tr>
<th>
From
</th>
<th>
Question
</th>
<th>
Answer
</th>
<th>
&nbsp;
</th>
</tr>
</thead>
<tbody>
%open_questions%
</tbody>
</table>
2011-07-19 19:21:59 +02:00
<hr/>
<p>
Answered questions:
</p>
2011-06-03 00:22:11 +02:00
<table>
<thead>
<tr>
<th>
From
</th>
2011-06-03 00:22:11 +02:00
<th>
Question
</th>
<th>
From
</th>
<th>
Answer
</th>
<th>
&nbsp;
</th>
</tr>
</thead>
<tbody>
%answered_questions%
</tbody>
</table>