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.
25 lines
463 B
HTML
25 lines
463 B
HTML
<form action="" 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>
|