File: password.html

package info (click to toggle)
bibledit-cloud 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 250,636 kB
  • sloc: xml: 915,934; ansic: 261,349; cpp: 92,628; javascript: 32,542; sh: 4,915; makefile: 586; php: 69
file content (13 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="center">
<h3>translate("Forgot password?")</h3>
<form action="password" name="form" method="post">
<p class="success">##success_message##</p>
<p>translate("Submit your username or email address, and instructions will be emailed to you.")</p>
<p class="error">##mailer##</p>
<br>
<p><input class="width50 center" type="text" name="user" maxlength="30" autofocus /></p>
<p class="error">##error_message##</p>
<br>
<p><input class="button" type="submit" name="submit" value="translate("Submit")" /></p>
</form>
</div>