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>
29 lines
No EOL
965 B
Go Template
29 lines
No EOL
965 B
Go Template
<center>
|
|
<br><br>
|
|
<h2><?php echo $this->getData('flt_title')?></h2>
|
|
<table width="569">
|
|
<tbody>
|
|
<tr>
|
|
<td class="c" ><?php echo $this->getData('flt_id')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_fleet')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_mission')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_owner')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_planet')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_time_st')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_e_owner')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_planet')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_staying')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_time_en')?></td>
|
|
<td class="c" ><?php echo $this->getData('flt_action')?></td>
|
|
</tr><tr>
|
|
<th colspan="11" class="l">
|
|
<table width="100%">
|
|
<tbody>
|
|
<?php echo $this->getData('flt_table')?>
|
|
</tbody>
|
|
</table>
|
|
</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</center> |