2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<h1>{{$title}}</h1>
|
|
|
|
|
|
|
|
<div id="remove-account-wrapper">
|
|
|
|
|
|
|
|
<div id="remove-account-desc">{{$desc}}</div>
|
|
|
|
|
|
|
|
<form action="{{$basedir}}/removeme" autocomplete="off" method="post" >
|
|
|
|
<input type="hidden" name="verify" value="{{$hash}}" />
|
|
|
|
|
|
|
|
<div id="remove-account-pass-wrapper">
|
|
|
|
<label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label>
|
|
|
|
<input type="password" id="remove-account-pass" name="qxz_password" />
|
|
|
|
</div>
|
|
|
|
<div id="remove-account-pass-end"></div>
|
|
|
|
|
2015-02-16 03:30:12 -05:00
|
|
|
<input type="submit" name="submit" value="{{$submit|escape:'html'}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|