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

11 lines
675 B
Go Template

<tr>
<th width="30"><a href="#"<?php echo $this->getData('tab')?><?php echo $this->getData('i')?></a></th>
<th width="30"><?php echo $this->getData('row_planet')?></th>
<th style="white-space: nowrap;" width="130"><?php echo $this->getData('planet_name')?></th>
<th style="white-space: nowrap;" width="30">{luna_name)</th>
<th <?php echo $this->getData('debris_style')?>width="30"><?php echo $this->getData('row_debris')?></th>
<th width="150"><?php echo $this->getData('row_user')?></th>>
<th width="80"><?php echo $this->getData('row_ally')?></th>
<th style="white-space: nowrap;" width="125"><?php echo $this->getData('row_action')?></th>
</tr>