]> git.mxchange.org Git - friendica.git/blob - view/smarty3/lostpass.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / lostpass.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<h3>{{$title}}</h3>
6
7 <p id="lostpass-desc">
8 {{$desc}}
9 </p>
10
11 <form action="lostpass" method="post" >
12 <div id="login-name-wrapper">
13         <label for="login-name" id="label-login-name">{{$name}}</label>
14         <input type="text" maxlength="60" name="login-name" id="login-name" value="" />
15 </div>
16 <div id="login-extra-end"></div>
17 <div id="login-submit-wrapper" >
18         <input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" />
19 </div>
20 <div id="login-submit-end"></div>
21 </form>
22