You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
821 B
30 lines
821 B
9 years ago
|
|
||
|
<h2 id="page-heading">{#LOGIN_DELETE_ACCOUNT#}</h2>
|
||
|
|
||
|
<div class="block" id="forms">
|
||
|
{if $admin == 1}
|
||
|
<fieldset class="login">
|
||
|
<legend>{#LOGIN_DELETE_WARNING#}</legend>
|
||
|
<p class="regerror">{#LOGIN_ADMIN_ACCOUNT#}</p>
|
||
|
</fieldset>
|
||
|
{else}
|
||
|
{if $delok == 1}
|
||
|
<fieldset class="login">
|
||
|
<p>{#LOGIN_DELETE_OK#}</p>
|
||
|
</fieldset>
|
||
|
{else}
|
||
|
<fieldset class="login">
|
||
|
<legend>{#LOGIN_DELETE_WARNING#}</legend>
|
||
|
<p>{#LOGIN_DELETE_INFO#}</p>
|
||
|
<form method="post" action="index.php?module=login&action=delaccount">
|
||
|
<input type="hidden" name="send" value="1" />
|
||
|
<input name="delconfirm" type="checkbox" value="1" />
|
||
|
{#LOGIN_DELETE_CONFIRM#}<br />
|
||
|
<br />
|
||
|
<input class="confirm button" value="{#LOGIN_DELETE_BUTTON#}" type="submit">
|
||
|
</form>
|
||
|
</fieldset>
|
||
|
{/if}
|
||
|
{/if}
|
||
|
</div>
|