wootook-reloaded/includes/application/design/scripts/deprecated/overview_fleet_event.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

10 lines
No EOL
528 B
Go Template

<tr class="<?php echo $this->getData('fleet_status')?>">
<?php echo $this->getData('fleet_javai')?>
<th>
<div id="bxx<?php echo $this->getData('fleet_order')?>" class="z">-</div>
<font color="lime"><?php echo $this->getData('fleet_time')?></font>
</th><th colspan="3">
<span class="<?php echo $this->getData('fleet_status')?> <?php echo $this->getData('fleet_prefix')?><?php echo $this->getData('fleet_style')?>"><?php echo $this->getData('fleet_descr')?></span>
</th>
<?php echo $this->getData('fleet_javas')?>
</tr>