Various pedantic SGML syntax corrections (e.g., <!----...--> must contain

a multiple of 4 hyphens)

Inserted some blank rows in admin-home for visual consistency.
This commit is contained in:
acli 2004-02-10 03:13:41 +00:00
parent 4d0ad1b93f
commit 9aeb2fe85d
3 changed files with 30 additions and 10 deletions

View file

@ -34,7 +34,7 @@ a.parameters:hover {
<tr>
<td>
<div id="menubar">
<table cellpadding=0 cellspacing=0 border=0 height=29 width=70%>
<table cellpadding=0 cellspacing=0 border=0 height=29 width="70%">
<tr>
<td class="koha"><b>KOHA</b></td>
<td>

View file

@ -1,13 +1,15 @@
<!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
<center>
<h1>Parameters</h1><br>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<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%>
<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>
<td>The different branches you manage with this Koha server.</td>
@ -17,6 +19,7 @@
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Book funds</a></td>
<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>
<td>Define exchange rates.</td>
@ -26,10 +29,12 @@
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
<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>
<td>Charges amounts for itemtypes / borrower types.</td>
@ -39,31 +44,42 @@
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Authorised values</a></td>
<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>
<td>Servers to query for MARC data.</td>
@ -74,18 +90,22 @@
</tr>
</table>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<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%>
<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>
<td>The breeding farm is a table where imported MARC records are stored.<br/>

View file

@ -55,7 +55,7 @@
</SCRIPT>
<!-- TMPL_IF name="add_form" -->
<!-------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------------------------------------>
<!-- TMPL_IF NAME=modify -->
<h1>Modify a system preference</h1>
<!-- TMPL_ELSE -->
@ -77,7 +77,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF name="add_validate" -->
<!-------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------------------------------------>
Data recorded
<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
<input type=submit value=OK>
@ -85,7 +85,7 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF name="delete_confirm" -->
<!-------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------------------------------------>
<table border=0 cellspacing=0 cellpadding=2>
<tr valign=top bgcolor=#99cc33>
<td background="<!-- TMPL_VAR NAME='themelang' -->/images/background-mem.gif"><b>Variable</b></td>
@ -100,14 +100,14 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF name="delete_confirmed" -->
<!-------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------------------------------------>
Data deleted
<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
<input type=submit value=OK>
</form>
<!-- /TMPL_IF -->
<!-------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------------------------------------>
<!-- TMPL_IF name="else" -->
<h1>System preferences admin</h1>
<form action=/cgi-bin/koha/admin/systempreferences.pl method=post>