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>
18 lines
No EOL
480 B
Go Template
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> |