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