friendica/view/lostpass.tpl

19 lines
491 B
Smarty
Raw Normal View History

2011-04-07 08:03:54 +02:00
<h3>$title</h3>
2010-07-18 10:24:51 +02:00
<p id="lostpass-desc">
2011-04-07 08:03:54 +02:00
$desc
2010-07-18 10:24:51 +02:00
</p>
<form action="lostpass" method="post" >
<div id="login-name-wrapper">
2011-04-07 08:03:54 +02:00
<label for="login-name" id="label-login-name">$name</label>
2010-07-18 10:24:51 +02:00
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
</div>
<div id="login-extra-end"></div>
<div id="login-submit-wrapper" >
2011-04-07 08:03:54 +02:00
<input type="submit" name="submit" id="lostpass-submit-button" value="$submit" />
2010-07-18 10:24:51 +02:00
</div>
<div id="login-submit-end"></div>
</form>