wootook-reloaded/includes/application/design/scripts/deprecated/admin/admin_panel_frm2.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +02:00

18 lines
No EOL
480 B
Go Template

<br >
<center>
<table width="300">
<form action="" method="get">
<tr>
<td class="c" colspan="6"><?php echo $this->getData('adm_search_ip')?></td>
</tr>
<tr>
<th><?php echo $this->getData('adm_ip')?></th>
<th><input type="text" name="ip" style="width:150" ></th>
</tr>
<tr>
<th colspan="2"><input type="submit" value="<?php echo $this->getData('adm_bt_search')?>"></th>
</tr>
<input type="hidden" name="result" value="ip_search">
</form>
</table>
</center>