wootook-reloaded/application/design/frontend/base/default/scripts/deprecated/overview_deleteplanet.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01:00

16 lines
No EOL
955 B
Go Template

<h1><?php echo $this->getData('ov_rena_dele')?></h1>
<form action="overview.php?mode=renameplanet&pl=<?php echo $this->getData('planet_id')?>" method="POST">
<table width="519">
<tr>
<td colspan="3" class="c"><?php echo $this->getData('security_query')?></td>
</tr><tr>
<th colspan="3"><?php echo $this->getData('confirm_planet_delete')?> <?php echo $this->getData('galaxy_galaxy')?>:<?php echo $this->getData('galaxy_system')?>:<?php echo $this->getData('galaxy_planet')?> <?php echo $this->getData('confirmed_with_password')?></th>
</tr><tr>
<th><?php echo $this->getData('password')?></th>
<th><input type="password" name="pw"></th>
<th><input type="submit" name="action" value="<?php echo $this->getData('deleteplanet')?>" alt="<?php echo $this->getData('colony_abandon')?>"></th>
</tr>
</table>
<input type="hidden" name="kolonieloeschen" value="1">
<input type="hidden" name="deleteid" value ="<?php echo $this->getData('planet_id')?>">
</form>