]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/lostpass.tpl
f2a802494e453274e05b861b6e50eda4ff8a40a0
[friendica.git] / view / theme / frost / lostpass.tpl
1 <div class="lostpass-form">
2 <h2>$title</h2>
3 <br /><br /><br />
4
5 <form action="lostpass" method="post" >
6 <div id="login-name-wrapper" class="field input">
7         <label for="login-name" id="label-login-name">$name</label>
8         <input type="text" maxlength="60" name="login-name" id="login-name" value="" />
9 </div>
10 <div id="login-extra-end"></div>
11 <p id="lostpass-desc">
12 $desc
13 </p>
14 <br />
15
16 <div id="login-submit-wrapper" >
17         <input type="submit" name="submit" id="lostpass-submit-button" value="$submit" />
18 </div>
19 <div id="login-submit-end"></div>
20 </form>
21 </div>