Beginning redesign of the OPAC. At this stage it's a move to make it more like the...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-auth.tmpl
1 <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalog -- Log in to Your Account
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!-- TMPL_INCLUDE name="masthead.inc" -->
6 <!-- TMPL_INCLUDE name="navigation.inc" -->
7
8 <!--CONTENT-->
9 <!-- TMPL_IF NAME="loginprompt" -->
10 <!-- login prompt time-->
11 <h3>Log In to Your Account</h3>
12 <!-- TMPL_IF NAME="nopermission" -->
13 <!-- This is what is displayed if user doesnt have permission -->
14 <p>Sorry, the system doesn't think you have permission to access this page. </p>
15 <!-- /TMPL_IF -->
16
17 <!-- TMPL_IF NAME="timed_out" -->
18 <!-- This is what is displayed if login has timed out -->
19 <p>Sorry, your session has timed out.  Please log in again.</p>
20 <!-- /TMPL_IF -->
21
22 <!-- TMPL_IF NAME="different_ip" -->
23 <!-- This is what is displayed if user doesnt have permission -->
24 <p>You are logging from a different IP address.  Please log in again.</p>
25 <!-- /TMPL_IF -->
26
27 <!-- TMPL_IF NAME="invalid_username_or_password" -->
28 <!-- This is what is displayed if user doesnt have permission -->
29 <p>You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive.</p>
30 <!-- /TMPL_IF -->
31
32 <form action="<!-- TMPL_VAR NAME="url" -->" name="auth" id="auth" method="post">
33 <!-- TMPL_LOOP NAME="INPUTS" -->
34   <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
35 <!-- /TMPL_LOOP -->
36 <table>
37 <tr><th><label for="userid">Your card number</label></th><td>
38 <input type="text"  size="25" id="userid"  name="userid" /></td>
39 <tr><th><label for="password">Password or PIN</label></th><td><input type="password"  size="25" id="password"  name="password" /></td>
40 </table>
41 <input type="submit" value="Log In" class="submit" />
42   <h5>Don't have a password yet?</h5><p> If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p>
43 <h5>Don't have a library card?</h5><p> If you don't have a library card, stop by your local library to sign up.  </p>
44 </form>
45
46
47 <!-- /TMPL_IF -->
48 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->