wootook-reloaded/application/design/frontend/base/default/scripts/deprecated/resources_row.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01: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>