d08387dd28
Signed-off-by: Chris Cormack <crc@liblime.com>
49 lines
2.4 KiB
Cheetah
49 lines
2.4 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title><!-- TMPL_IF NAME="nopermission" -->Koha › Error: Access Denied<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="timed_out" -->Koha › Error: Session Timed Out --<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="different_ip" -->Koha › Error: IP Address Change -- <!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="invalid_username_or_password" -->Koha › Error Invalid Username or Password -- <!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="loginprompt" -->Koha › Welcome to the Koha Web Installer<!-- /TMPL_IF --></title>
|
|
|
|
<!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
|
|
<div id="login">
|
|
<h1><a>Koha 3.0 Installer</a></h1>
|
|
<!-- TMPL_IF NAME="nopermission" -->
|
|
<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>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="timed_out" -->
|
|
<div id="login_error"><strong>Error</strong>: session timed out, please log in again</div>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="different_ip" -->
|
|
<div id="login_error"><strong>Error</strong>: IP address has changed, please log in again </div>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="invalid_username_or_password" -->
|
|
<div id="login_error"><strong>Error</strong>: Incorrect username or password</div>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="loginprompt" -->
|
|
<!-- login prompt time-->
|
|
<form action="<!-- TMPL_VAR NAME="url" -->" method="post" name="mainform" id="mainform">
|
|
<!-- TMPL_LOOP NAME="INPUTS" -->
|
|
<input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
|
|
<!-- /TMPL_LOOP -->
|
|
<h3>Welcome to the Koha Web Installer</h3>
|
|
<p>Before we begin, please verify you have the correct credentials to continue. Please log in
|
|
with the username and password given to you by your systems administrator and located in your
|
|
<code>koha.xml</code> configuration file.</p>
|
|
<p>Please enter your username and password:</p>
|
|
<p><label>Username:<br />
|
|
<input type="text" name="userid" id="userid" class="input" value="<!-- TMPL_VAR NAME="userid" -->" size="20" tabindex="1" /></label>
|
|
</p>
|
|
<p><label>Password:<br />
|
|
<input type="password" name="password" id="password" class="input" value="" size="20" tabindex="2" /></label>
|
|
</p>
|
|
<p class="submit"><input id="submit" type="submit" value="Login »" tabindex="4" /></p>
|
|
</form>
|
|
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->
|