File: login.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 (43 lines) | stat: -rw-r--r-- 1,349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<div class="center">
<h3 id="software-name">translate ("Bibledit")</h3>
<p class="error ">##error_message##</p>
<form action="login?request=##forward##" name="form" method="post">

<p><label for="user">
<!-- #BEGINZONE local -->
translate ("Username or email address:")
<!-- #ENDZONE local -->
<!-- #BEGINZONE ldap -->
translate ("Username:")
<!-- #ENDZONE ldap -->
</label></p>
<p><input class="width50 center" type="text" name="user" id="user" maxlength="30" autocorrect="off" autocapitalize="off" /></p>
<p class="error">##username_invalid##</p>

<br>

<p>
<label for="pass">translate ("Password:")</label>
<input type="checkbox" id="show" />
<label for="show">👁</label>
</p>
<p><input class="width50 center" type="password" name="pass" id="pass" maxlength="30" /></p>
<p class="error">##password_invalid##</p>

<br>

<p><input class="button" type="submit" id="test" name="submit" value="translate("Login")" autofocus /></p>

<p><input type="hidden" id="touch" name="touch" value="1" /></p>

<br>

<!-- #BEGINZONE local -->
<p><a href="password">translate ("Forgot password?")</a></p>
<!-- #BEGINZONE create_accounts -->
<p>translate ("Not registered?") <a href="signup">translate ("Sign up!")</a></p>
<!-- #ENDZONE create_accounts -->
<!-- #ENDZONE local -->
</form>
</div>
<script type="text/javascript" src="login.js?##VERSION##"></script>