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