wootook-reloaded/templates/OpenGame/overview_deleteplanet.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

16 lines
No EOL
607 B
Go Template

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