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

14 lines
No EOL
671 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>
<?php if ($this->getData('option') != ''):?>
<select name="<?php echo $this->getData('name')?>" size="1">
<?php echo $this->getData('option')?>
</select>
<?php endif?>
</th>
</tr>