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

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>