engelsystem/templates/admin_questions.html

31 lines
594 B
HTML
Raw Normal View History

2014-08-22 22:34:13 +02:00
<div class="col-md-10">
<h1>Fragen beantworten</h1>
<h2>Unbeantwortete Fragen:</h2>
<table class="table">
2011-06-03 00:22:11 +02:00
<thead>
2014-08-22 22:34:13 +02:00
<tr>
<th>Von</th>
<th>Frage</th>
<th>Antwort</th>
<th>&nbsp;</th>
</tr>
2011-06-03 00:22:11 +02:00
</thead>
2014-08-22 22:34:13 +02:00
<tbody>%open_questions%
2011-06-03 00:22:11 +02:00
</tbody>
2014-08-22 22:34:13 +02:00
</table>
<hr />
<h2>Beantwortete Fragen:</h2>
<table class="table">
2011-06-03 00:22:11 +02:00
<thead>
2014-08-22 22:34:13 +02:00
<tr>
<th>Von</th>
<th>Frage</th>
<th>Von</th>
<th>Antwort</th>
<th>&nbsp;</th>
</tr>
2011-06-03 00:22:11 +02:00
</thead>
2014-08-22 22:34:13 +02:00
<tbody>%answered_questions%
2011-06-03 00:22:11 +02:00
</tbody>
2014-08-22 22:34:13 +02:00
</table>
</div>