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