wootook-reloaded/application/design/base/default/scripts/deprecated/gate_fleet_rows.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

4 lines
No EOL
377 B
Go Template

<tr>
<th><a href="infos.php?gid=<?php echo $this->getData('fleet_id')?>"><?php echo $this->getData('fleet_name')?></a> (<?php echo $this->getData('fleet_max')?> <?php echo $this->getData('gate_ship_dispo')?>)</th>
<th><input tabindex="<?php echo $this->getData('idx')?>" name="c<?php echo $this->getData('fleet_id')?>" size="7" maxlength="7" value="0" type="text"></th>
</tr>