[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters admin-home.tmpl,1.26,1.27 systempreferences.tmpl,1.18,1.19

Ambrose Li acli at users.sourceforge.net
Tue Feb 10 04:13:57 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32491/parameters

Modified Files:
	admin-home.tmpl systempreferences.tmpl 
Log Message:
Various pedantic SGML syntax corrections (e.g., <!----...--> must contain
a multiple of 4 hyphens)

Inserted some blank rows in admin-home for visual consistency.


Index: admin-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** admin-home.tmpl	10 Feb 2004 00:58:49 -0000	1.26
--- admin-home.tmpl	10 Feb 2004 03:13:41 -0000	1.27
***************
*** 2,12 ****
  <center>
  <h1>Parameters</h1><br>
! <table width=100% cellspacing=0 cellpadding=5 border=1>
  <tr background="<!-- TMPL_VAR NAME='themelang' -->/images/background-mem.gif">
  	<th>System parameters </th>
  </tr>
  </table>
! <table cellspacing=0 cellpadding=1 width=80%>
  <th colspan=2>Fill those tables in the order they appear to get a working Koha</th>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Library branches</a></td>
--- 2,14 ----
  <center>
  <h1>Parameters</h1><br>
! <table width="100%" cellspacing=0 cellpadding=5 border=1>
  <tr background="<!-- TMPL_VAR NAME='themelang' -->/images/background-mem.gif">
  	<th>System parameters </th>
  </tr>
  </table>
! <table cellspacing=0 cellpadding=1 width="80%">
! <tr>
  <th colspan=2>Fill those tables in the order they appear to get a working Koha</th>
+ </tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Library branches</a></td>
***************
*** 18,21 ****
--- 20,24 ----
  	<td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
***************
*** 27,34 ****
--- 30,39 ----
  	<td>Define item types.</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>Borrower categories</a></td>
  	<td>Define the categories of borrowers.</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/charges.pl>Charges</a></td>
***************
*** 40,68 ****
--- 45,84 ----
  	<td>Define categories and authorised values for them.  Authorised values are used in MARC form to limit/help editing MARC biblios.</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Thesaurus</a></td>
  	<td>Management of thesaurus and authorities files.</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></td>
  	<td>MARC structure: tags then subfields.</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/koha2marclinks.pl>Links Koha - MARC DB</a></td>
  	<td>Define links between the Koha standard DB and the MARC one. Note those links can be defined through MARC structure. This tool is just a shortcut to speed up linkage.</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/checkmarc.pl>MARC Check</a></td>
  	<td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
  
+ <tr><td>&nbsp;</td></tr>
+ <tr>
  <th colspan=2>Various parameters</th>
+ </tr>
+ <tr><td>&nbsp;</td></tr>
+ 
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
  	<td>Printers (UNIX paths).</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/stopwords.pl>Stop words</a></td>
  	<td>Words deleted during searches.</td>
  </tr>
+ <tr><td>&nbsp;</td></tr>
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/z3950servers.pl>Z39.50 Servers</a></td>
***************
*** 75,90 ****
  </table>
  
! <table width=100% cellspacing=0 cellpadding=5 border=1>
  <tr background="<!-- TMPL_VAR NAME='themelang' -->/images/background-mem.gif">
  	<th>Tools</th>
  </tr>
  </table>
! <table cellspacing=5 cellpadding=1 width=80%>
  	<th colspan=2>Export</th>
  	<tr>
  		<td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
  		<td>Exporting in MARC format.</td>
  	</tr>
  	<th colspan=2>Import</th>
  	<tr valign="top">
  		<td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records</a> in Breeding Farm</td>
--- 91,110 ----
  </table>
  
! <table width="100%" cellspacing=0 cellpadding=5 border=1>
  <tr background="<!-- TMPL_VAR NAME='themelang' -->/images/background-mem.gif">
  	<th>Tools</th>
  </tr>
  </table>
! <table cellspacing=5 cellpadding=1 width="80%">
! 	<tr>
  	<th colspan=2>Export</th>
+ 	</tr>
  	<tr>
  		<td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
  		<td>Exporting in MARC format.</td>
  	</tr>
+ 	<tr>
  	<th colspan=2>Import</th>
+ 	</tr>
  	<tr valign="top">
  		<td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records</a> in Breeding Farm</td>

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** systempreferences.tmpl	9 Dec 2003 10:29:02 -0000	1.18
--- systempreferences.tmpl	10 Feb 2004 03:13:41 -0000	1.19
***************
*** 56,60 ****
  
  <!-- TMPL_IF name="add_form" -->
! <!-------------------------------------------------------------------------------------------------->
  	<!-- TMPL_IF NAME=modify -->
  		<h1>Modify a system preference</h1>
--- 56,60 ----
  
  <!-- TMPL_IF name="add_form" -->
! <!------------------------------------------------------------------------------------------------>
  	<!-- TMPL_IF NAME=modify -->
  		<h1>Modify a system preference</h1>
***************
*** 78,82 ****
  
  <!-- TMPL_IF name="add_validate" -->
! <!-------------------------------------------------------------------------------------------------->
  	Data recorded
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
--- 78,82 ----
  
  <!-- TMPL_IF name="add_validate" -->
! <!------------------------------------------------------------------------------------------------>
  	Data recorded
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
***************
*** 86,90 ****
  
  <!-- TMPL_IF name="delete_confirm" -->
! <!-------------------------------------------------------------------------------------------------->
  <table border=0 cellspacing=0 cellpadding=2>
  	<tr valign=top bgcolor=#99cc33>
--- 86,90 ----
  
  <!-- TMPL_IF name="delete_confirm" -->
! <!------------------------------------------------------------------------------------------------>
  <table border=0 cellspacing=0 cellpadding=2>
  	<tr valign=top bgcolor=#99cc33>
***************
*** 101,105 ****
  
  <!-- TMPL_IF name="delete_confirmed" -->
! <!-------------------------------------------------------------------------------------------------->
  	Data deleted
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
--- 101,105 ----
  
  <!-- TMPL_IF name="delete_confirmed" -->
! <!------------------------------------------------------------------------------------------------>
  	Data deleted
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
***************
*** 108,112 ****
  <!-- /TMPL_IF -->
  
! <!-------------------------------------------------------------------------------------------------->
  <!-- TMPL_IF name="else" -->
  <h1>System preferences admin</h1>
--- 108,112 ----
  <!-- /TMPL_IF -->
  
! <!------------------------------------------------------------------------------------------------>
  <!-- TMPL_IF name="else" -->
  <h1>System preferences admin</h1>





More information about the Koha-cvs mailing list