content-type was incorrectly set in InstallAuth.pm
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / installer / auth.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title><!-- TMPL_IF NAME="nopermission" -->Koha &rsaquo; Error: Access Denied<!-- /TMPL_IF -->
3 <!-- TMPL_IF NAME="timed_out" -->Koha &rsaquo; Error: Session Timed Out --<!-- /TMPL_IF -->
4 <!-- TMPL_IF NAME="different_ip" -->Koha &rsaquo; Error: IP Address Change -- <!-- /TMPL_IF -->
5 <!-- TMPL_IF NAME="invalid_username_or_password" -->Koha &rsaquo; Error Invalid Username or Password -- <!-- /TMPL_IF -->
6 <!-- TMPL_IF NAME="loginprompt" -->Koha &rsaquo; Welcome to the Koha Web Installer<!-- /TMPL_IF --></title>
7
8 <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
9 <div id="login">
10 <h1><a>Koha 3.0 Installer</a></h1>
11 <!-- TMPL_IF NAME="nopermission" -->
12 <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>
13 <!-- /TMPL_IF -->
14
15 <!-- TMPL_IF NAME="timed_out" -->
16 <div id="login_error"><strong>Error</strong>: session timed out, please log in again</div>
17 <!-- /TMPL_IF -->
18
19 <!-- TMPL_IF NAME="different_ip" -->
20 <div id="login_error"><strong>Error</strong>: IP address has changed, please log in again </div>
21 <!-- /TMPL_IF -->
22
23 <!-- TMPL_IF NAME="invalid_username_or_password" -->
24 <div id="login_error"><strong>Error</strong>: Incorrect username or password</div>
25 <!-- /TMPL_IF -->
26
27 <!-- TMPL_IF NAME="loginprompt" -->
28 <!-- login prompt time-->
29 <form action="<!-- TMPL_VAR NAME="url" -->" method="post" name="mainform" id="mainform">
30 <!-- TMPL_LOOP NAME="INPUTS" -->
31     <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
32 <!-- /TMPL_LOOP -->
33 <h3>Welcome to the Koha Web Installer</h3>
34 <p>Before we begin, please verify you have the correct credentials to continue. Please log in
35 with the username and password given to you by your systems administrator and located in your
36 <code>koha.xml</code> configuration file.</p>
37 <p>Please enter your username and password:</p>
38 <p><label>Username:<br />
39 <input type="text" name="userid" id="userid" class="input" value="<!-- TMPL_VAR NAME="userid" -->" size="20" tabindex="1" /></label>
40 </p>
41 <p><label>Password:<br />
42 <input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" /></label>
43 </p>
44 <p class="submit"><input id="submit" type="submit" value="Login &raquo;" tabindex="4" /></p>
45 </form>
46
47 <!-- /TMPL_IF -->
48
49 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->