You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
engelsystem/templates/user_questions.html

60 lines
1010 B
HTML

<p>
Unbeantwortete Fragen:
</p>
14 years ago
<table>
<thead>
<tr>
<th>
Frage
14 years ago
</th>
<th>
&nbsp;
</th>
</tr>
</thead>
<tbody>
%open_questions%
</tbody>
</table>
<hr/>
<p>
Beantwortete Fragen:
</p>
14 years ago
<table>
<thead>
<tr>
<th>
Frage
14 years ago
</th>
<th>
Von
14 years ago
</th>
<th>
Antwort
14 years ago
</th>
<th>
&nbsp;
</th>
</tr>
</thead>
<tbody>
%answered_questions%
</tbody>
</table>
<hr/>
<p>
Frage einen Orga:
</p>
14 years ago
<form action="%link%&action=ask" method="post">
<table>
<tr>
<td>
Frage:
14 years ago
</td>
<td>
<textarea name="question"></textarea>
</td>
</tr>
</table>
<input type="submit" name="submit" value="Fragen" />
14 years ago
</form>