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

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>