OPAC update
[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
7 <div id="doc" class="yui-t7">
8    <div id="bd">
9         <div id="yui-g">
10
11 <!--CONTENT-->
12 <!-- TMPL_IF NAME="loginprompt" -->
13 <!-- login prompt time-->
14 <h3>Log In to Your Account</h3>
15 <!-- TMPL_IF NAME="nopermission" -->
16 <!-- This is what is displayed if user doesnt have permission -->
17 <p>Sorry, the system doesn't think you have permission to access this page. </p>
18 <!-- /TMPL_IF -->
19
20 <!-- TMPL_IF NAME="timed_out" -->
21 <!-- This is what is displayed if login has timed out -->
22 <p>Sorry, your session has timed out.  Please log in again.</p>
23 <!-- /TMPL_IF -->
24
25 <!-- TMPL_IF NAME="different_ip" -->
26 <!-- This is what is displayed if user doesnt have permission -->
27 <p>You are logging from a different IP address.  Please log in again.</p>
28 <!-- /TMPL_IF -->
29
30 <!-- TMPL_IF NAME="invalid_username_or_password" -->
31 <!-- This is what is displayed if user doesnt have permission -->
32 <p>You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive.</p>
33 <!-- /TMPL_IF -->
34
35 <form action="<!-- TMPL_VAR NAME="url" -->" name="auth" id="auth" method="post">
36
37 <fieldset class="brief"><!-- TMPL_LOOP NAME="INPUTS" -->
38   <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
39 <!-- /TMPL_LOOP -->
40 <ol>
41 <li><label for="userid">Your card number</label>
42 <input type="text"  size="25" id="userid"  name="userid" />
43 <li><label for="password">Password or PIN</label><input type="password"  size="25" id="password"  name="password" />
44 </ol></fieldset>
45
46 <input type="submit" value="Log In" class="submit" />
47   <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>
48 <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>
49 </form>
50
51
52 <!-- /TMPL_IF -->
53
54 </div>
55 </div>
56 </div>
57 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->