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

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>