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>
12 lines
427 B
Go Template
12 lines
427 B
Go Template
|
|
<table width="519">
|
|
<tr>
|
|
<td class="c"><?php echo $this->getData('Name')?></td>
|
|
<td class="c"> </td>
|
|
<td class="c"><?php echo $this->getData('Alliance')?></td>
|
|
<td class="c"><?php echo $this->getData('Planet')?></td>
|
|
<td class="c"><?php echo $this->getData('Coordinated')?></td>
|
|
<td class="c"><?php echo $this->getData('Position')?></td></tr>
|
|
</tr>
|
|
<?php echo $this->getData('result_list')?>
|
|
</table>
|