]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/lostpass.tpl
bbcdbdb53ae299284449ab25f16e1056737cf7c7
[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  *}}
6 <div class="lostpass-form">
7 <h2>{{$title}}</h2>
8 <br /><br /><br />
9
10 <form action="lostpass" method="post" >
11 <div id="login-name-wrapper" class="field input">
12         <label for="login-name" id="label-login-name">{{$name}}</label>
13         <input type="text" maxlength="60" name="login-name" id="login-name" value="" />
14 </div>
15 <div id="login-extra-end"></div>
16 <p id="lostpass-desc">
17 {{$desc}}
18 </p>
19 <br />
20
21 <div id="login-submit-wrapper" >
22         <input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" />
23 </div>
24 <div id="login-submit-end"></div>
25 </form>
26 </div>