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

13 lines
No EOL
435 B
Go Template

<br>
<table width="600" style="color:#FFFFFF">
<tr>
<td class="c" colspan="6"><?php echo $this->getData('ban_title')?></td>
</tr><tr>
<th><?php echo $this->getData('ban_name')?></th>
<th><?php echo $this->getData('ban_reason')?></th>
<th><?php echo $this->getData('ban_from')?></th>
<th><?php echo $this->getData('ban_to')?></th>
<th><?php echo $this->getData('ban_by')?></th>
</tr>
<?php echo $this->getData('banned')?>
</table>