1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
#include header.html
#include menu.html
<table width="760" align="center" border="0">
<tr>
<td align="center">Banned</td>
</tr>
<tr>
<td align="center">
<form method="post">
<input type="hidden" name="sid" value="[[sid]]">
<table width="760" border=1>
<tr class=heading>
<td>Time</td>
<td>Name</td>
<td>UniqueId</td>
<td>SUI</td>
<td>Ban Type</td>
<td>Ip Address</td>
<td>Mask</td>
<td>Admin Name</td>
<td>Ban Reason</td>
<td>Select</td>
</tr>
[[BANNED]]
</table>
<input type="submit" name="action" value="Load">
<input type="submit" name="action" value="Save">
<input type="submit" value="UnBan Selected">
</form>
</td>
</tr>
</table>
#include footer.html
|