adding the vanilla opac theme from 1.2
[koha.git] / koha-tmpl / opac-tmpl / vanilla / en / opac-auth.tmpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\r
2 <!--\r
3 \r
4 design and HTML by rachel@katipo.co.nz, \r
5 templating by finlay@katipo.co.nz\r
6 \r
7 OPAC AUTHORISATION/LOGIN\r
8 \r
9 This is the part of the "vanilla" theme put together by Katipo Communications for general distribution with Koha. \r
10 \r
11 The text about how to join the library comes from Horowhenua Library Trust, (www.library.org.nz) and is provided as a guide to the sort of information you might want to have on this page.  Please change  it to suit your own condititions.\r
12 \r
13 If you see strange tags and comments you don't understand they may be out of Kea our content management system. If you'd like to use Kea to change your template & website text please contact Katipo.\r
14 \r
15 Cheers\r
16 R\r
17 \r
18 12/1/03\r
19 \r
20 -->\r
21 \r
22 <html>\r
23 <head>\r
24 <title>Login</title>\r
25 <link rel="stylesheet" href="<TMPL_VAR NAME='themelang'>/includes/vanilla-main.css" type="text/css" />\r
26 <script type="text/javascript" language="javascript">\r
27 <TMPL_INCLUDE name="script.js">\r
28 </script>\r
29 </head>\r
30 <body marginheight="0" marginwidth="0">\r
31 <!--START TOP TABLE-->\r
32 <TMPL_INCLUDE name="vanilla-member-menu.inc">\r
33 \r
34 <!--START MAIN TABLE AND LEFT NAVIGATION-->\r
35 <TMPL_INCLUDE name="vanilla-left-nav.inc">\r
36 <TMPL_INCLUDE name="vanilla-membership-left-nav.inc">\r
37 <!--SEARCH FORM-->\r
38 <TMPL_INCLUDE name="vanilla-cat-search.inc">\r
39 <!--END LEFT NAV, START CRUMBS-->\r
40 <TMPL_INCLUDE name="vanilla-crumb-start.inc">   \r
41 <a href="/">Home</a> &gt;<a href='/cgi-bin/koha/opac-user.pl'>Login</a>\r
42 <!--END CRUMBS-->\r
43 <TMPL_INCLUDE name="vanilla-crumb-end.inc">\r
44 <!--CONTENT--><P>\r
45 \r
46 \r
47 \r
48 \r
49 \r
50 \r
51 <TMPL_IF NAME="nopermission">\r
52 <!-- This is what is displayed if user doesnt have permission -->\r
53 <h3>Sorry, KOHA doesnt think you have permission for this page. </h3>\r
54 </TMPL_IF>\r
55 \r
56 <TMPL_IF NAME="timed_out">\r
57 <!-- This is what is displayed if login has timed out -->\r
58 <h3>Sorry, your session has timed out, please login again.</h3>\r
59 </TMPL_IF>\r
60 \r
61 <TMPL_IF NAME="different_ip">\r
62 <!-- This is what is displayed if user doesnt have permission -->\r
63 <h3>You are accessing koha from a different ip address, please login again.</h3>\r
64 </TMPL_IF>\r
65 \r
66 <TMPL_IF NAME="invalid_username_or_password">\r
67 <!-- This is what is displayed if user doesnt have permission -->\r
68 <h3>You entered an incorrect username or password, please try again, usernames and passwords are case sensitive.</h3>\r
69 </TMPL_IF>\r
70 \r
71 \r
72 <TMPL_IF NAME="loginprompt">\r
73 <!-- login prompt time-->\r
74 \r
75 <center>\r
76 \r
77 <form action='<TMPL_VAR NAME="url">' method="post">\r
78 <TMPL_LOOP NAME="INPUTS">\r
79   <input type="hidden" name='<TMPL_VAR NAME="name">' value='<TMPL_VAR NAME="value">'>\r
80 </TMPL_LOOP>\r
81 <TABLE cellpadding=0 cellspacing=5 border=0>\r
82 <TR VALIGN=TOP>\r
83 <TD>Your card number</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="userid"></TD></TR>\r
84 <TR VALIGN=TOP>\r
85 <TD>Password</TD> <TD><INPUT TYPE="password"  SIZE="25"   NAME="password"></TD>\r
86 </tr><tr>\r
87 <td colspan=2 align="right"><input type="submit" value="OK" SIZE="2"   class="submit"></td>\r
88 </TR>\r
89 </table></form>\r
90 <p>If you don't have a password yet, next time you're in the library, take your card and some I.D. to the information counter and we'll happily issue you one.\r
91 \r
92 \r
93 \r
94 </TMPL_IF>\r
95 \r
96 \r
97 \r
98 <!--+Katipo+end-->\r
99 <!--BOTTOM NAVIGATION - ALL-->\r
100 <TMPL_INCLUDE name="vanilla-botnav-all.inc">\r
101 <!--BOTTOM NAVIGATION - SECTION-->\r
102 <TMPL_INCLUDE name="vanilla-membership-botnav.inc">\r
103 <!--END MAIN TABLE-->\r
104 <TMPL_INCLUDE name="vanilla-end-main.inc">\r
105 </body>\r
106 </html>\r