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

5 lines
No EOL
375 B
Go Template

<tr>
<th width=120><img src="images/officiers/<?php echo $this->getData('off_id')?>.jpg" align="top" width="120" height="120" /></th>
<th align=center><font color="#ff8900"><?php echo $this->getData('off_tx_lvl')?> <?php echo $this->getData('off_lvl')?></font><?php echo $this->getData('off_desc')?></th>
<th align=center><?php echo $this->getData('off_link')?></th>
</tr>