2011-07-19 21:18:14 +02:00
|
|
|
<form action="%link%" method="post">
|
2011-07-19 21:08:19 +02:00
|
|
|
<p>
|
|
|
|
<input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" />
|
|
|
|
</p>
|
2011-07-19 21:18:14 +02:00
|
|
|
</form>%msg%
|
2011-07-19 21:08:19 +02:00
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
Nickname
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Arrived?
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
Action
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
%table%
|
|
|
|
</tbody>
|
|
|
|
</table>
|