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

12 lines
No EOL
447 B
Go Template

<br><br>
<h2><?php echo $this->getData('adm_pl_title')?></h2>
<table width="519">
<tr><td class="c" colspan="4"><?php echo $this->getData('adm_pl_activ')?></td></tr>
<tr>
<th><?php echo $this->getData('adm_pl_name')?></th>
<th><?php echo $this->getData('adm_pl_posit')?></th>
<th><?php echo $this->getData('adm_pl_point')?></th>
<th><?php echo $this->getData('adm_pl_since')?></th>
</tr>
<?php echo $this->getData('online_list')?>
</table>