streams/view/tpl/removeme.tpl

23 lines
603 B
Smarty
Raw Normal View History

<h1>{{$title}}</h1>
2011-02-03 11:58:47 +00:00
<div id="remove-account-wrapper">
<div id="remove-account-desc">{{$desc}}</div>
2011-02-03 11:58:47 +00:00
<form action="{{$basedir}}/removeme" autocomplete="off" method="post" >
<input type="hidden" name="verify" value="{{$hash}}" />
2011-02-03 11:58:47 +00:00
<div id="remove-account-pass-wrapper">
<label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label>
2011-02-03 11:58:47 +00:00
<input type="password" id="remove-account-pass" name="qxz_password" />
</div>
<div id="remove-account-pass-end"></div>
{{include file="field_checkbox.tpl" field=$global}}
<input type="submit" name="submit" value="{{$submit}}" />
2011-02-03 11:58:47 +00:00
</form>
</div>