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

16 lines
692 B
Go Template

<br><br>
<h2><?php echo $this->getData('adm_panel_mnu')?></h2>
<table width="555">
<tr>
<td class="c" colspan="6"><?php echo $this->getData('adm_panel_ttl')?></td>
</tr>
<tr>
<th><a href="?action=usr_search"><?php echo $this->getData('adm_search_pl')?></a></th>
<th><a href="?action=ip_search"><?php echo $this->getData('adm_search_ip')?></a></th>
<th><a href="?action=usr_data"><?php echo $this->getData('adm_stat_play')?></a></th>
<th><a href="?action=usr_level"><?php echo $this->getData('adm_mod_level')?></a></th>
</tr>
</table>
<?php echo $this->getData('adm_sub_form1')?>
<?php echo $this->getData('adm_sub_form2')?>
<?php echo $this->getData('adm_sub_form3')?>