summaryrefslogtreecommitdiff
path: root/templates/admin_questions.html
blob: 3608e2320978c5bd0a7c70a27d1eb5be52f6d3eb (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
<div class="col-md-10">
  <h1>Fragen beantworten</h1>
  <h2>Unbeantwortete Fragen:</h2>
  <table class="table">
    <thead>
      <tr>
        <th>Von</th>
        <th>Frage</th>
        <th>Antwort</th>
        <th>&nbsp;</th>
      </tr>
    </thead>
    <tbody>%open_questions%
    </tbody>
  </table>
  <hr />
  <h2>Beantwortete Fragen:</h2>
  <table class="table">
    <thead>
      <tr>
        <th>Von</th>
        <th>Frage</th>
        <th>Von</th>
        <th>Antwort</th>
        <th>&nbsp;</th>
      </tr>
    </thead>
    <tbody>%answered_questions%
    </tbody>
  </table>
</div>