improvements to the language of the installer

validation improvements for installer
improvements to descriptions of the optional sql data defaults
This commit is contained in:
kados 2007-03-17 23:29:33 +00:00
parent 63b4c7ab89
commit f4c0b2f80d
9 changed files with 53 additions and 38 deletions

View file

@ -1,4 +1,3 @@
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<style type="text/css" media="screen"> <style type="text/css" media="screen">
@ -60,6 +59,4 @@ td input { font-size: 1.5em; }
</style> </style>
</head> </head>
<body> <body>
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/en/images/koha.org-logo.gif" /></h1>

View file

@ -1,10 +1,13 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --></title> <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<!-- TMPL_IF NAME="nopermission" -->Koha &rsaquo; Error: Access Denied<!-- /TMPL_IF --> <title><!-- TMPL_IF NAME="nopermission" -->Koha &rsaquo; Error: Access Denied<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="timed_out" -->Koha &rsaquo; Error: Session Timed Out --<!-- /TMPL_IF --> <!-- TMPL_IF NAME="timed_out" -->Koha &rsaquo; Error: Session Timed Out --<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="different_ip" -->Koha &rsaquo; Error: IP Address Change -- <!-- /TMPL_IF --> <!-- TMPL_IF NAME="different_ip" -->Koha &rsaquo; Error: IP Address Change -- <!-- /TMPL_IF -->
<!-- TMPL_IF NAME="invalid_username_or_password" -->Koha &rsaquo; Error Invalid Username or Password -- <!-- /TMPL_IF --> <!-- TMPL_IF NAME="invalid_username_or_password" -->Koha &rsaquo; Error Invalid Username or Password -- <!-- /TMPL_IF -->
<!-- TMPL_IF NAME="loginprompt" -->Koha &rsaquo; Welcome to the Koha Web Installer<!-- /TMPL_IF --> <!-- TMPL_IF NAME="loginprompt" -->Koha &rsaquo; Welcome to the Koha Web Installer<!-- /TMPL_IF --></title>
<!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
<div>
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/en/images/koha.org-logo.gif" /></h1>
<!-- TMPL_IF NAME="nopermission" --> <!-- TMPL_IF NAME="nopermission" -->
<!-- This is what is displayed if user doesn't have permission --><h3>Login Error</h3> <!-- This is what is displayed if user doesn't have permission --><h3>Login Error</h3>
<p>Sorry, Koha doesn't think you have permission for this page.</p> <p>Sorry, Koha doesn't think you have permission for this page.</p>
@ -34,9 +37,9 @@
<h3>Welcome to the Koha Web Installer</h3> <h3>Welcome to the Koha Web Installer</h3>
<p>Before we begin, please verify you have the correct credentials to continue. Please log in <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 with the username and password given to you by your systems administrator and located in your
<code>koha.xml</code>.</p> <code>koha.xml</code> configuration file.</p>
<table> <table>
<caption>Please enter your username and password</caption> <caption>Please enter your username and password:</caption>
<tr><th scope="row"><label for="userid">Username:</label></th><td><input name="userid" id="userid" /></td></tr> <tr><th scope="row"><label for="userid">Username:</label></th><td><input name="userid" id="userid" /></td></tr>
<tr><th scope="row"><label for="password">Password:</label></th><td><input type="password" name="password" id="password" /></td></tr> <tr><th scope="row"><label for="password">Password:</label></th><td><input type="password" name="password" id="password" /></td></tr>
</table> </table>

View file

@ -1,13 +1,15 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Web Installer &rsaquo; Step 1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Web Installer &rsaquo; Step 1</title>
<!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" --> <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
<div>
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/en/images/koha.org-logo.gif" /></h1>
<h1>Koha &rsaquo; Web Installer &rsaquo; Step 1</h1> <h1>Koha &rsaquo; Web Installer &rsaquo; Step 1</h1>
<!--TMPL_UNLESS Name="language"--> <!--TMPL_UNLESS Name="language"-->
<p>You are about to install Koha.</p> <p>You are about to install Koha.</p>
<form name="language" method="post">
<p>Please pick up your language from the following list. If your langauge is not <p>Please pick up your language from the following list. If your langauge is not
listed, please inform your systems administrator.</p> listed, please inform your systems administrator.</p>
<form name="language" method="post">
<select name="language"> <select name="language">
<!--TMPL_LOOP Name="languages"--> <!--TMPL_LOOP Name="languages"-->
<option value="<!--TMPL_VAR Name="value" -->""><!--TMPL_VAR Name="description"--> <option value="<!--TMPL_VAR Name="value" -->""><!--TMPL_VAR Name="description"-->

