]> git.mxchange.org Git - friendica.git/blob - view/smarty3/removeme.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / removeme.tpl
1 <h1>{{$title}}</h1>
2
3 <div id="remove-account-wrapper">
4
5 <div id="remove-account-desc">{{$desc}}</div>
6
7 <form action="{{$basedir}}/removeme" autocomplete="off" method="post" >
8 <input type="hidden" name="verify" value="{{$hash}}" />
9
10 <div id="remove-account-pass-wrapper">
11 <label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label>
12 <input type="password" id="remove-account-pass" name="qxz_password" />
13 </div>
14 <div id="remove-account-pass-end"></div>
15
16 <input type="submit" name="submit" value="{{$submit}}" />
17
18 </form>
19 </div>
20