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>
13 lines
No EOL
508 B
Go Template
13 lines
No EOL
508 B
Go Template
<tr>
|
|
<th><?php echo $this->getData('Id')?></th>
|
|
<th><?php echo $this->getData('Fleet')?></th>
|
|
<th><?php echo $this->getData('Mission')?></th>
|
|
<th><?php echo $this->getData('St_Owner')?></th>
|
|
<th><?php echo $this->getData('St_Posit')?></th>
|
|
<th><?php echo $this->getData('St_Time')?></th>
|
|
<th><?php echo $this->getData('En_Owner')?></th>
|
|
<th><?php echo $this->getData('En_Posit')?></th>
|
|
<th><?php echo $this->getData('Wa_Time')?></th>
|
|
<th><?php echo $this->getData('En_Time')?></th>
|
|
<th></th>
|
|
</tr> |