html-link to the script for linking koha fields and marc-db

This commit is contained in:
tipaul 2002-10-11 14:24:18 +00:00
parent bf1b862180
commit f73b72aee1

View file

@ -1,21 +1,21 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<center>
<FONT SIZE=6><em>Koha admin page</em></FONT><br><br><br>
<table>
<th bgcolor='#FFFFFF'>Table</th><th bgcolor='#FFFFFF'>Meaning</th>
<tr><td><li><a href=/cgi-bin/koha/admin/branches.pl>libraries branches</a></li></td><td>the differents branches you manage with this koha server</td></tr>
<tr><td><li><a href=/cgi-bin/koha/admin/aqbudget.pl>budget</a></li></td><td>the budgets allowed to differents book funds.</td></tr>
<tr><td><li><a href=/cgi-bin/koha/admin/aqbookfund.pl>book funds</a></li></td><td>the differents book funds.</td></tr>
<tr><td><li><a href=/cgi-bin/koha/admin/categorie.pl>categories</a></li></td><td>the differents types of borrowers.</td></tr>
<tr><td><li><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></li></td><td>the supports of an item.</td></tr>
<tr><td><li><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></li></td><td>Currencies of booksellers.</td></tr>
<tr><td><li><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></li></td><td>Printers (UNIX paths).</td></tr>
<tr><td><li><a href=/cgi-bin/koha/admin/stopwords.pl>stopwords</a></li></td><td>Words deleted during searches</td></tr>
<tr><td><li><a href=/cgi-bin/koha/admin/systempreferences.pl>systempreferences</a></li></td><td>System preferences</td></tr>
<table cellspacing=0 cellpadding=3 width=60%>
<th width="30%" background="/images/background-mem.gif">Table</th><th width="70%" background="/images/background-mem.gif">Meaning</th>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/branches.pl>libraries branches</a></td><td>the differents branches you manage with this koha server</td></tr>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/aqbudget.pl>budget</a></td><td>the budgets allowed to differents book funds.</td></tr>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/aqbookfund.pl>book funds</a></td><td>the differents book funds.</td></tr>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/categorie.pl>categories</a></td><td>the differents types of borrowers.</td></tr>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td><td>the supports of an item.</td></tr>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td><td>Currencies of booksellers.</td></tr>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td><td>Printers (UNIX paths).</td></tr>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/stopwords.pl>stopwords</a></td><td>Words deleted during searches</td></tr>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/systempreferences.pl>systempreferences</a></td><td>System preferences</td></tr>
<th bgcolor='#FFFFFF'>Table</th><th bgcolor='#FFFFFF'>Meaning</th>
<tr><td><li><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></li></td><td>MARC structure : tag then subfields</td></tr>
<th background="/images/background-mem.gif">Table</th><th background="/images/background-mem.gif">Meaning</th>
<tr><td valign="top"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></td><td>MARC structure : tag then subfields</td></tr>
<tr><td valign="top"><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>
</table>