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