wootook-reloaded/includes/application/design/scripts/deprecated/admin/fleet_rows.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
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>
2011-07-29 08:20:47 +02:00

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>