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

12 lines
No EOL
608 B
Go Template

<tr>
<th height="22"><?php echo $this->getData('type')?> (<?php echo $this->getData('level')?> <?php echo $this->getData('level_type')?>)</th>
<th><font color="#ffffff"><?php echo $this->getData('metal_type')?></font></th>
<th><font color="#ffffff"><?php echo $this->getData('crystal_type')?></font></th>
<th><font color="#ffffff"><?php echo $this->getData('deuterium_type')?></font></th>
<th><font color="#ffffff"><?php echo $this->getData('energy_type')?></font></th>
<th>
<select name="<?php echo $this->getData('name')?>" size="1">
<?php echo $this->getData('option')?>
</select>
</th>
</tr>