MT 1587 : CSV export for cart and shelves, with the ability to define different expor...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / installer / auth.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; 
3     <!-- TMPL_IF NAME="nopermission" -->Access denied<!-- /TMPL_IF -->
4     <!-- TMPL_IF NAME="timed_out" -->Session timed out<!-- /TMPL_IF -->
5     <!-- TMPL_IF NAME="different_ip" -->IP address change<!-- /TMPL_IF -->
6     <!-- TMPL_IF NAME="invalid_username_or_password" -->Invalid username or password<!-- /TMPL_IF -->
7     <!-- TMPL_IF NAME="loginprompt" -->Log in to Koha<!-- /TMPL_IF -->
8 </title>
9
10 <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
11 <div id="login">
12 <h1><a>Koha 3.0 Installer</a></h1>
13 <!-- TMPL_IF NAME="nopermission" -->
14 <div id="login_error"><strong>Error: </strong>Unauthorized user <a href="/cgi-bin/koha/mainpage.pl?logout.x=1">click to log out</a></div>
15 <!-- /TMPL_IF -->
16
17 <!-- TMPL_IF NAME="timed_out" -->
18 <div id="login_error"><strong>Error: </strong>Session timed out, please log in again</div>
19 <!-- /TMPL_IF -->
20
21 <!-- TMPL_IF NAME="different_ip" -->
22 <div id="login_error"><strong>Error: </strong>IP address has changed, please log in again </div>
23 <!-- /TMPL_IF -->
24
25 <!-- TMPL_IF NAME="invalid_username_or_password" -->
26 <div id="login_error"><strong>Error: </strong>Invalid username or password</div>
27 <!-- /TMPL_IF -->
28
29 <!-- TMPL_IF NAME="loginprompt" -->
30 <!-- login prompt time-->
31 <form action="<!-- TMPL_VAR NAME="url" -->" method="post" name="mainform" id="mainform">
32 <!-- TMPL_LOOP NAME="INPUTS" -->
33     <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
34 <!-- /TMPL_LOOP -->
35 <h3>Welcome to the Koha Web Installer</h3>
36 <p>Before we begin, please verify you have the correct credentials to continue. Please log in
37 with the username and password given to you by your systems administrator and located in your
38 <code>koha-conf.xml</code> configuration file.</p>
39 <p>Please enter your username and password:</p>
40 <p><label>Username:<br />
41 <input type="text" name="userid" id="userid" class="input" value="<!-- TMPL_VAR NAME="userid" -->" size="20" tabindex="1" /></label>
42 </p>
43 <p><label>Password:<br />
44 <input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" /></label>
45 </p>
46 <p class="submit"><input id="submit" type="submit" value="Login &raquo;" tabindex="4" /></p>
47 </form>
48
49 <!-- /TMPL_IF -->
50
51 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->