blob: 5bc8c32b78e5e259f1755ea82f852c6158d2986f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<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>
|