wootook-reloaded/templates/OpenGame/admin/admin_panel_frm2.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

18 lines
No EOL
393 B
Go Template

<br >
<center>
<table width="300">
<form action="" method="get">
<tr>
<td class="c" colspan="6">{adm_search_ip}</td>
</tr>
<tr>
<th>{adm_ip}</th>
<th><input type="text" name="ip" style="width:150" ></th>
</tr>
<tr>
<th colspan="2"><input type="submit" value="{adm_bt_search}"></th>
</tr>
<input type="hidden" name="result" value="ip_search">
</form>
</table>
</center>