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

15 lines
No EOL
515 B
Go Template

<br><br>
<h2><?php echo $this->getData('adm_mt_title')?></h2>
<table width="570" style="color:#FFFFFF">
<tr>
<td class="c" colspan="9"><?php echo $this->getData('adm_mt_list')?></td>
</tr>
<tr>
<th width="20%"><?php echo $this->getData('adm_mt_player')?></th>
<th width="80%"><?php echo $this->getData('adm_mt_text')?></th>
</tr>
<?php echo $this->getData('adm_mt_table')?>
<tr>
<th class="b" colspan="9"><?php echo $this->getData('adm_mt_count')?> <?php echo $this->getData('adm_mt_multi')?></th>
</tr>
</table>