fixing some display bugs (itemtype not properly returned and a html table bug that...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / 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 <!-- TMPL_INCLUDE name="masthead.inc" -->
4 <!-- TMPL_INCLUDE name="navigation.inc" -->
5
6 <!--CONTENT-->
7 <!-- TMPL_IF NAME="loginprompt" -->
8 <!-- login prompt time-->
9 <h3>Log In to Your Account</h3>
10 <!-- TMPL_IF NAME="nopermission" -->
11 <!-- This is what is displayed if user doesnt have permission -->
12 <p>Sorry, the system doesn't think you have permission to access this page. </p>
13 <!-- /TMPL_IF -->
14
15 <!-- TMPL_IF NAME="timed_out" -->
16 <!-- This is what is displayed if login has timed out -->
17 <p>Sorry, your session has timed out.  Please log in again.</p>
18 <!-- /TMPL_IF -->
19
20 <!-- TMPL_IF NAME="different_ip" -->
21 <!-- This is what is displayed if user doesnt have permission -->
22 <p>You are logging from a different IP address.  Please log in again.</p>
23 <!-- /TMPL_IF -->
24
25 <!-- TMPL_IF NAME="invalid_username_or_password" -->
26 <!-- This is what is displayed if user doesnt have permission -->
27 <p>You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive.</p>
28 <!-- /TMPL_IF -->
29
30 <form action="<!-- TMPL_VAR NAME="url" -->" name="auth" id="auth" method="post">
31 <!-- TMPL_LOOP NAME="INPUTS" -->
32   <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
33 <!-- /TMPL_LOOP -->
34 <table>
35 <tr><th><label for="userid">Your card number</label></th><td>
36 <input type="text"  size="25" id="userid"  name="userid" /></td>
37 <tr><th><label for="password">Password or PIN</label></th><td><input type="password"  size="25" id="password"  name="password" /></td>
38 </table>
39 <input type="submit" value="Log In" class="submit" />
40   <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>
41 <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>
42 </form>
43
44
45 <!-- /TMPL_IF -->
46 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->