wootook-reloaded/application/design/base/default/scripts/deprecated/overview_fleet_event.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +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>