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

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>