engelsystem/templates/admin_arrive.html

24 lines
468 B
HTML

<form action="%link%" method="post">
<p>
<input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" />
</p>
</form>%msg%
<table>
<thead>
<tr>
<th>
Nickname
</th>
<th>
Arrived?
</th>
<th>
Action
</th>
</tr>
</thead>
<tbody>
%table%
</tbody>
</table>