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>
14 lines
No EOL
470 B
Go Template
14 lines
No EOL
470 B
Go Template
<br><br>
|
|
<h2><?php echo $this->getData('adm_ch_ttle')?></h2>
|
|
<table width="400">
|
|
<tr>
|
|
<td class="c" colspan="4"><?php echo $this->getData('adm_ch_list')?> [<a href="?deleteall=yes">vider</a>]</td>
|
|
</tr>
|
|
<tr>
|
|
<th><?php echo $this->getData('adm_ch_time')?></th>
|
|
<th><?php echo $this->getData('adm_ch_play')?></th>
|
|
<th><?php echo $this->getData('adm_ch_msg')?></th>
|
|
<th><?php echo $this->getData('adm_ch_delet')?></th>
|
|
</tr>
|
|
<?php echo $this->getData('msg_list')?>
|
|
</table> |