Trying to fix checkall function in the cart
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-auth.tmpl
1 <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> 
2 <!-- TMPL_IF NAME="opacuserlogin" -->
3  Catalog &rsaquo;  Log in to Your Account
4 <!-- TMPL_ELSE -->
5  Catalog &rsaquo; Catalog Login Disabled
6 <!-- /TMPL_IF -->
7 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
8 </head>
9 <body>
10 <!-- TMPL_INCLUDE name="masthead.inc" -->
11
12 <div id="doc" class="yui-t7">
13    <div id="bd">
14         <div id="yui-g">
15
16 <!--CONTENT-->
17 <!-- TMPL_IF NAME="opacuserlogin" -->
18 <!-- TMPL_IF NAME="loginprompt" -->
19 <!-- login prompt time-->
20 <h3>Log In to Your Account</h3>
21 <!-- TMPL_IF NAME="nopermission" -->
22 <!-- This is what is displayed if user doesnt have permission -->
23 <p>Sorry, the system doesn't think you have permission to access this page. </p>
24 <!-- /TMPL_IF -->
25
26 <!-- TMPL_IF NAME="timed_out" -->
27 <!-- This is what is displayed if login has timed out -->
28 <p>Sorry, your session has timed out.  Please log in again.</p>
29 <!-- /TMPL_IF -->
30
31 <!-- TMPL_IF NAME="different_ip" -->
32 <!-- This is what is displayed if user doesnt have permission -->
33 <p>You are logging from a different IP address.  Please log in again.</p>
34 <!-- /TMPL_IF -->
35
36 <!-- TMPL_IF NAME="invalid_username_or_password" -->
37 <!-- This is what is displayed if user doesnt have permission -->
38 <p>You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive.</p>
39 <!-- /TMPL_IF -->
40
41 <form action="<!-- TMPL_VAR NAME="url" -->" name="auth" id="auth" method="post">
42
43 <fieldset class="brief"><!-- TMPL_LOOP NAME="INPUTS" -->
44   <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
45 <!-- /TMPL_LOOP -->
46 <ol>
47 <li><label for="userid">Your card number</label>
48 <input type="text"  size="25" id="userid"  name="userid" />
49 <li><label for="password">Password or PIN</label><input type="password"  size="25" id="password"  name="password" />
50 </ol></fieldset>
51
52 <input type="submit" value="Log In" class="submit" />
53   <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>
54 <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>
55 </form>
56
57
58 <!-- /TMPL_IF -->
59 <!-- TMPL_ELSE -->
60 <h4>Logging on to the catalog has not been enabled by the library.</h4>
61 <ul>
62   <li>To report this error, you can 
63           <a href="mailto:<!-- TMPL_VAR NAME="admin" -->">email the Koha Administrator</a>.</li>
64   <li>Use top menu bar to navigate to another part of Koha.</li>
65 </ul>
66 <!-- /TMPL_IF -->
67
68 </div>
69 </div>
70 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->