This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb5/scripts/site/main/output/back_confirm.en.inc

21 lines
641 B
PHP
Raw Normal View History

2016-01-10 11:01:49 +01:00
<?
include("menu.en.inc");
$this->title = "Cancel account deletion";
$this->addStylesheet("account");
$this->startContents();
?>
<div id="tabs">&nbsp;</div>
<div class="acctab">
<h1>Do you want to keep your account?</h1>
<form action="?#acc-quit" method="post"><div>
<input type="hidden" name="crqc" value="1" />
<p>
Please choose whether you want to cancel the countdown for your account's deletion or keep it going.
</p>
<input type="submit" value="Yes, cancel the countdown" class="input" />
<input type="submit" name="cancel" value="No, get on with it" class="input" />
</div></form>
</div>
<? $this->endContents(); ?>