Started building page cleanup Modified code pools Backported layout/blocks/templates 3-step view system Reforged Overview page Moved graphics, added topnav template, fixed number render bug Added BCMath optionnal usage Updated BC Math comparison for capped resources Fixed planet resource production updates Various additions Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
10 lines
No EOL
602 B
PHTML
10 lines
No EOL
602 B
PHTML
<form name="destroy-planet" id="overview:destroy-planet" method="post" action="">
|
|
<fieldset>
|
|
<input type="hidden" name="form_key" value="<?php echo $this->getFormKey()?>" />
|
|
<label for="overview:destroy-planet:password"><?php echo $this->__('Password:')?></label>
|
|
<input id="overview:destroy-planet:password" type="password" name="password" />
|
|
<label for="overview:destroy-planet:confirm"><?php echo $this->__('I want to destroy this planet')?></label>
|
|
<input id="overview:destroy-planet:confirm" type="checkbox" name="confirm" />
|
|
<input type="submit" />
|
|
</fieldset>
|
|
</form>
|