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>
10 lines
395 B
Go Template
10 lines
395 B
Go Template
<br>
|
|
<table width="519">
|
|
<tr>
|
|
<td class="c" colspan="2"><?php echo $this->getData('search_alliance')?></td>
|
|
</tr>
|
|
<tr>
|
|
<th><?php echo $this->getData('Search')?></th>
|
|
<th><form action="" method="POST"><input type="text" name="searchtext" value="<?php echo $this->getData('searchtext')?>"><input type="submit" value="<?php echo $this->getData('Search')?>"></th>
|
|
</tr></form>
|
|
</table>
|