synch'ing 2.2 and head
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-auth.tmpl
1 <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
2 <div id="mainbloc">
3         <div id="bloc60">
4                 <!-- TMPL_IF NAME="nopermission" -->
5                 <!-- This is what is displayed if user doesnt have permission -->
6                 <h2>Sorry, KOHA doesnt think you have permission for this page.<h2>
7                 <!-- /TMPL_IF -->
8                 
9                 <!-- TMPL_IF NAME="timed_out" -->
10                 <!-- This is what is displayed if login has timed out -->
11                 <h2>Sorry, your session has timed out, please login again.<h2>
12                 <!-- /TMPL_IF -->
13                 
14                 <!-- TMPL_IF NAME="different_ip" -->
15                 <!-- This is what is displayed if user doesnt have permission -->
16                 <h2>You are accessing koha from a different ip address! please login again.<h2>
17                 <!-- /TMPL_IF -->
18                 
19                 <!-- TMPL_IF NAME="invalid_username_or_password" -->
20                 <!-- This is what is displayed if user doesnt have permission -->
21                 <h2>You entered an incorrect username or password, please try again.<h2>
22                 <!-- /TMPL_IF -->
23         </div>
24         <div id="bloc60">
25                 <!-- TMPL_IF NAME="loginprompt" -->
26                 <!-- login prompt time-->
27                 <form action="<!-- TMPL_VAR NAME="url" -->" method="post">
28                         <h2>Koha Login</h2>
29                         <p><label>Cardnumber</label><input name="userid" /></p>
30                         <p><label>Password</label><input type="password" name="password" /></p>
31                         <!-- TMPL_LOOP NAME="INPUTS" -->
32                                 <input type="hidden" name='<!-- TMPL_VAR NAME="name" -->' value='<!-- TMPL_VAR NAME="value" -->' />
33                         <!-- /TMPL_LOOP -->
34                         <p><label>&nbsp;</label><input type="submit" value="login" class="button" /></p>
35                 </form>
36         </div>
37                 <!-- /TMPL_IF -->
38 </div>
39 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->