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>
16 lines
No EOL
479 B
Go Template
16 lines
No EOL
479 B
Go Template
<br><br>
|
|
<h2><?php echo $this->getData('adm_rz_ttle')?></h2>
|
|
<form action="XNovaResetUnivers.php" method="post">
|
|
<input type="hidden" name="mode" value="reset">
|
|
<table width="500">
|
|
<tbody>
|
|
<tr>
|
|
<td class="c" colspan="6"><?php echo $this->getData('adm_rz_conf')?></td>
|
|
</tr><tr>
|
|
<th colspan="2"><?php echo $this->getData('adm_rz_text')?></th>
|
|
</tr><tr>
|
|
<th colspan="2"><input type="Submit" value="<?php echo $this->getData('adm_rz_doit')?>" /></th>
|
|
</tbody>
|
|
</tr>
|
|
</table>
|
|
</form> |