]> git.mxchange.org Git - friendica.git/blob - view/smarty3/removeme.tpl
template engine rework
[friendica.git] / view / smarty3 / removeme.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h1>{{$title}}</h1>
7
8 <div id="remove-account-wrapper">
9
10 <div id="remove-account-desc">{{$desc}}</div>
11
12 <form action="{{$basedir}}/removeme" autocomplete="off" method="post" >
13 <input type="hidden" name="verify" value="{{$hash}}" />
14
15 <div id="remove-account-pass-wrapper">
16 <label id="remove-account-pass-label" for="remove-account-pass">{{$passwd}}</label>
17 <input type="password" id="remove-account-pass" name="qxz_password" />
18 </div>
19 <div id="remove-account-pass-end"></div>
20
21 <input type="submit" name="submit" value="{{$submit}}" />
22
23 </form>
24 </div>
25