This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
<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>
|