streams/view/tpl/lostpass.tpl

18 lines
512 B
Smarty
Raw Normal View History

<div class="generic-content-wrapper-styled">
<h3>{{$title}}</h3>
2010-07-18 08:24:51 +00:00
<p id="lostpass-desc">
{{$desc}}
2010-07-18 08:24:51 +00:00
</p>
<form action="lostpass" method="post" >
<div id="login-name-wrapper">
<label for="login-name" id="label-login-name">{{$name}}</label>
2010-07-18 08:24:51 +00:00
<input type="text" maxlength="60" name="login-name" id="login-name" value="" />
<input type="submit" name="submit" id="lostpass-submit-button" value="{{$submit}}" />
2010-07-18 08:24:51 +00:00
</div>
<div id="login-extra-end"></div>
<div id="login-submit-end"></div>
</form>
</div>