koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha koha-tmpl/intranet-tmpl/prog/en/includes/i...


From: Joshua Ferraro
Subject: [Koha-cvs] koha koha-tmpl/intranet-tmpl/prog/en/includes/i...
Date: Sat, 17 Mar 2007 23:29:33 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Joshua Ferraro <kados>  07/03/17 23:29:33

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/includes: 
                                                  installer-doc-head-close.inc 
        koha-tmpl/intranet-tmpl/prog/en/installer: auth.tmpl step1.tmpl 
                                                   step2.tmpl step3.tmpl 
        misc/sql-datas/en/optional: auth_val.txt itemtypes_default.txt 
                                    library.txt 
                                    marc21_simple_bib_frameworks.txt 

Log message:
        improvements to the language of the installer
        validation improvements for installer
        improvements to descriptions of the optional sql data defaults

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/misc/sql-datas/en/optional/auth_val.txt?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/misc/sql-datas/en/optional/itemtypes_default.txt?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/misc/sql-datas/en/optional/library.txt?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/misc/sql-datas/en/optional/marc21_simple_bib_frameworks.txt?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc       
9 Mar 2007 15:42:39 -0000       1.2
+++ koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc       
17 Mar 2007 23:29:33 -0000      1.3
@@ -1,4 +1,3 @@
-</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
 <style type="text/css" media="screen">
@@ -60,6 +59,4 @@
 
 </style>
 </head>
-
 <body>
-<h1 id="logo"><img alt="Koha" 
src="/intranet-tmpl/prog/en/images/koha.org-logo.gif" /></h1>

Index: koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl 11 Mar 2007 21:08:13 
-0000      1.3
+++ koha-tmpl/intranet-tmpl/prog/en/installer/auth.tmpl 17 Mar 2007 23:29:33 
-0000      1.4
@@ -1,10 +1,13 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --></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="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="loginprompt" -->Koha &rsaquo; Welcome to the Koha Web 
Installer<!-- /TMPL_IF -->
-    <!-- TMPL_INCLUDE NAME="installer-doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
+<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="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="loginprompt" -->Koha &rsaquo; Welcome to the Koha Web 
Installer<!-- /TMPL_IF --></title>
+
+<!-- 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" -->
 <!-- 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>
@@ -34,9 +37,9 @@
 <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>.</p>
+<code>koha.xml</code> configuration file.</p>
 <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="password">Password:</label></th><td><input 
type="password" name="password" id="password" /></td></tr>
     </table>

Index: koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl        11 Mar 2007 
21:08:13 -0000      1.3
+++ koha-tmpl/intranet-tmpl/prog/en/installer/step1.tmpl        17 Mar 2007 
23:29:33 -0000      1.4
@@ -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" -->
+<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>
 <!--TMPL_UNLESS Name="language"-->
 <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
 listed, please inform your systems administrator.</p>
-
+<form name="language" method="post">
 <select name="language">
   <!--TMPL_LOOP Name="languages"-->
   <option value="<!--TMPL_VAR Name="value" -->""><!--TMPL_VAR 
Name="description"-->

Index: koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl        11 Mar 2007 
21:08:13 -0000      1.3
+++ koha-tmpl/intranet-tmpl/prog/en/installer/step2.tmpl        17 Mar 2007 
23:29:33 -0000      1.4
@@ -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" -->
+<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>
 <h2 align="center">Database settings:</h2>
 <ul>

Index: koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl        11 Mar 2007 
21:08:13 -0000      1.3
+++ koha-tmpl/intranet-tmpl/prog/en/installer/step3.tmpl        17 Mar 2007 
23:29:33 -0000      1.4
@@ -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" -->
+<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>
 <!--TMPL_IF NAME="selectframeworks"-->
 <script language="JavaScript">
