css'ing & adding test for I & C borrower category
This commit is contained in:
parent
ba11e45cac
commit
f2a35adbd1
2 changed files with 293 additions and 302 deletions
|
@ -1,65 +1,53 @@
|
|||
<!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
|
||||
<div id="mainbloc">
|
||||
<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%">
|
||||
<div id="bloc100">
|
||||
<div id="bloctitle">System parameters </div>
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan=2>Fill those tables in the order they appear to get a working Koha</th>
|
||||
<td colspan=2><b>Fill those tables in the order they appear to get a working Koha</b></td>
|
||||
</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>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<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> </td></tr>
|
||||
<tr>
|
||||
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
|
||||
<td>Define exchange rates.</td>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<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> </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> </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>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<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 and help editing MARC biblios.</td>
|
||||
</tr>
|
||||
<tr><td> </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> </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> </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> </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>
|
||||
|
@ -71,12 +59,10 @@
|
|||
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
|
||||
<td>Printers (UNIX paths).</td>
|
||||
</tr>
|
||||
<tr><td> </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> </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>
|
||||
|
@ -87,12 +73,8 @@
|
|||
</tr>
|
||||
</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%">
|
||||
<h1>Tools</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan=2> Export</th>
|
||||
</tr>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
|
||||
|
||||
<div id="mainbloc">
|
||||
<!-- TMPL_IF NAME=add_form -->
|
||||
<script>
|
||||
function _(s) { return s } // dummy function for gettext
|
||||
|
@ -245,7 +245,16 @@
|
|||
<!-- TMPL_IF NAME=searchfield -->
|
||||
You Searched for <!-- TMPL_VAR name=searchfield -->
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_UNLESS name="categoryChild" -->
|
||||
<div id="problem">
|
||||
WARNING : you must have a categorycode = C for children
|
||||
</div
|
||||
<!-- /TMPL_UNLESS -->
|
||||
<!-- TMPL_UNLESS name="categoryInstitution" -->
|
||||
<div id="problem">
|
||||
WARNING : you must have a categorycode = I for Institutions
|
||||
</div>
|
||||
<!-- /TMPL_UNLESS -->
|
||||
<form action='<TMPL_VAR NAME="script_name">' method=post>
|
||||
<input type=text name=description value=<!-- TMPL_VAR name="searchfield" -->>
|
||||
<input type="submit" name="submit" value="OK" class="button">
|
||||
|
@ -294,5 +303,5 @@
|
|||
<input type=submit class="button" value="Add category" ALT="Add category"><br>
|
||||
</form></p>
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
</div>
|
||||
<!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
|
||||
|
|
Loading…
Reference in a new issue