View file

@ -1,5 +1,7 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Web Installer &rsaquo; Step 2 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Web Installer &rsaquo; Step 2</title>
<!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" --> <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
<div>
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/en/images/koha.org-logo.gif" /></h1>
<h1>Koha &rsaquo; Web Installer &rsaquo; Step 2</h1> <h1>Koha &rsaquo; Web Installer &rsaquo; Step 2</h1>
<h2 align="center">Database settings:</h2> <h2 align="center">Database settings:</h2>
<ul> <ul>

View file

@ -1,5 +1,7 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Web Installer &rsaquo; Step 3 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Web Installer &rsaquo; Step 3</title>
<!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" --> <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
<div>
<h1 id="logo"><img alt="Koha" src="/intranet-tmpl/prog/en/images/koha.org-logo.gif" /></h1>
<h1>Koha &rsaquo; Web Installer &rsaquo; Step 3</h1> <h1>Koha &rsaquo; Web Installer &rsaquo; Step 3</h1>
<!--TMPL_IF NAME="selectframeworks"--> <!--TMPL_IF NAME="selectframeworks"-->
<script language="JavaScript"> <script language="JavaScript">
@ -75,11 +77,12 @@ function Hide(link) {
<!--/TMPL_IF--> <!--/TMPL_IF-->
<!--TMPL_IF Name="selectframeworks"--> <!--TMPL_IF Name="selectframeworks"-->
<h2 align="center">Selecting Frameworks</h2> <h2 align="center">Selecting Default Settings</h2>
<form name="frameworkselection" method="post" action="install.pl"> <form name="frameworkselection" method="post" action="install.pl">
<input type="hidden" name="step" value="3" /> <input type="hidden" name="step" value="3" />
<input type="hidden" name="op" value="addframeworks" /> <input type="hidden" name="op" value="addframeworks" />
<p>Please select a framework language you want to import:</p> <p>Each language has a set of default settings that cover a wide range of configuration options. Please select a language from the dropdown or use the default lanaguage already selected.</p>
<p><select name="fwklanguage" onchange="javascript:refresh(this.value)"> <p><select name="fwklanguage" onchange="javascript:refresh(this.value)">
<!--TMPL_LOOP Name="languagelist" --> <!--TMPL_LOOP Name="languagelist" -->
<!--TMPL_IF Name="checked"--><option value="<!--TMPL_VAR Name="dirname"-->" selected ><!--TMPL_VAR Name="languagedescription"--></option> <!--TMPL_IF Name="checked"--><option value="<!--TMPL_VAR Name="dirname"-->" selected ><!--TMPL_VAR Name="languagedescription"--></option>
@ -88,29 +91,26 @@ function Hide(link) {
<!--/TMPL_LOOP--> <!--/TMPL_LOOP-->
</select> </select>
</p> </p>
<p><!--TMPL_LOOP Name="levelloop"-->
<a id="link<!--TMPL_VAR Name="code"-->" style="color: grey; cursor: se-resize;" onclick="Hide('<!--TMPL_VAR Name="code"-->')">+</a>
<!--TMPL_VAR Name="label"-->
<!--/TMPL_LOOP-->
</p>
<p> <p>
<!--TMPL_LOOP Name="levelloop"--> <!--TMPL_LOOP Name="levelloop"-->
<div id="bloc<!--TMPL_VAR Name="code"-->" style="display:none"> <div>
<h3><!--TMPL_VAR Name="label"--></h3> <h3><!--TMPL_VAR Name="label"--></h3>
<!--TMPL_LOOP Name="frameworks"--> <!--TMPL_LOOP Name="frameworks"-->
<p><em><!--TMPL_VAR Name="fwkname"--></em> <div style="border:1px;">
<p>
<!--TMPL_IF Name="mandatory"--><input type="checkbox" Name="framework" value="<!--TMPL_VAR Name="fwkfile"-->" checked /> <!--TMPL_IF Name="mandatory"--><input type="checkbox" Name="framework" value="<!--TMPL_VAR Name="fwkfile"-->" checked />
<!--TMPl_ELSE--><input type="checkbox" Name="framework" value="<!--TMPL_VAR Name="fwkfile"-->" /> <!--TMPl_ELSE--><input type="checkbox" Name="framework" value="<!--TMPL_VAR Name="fwkfile"-->" />
<!--/TMPL_IF--><br /> <!--/TMPL_IF-->
<!--TMPL_VAR Name="fwkdescription"--> <!--TMPL_VAR Name="fwkdescription"-->
<em>(<!--TMPL_VAR Name="fwkname"-->)</em>
</p> </p>
</div>
<!--/TMPL_LOOP--> <!--/TMPL_LOOP-->
</div> </div>
</p> </p>
<!--/TMPL_LOOP--> <!--/TMPL_LOOP-->
<p>Hint: You can select specific frameworks from each framework set by clicking on the <code>+</code> to expand.</p>
<p>When you've made your selections, please click 'Import' below to begin the process. It may take a while to complete, <p>When you've made your selections, please click 'Import' below to begin the process. It may take a while to complete,
please be patient</p> please be patient.</p>
<p><input type="submit" value="import" /> <p><input type="submit" value="import" />
</p> </p>
</form> </form>
@ -150,20 +150,29 @@ function Hide(link) {
<ul> <ul>
<li>Database tables created</li> <li>Database tables created</li>
</ul> </ul>
<a href="install.pl?step=3" class="button">Click here</a> to continue. <form action="install.pl">
<input type="hidden" name="step" value="3" />
<p> Click Next to continue <input value="Next &gt;&gt;" type="submit"></p>
</form>
<!-- /TMPL_IF --> <!-- /TMPL_IF -->
<!--/TMPL_IF--> <!--/TMPL_IF-->
<!--TMPL_IF Name="proposeimport"--> <!--TMPL_IF Name="proposeimport"-->
<p>Now we're ready to create the database tables and fill them with some default data.</p> <p>Now we're ready to create the database tables and fill them with some default data.</p>
<a href="install.pl?step=3&amp;op=importdatastructure" class="button">Click here</a> to continue. <form action="install.pl">
<input type="hidden" name="step" value="3" />
<input type="hidden" name="op" value="importdatastructure"/>
<p> Click Next to continue <input value="Next &gt;&gt;" type="submit"></p>
</form>
<!--/TMPL_IF--> <!--/TMPL_IF-->
<!--TMPL_IF Name="default"--> <!--TMPL_IF Name="default"-->
You can now <a href="install.pl?step=3&amp;op=updatestructure" class="button">update your database</a> <p>Now we're ready to do some basic configuration. Please <a href="install.pl?step=3&amp;op=selectframeworks" class="button">install basic configuration settings</a> to continue the installation.</p>
structure to the latest version if you are upgrading from a previous version of Koha. <p>
Alternatively, if you are upgrading from a previous version of Koha, you can <a href="install.pl?step=3&amp;op=updatestructure" class="button">update your database</a>. Otherwise, you can skip this step.
</p> </p>
<p>Otherwise, <a href="install.pl?step=3&amp;op=selectframeworks" class="button">select frameworks to import</a> to continue the installation.</p>
<!--/TMPL_IF--> <!--/TMPL_IF-->
<!--TMPL_IF Name="updatestructure"--> <!--TMPL_IF Name="updatestructure"-->
@ -179,5 +188,6 @@ structure to the latest version if you are upgrading from a previous version of
<a href="install.pl?step=3&amp;op=selectframeworks" class="button">Continue to Framework Selection</a> <a href="install.pl?step=3&amp;op=selectframeworks" class="button">Continue to Framework Selection</a>
</div> </div>
<!--/TMPL_IF--> <!--/TMPL_IF-->
</div>
</body> </body>
</html> </html>

View file

@ -1 +1 @@
Default authorised values for Library Departments, Item Lost status, etc Some basic default authorised values for Library Departments, Item Lost status, etc. You can change these at any time after installation.

View file

@ -1 +1 @@
Set of default item types for Koha cataloging. A set of default item types (material types and collection codes).

View file

@ -1 +1 @@
A default branch and borrower type, USD currency, and z39.50 servers. Some basic settings including a default branch, borrower type, USD currency, and a sampling of Z39.50 servers.

View file

@ -1,4 +1,5 @@
Frameworks for common types: Bibliographic Frameworks for some common types. Frameworks are used to define the structure of your MARC records and the behavior of the integrated MARC editor. You can change these at any time after installation. The frameworks in this optional default setting include:
('BKS', 'Books, Booklets, Workbooks'); ('BKS', 'Books, Booklets, Workbooks');
('CF', 'CD-ROMs, DVD-ROMs, General Online Resources'); ('CF', 'CD-ROMs, DVD-ROMs, General Online Resources');
('SR', 'Audio Cassettes, CDs'); ('SR', 'Audio Cassettes, CDs');