@@ -75,11 +77,12 @@
 <!--/TMPL_IF-->
 
 <!--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">
   <input type="hidden" name="step" value="3" />
   <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)">
   <!--TMPL_LOOP Name="languagelist" -->
   <!--TMPL_IF Name="checked"--><option value="<!--TMPL_VAR Name="dirname"-->" 
selected ><!--TMPL_VAR Name="languagedescription"--></option>
@@ -88,29 +91,26 @@
   <!--/TMPL_LOOP-->
   </select>
   </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>
   <!--TMPL_LOOP Name="levelloop"-->
-  <div id="bloc<!--TMPL_VAR Name="code"-->" style="display:none">
+  <div>
   <h3><!--TMPL_VAR Name="label"--></h3>
   <!--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_ELSE--><input type="checkbox" Name="framework" 
value="<!--TMPL_VAR Name="fwkfile"-->" />
-    <!--/TMPL_IF--><br />
+    <!--/TMPL_IF-->
     <!--TMPL_VAR Name="fwkdescription"-->
+    <em>(<!--TMPL_VAR Name="fwkname"-->)</em>
     </p>
+    </div>
   <!--/TMPL_LOOP-->
   </div>
   </p>
   <!--/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,
-  please be patient</p>
+  please be patient.</p>
   <p><input type="submit" value="import" />
   </p>
   </form>
@@ -150,20 +150,29 @@
   <ul>
   <li>Database tables created</li>
   </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 Name="proposeimport"-->
   <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 Name="default"-->
 
-You can now <a href="install.pl?step=3&amp;op=updatestructure" 
class="button">update your database</a>
-structure to the latest version if you are upgrading from a previous version 
of Koha.
+<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>
+<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>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 Name="updatestructure"-->
@@ -179,5 +188,6 @@
 <a href="install.pl?step=3&amp;op=selectframeworks" class="button">Continue to 
Framework Selection</a>
   </div>
 <!--/TMPL_IF-->
+</div>
 </body>
 </html>

Index: misc/sql-datas/en/optional/auth_val.txt
===================================================================
RCS file: /sources/koha/koha/misc/sql-datas/en/optional/auth_val.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- misc/sql-datas/en/optional/auth_val.txt     16 Mar 2007 16:56:48 -0000      
1.1
+++ misc/sql-datas/en/optional/auth_val.txt     17 Mar 2007 23:29:33 -0000      
1.2
@@ -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.

Index: misc/sql-datas/en/optional/itemtypes_default.txt
===================================================================
RCS file: /sources/koha/koha/misc/sql-datas/en/optional/itemtypes_default.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- misc/sql-datas/en/optional/itemtypes_default.txt    16 Mar 2007 16:56:48 
-0000      1.1
+++ misc/sql-datas/en/optional/itemtypes_default.txt    17 Mar 2007 23:29:33 
-0000      1.2
@@ -1 +1 @@
-Set of default item types for Koha cataloging.
+A set of default item types (material types and collection codes).

Index: misc/sql-datas/en/optional/library.txt
===================================================================
RCS file: /sources/koha/koha/misc/sql-datas/en/optional/library.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- misc/sql-datas/en/optional/library.txt      16 Mar 2007 16:56:48 -0000      
1.1
+++ misc/sql-datas/en/optional/library.txt      17 Mar 2007 23:29:33 -0000      
1.2
@@ -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.

Index: misc/sql-datas/en/optional/marc21_simple_bib_frameworks.txt
===================================================================
RCS file: 
/sources/koha/koha/misc/sql-datas/en/optional/marc21_simple_bib_frameworks.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- misc/sql-datas/en/optional/marc21_simple_bib_frameworks.txt 16 Mar 2007 
16:56:48 -0000      1.1
+++ misc/sql-datas/en/optional/marc21_simple_bib_frameworks.txt 17 Mar 2007 
23:29:33 -0000      1.2
@@ -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');
 ('CF', 'CD-ROMs, DVD-ROMs, General Online Resources');
 ('SR', 'Audio Cassettes, CDs');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]