Koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl

89 lines
3.3 KiB
Cheetah

<TMPL_INCLUDE NAME="parameters-top.inc">
<center>
<FONT SIZE=6><em>Koha admin page</em></FONT><br>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif">
<th>Parameters </th>
</tr>
</table>
<table cellspacing=0 cellpadding=1 width=80%>
<th colspan=2>Biblio related</th>
<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 valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>Budget</a></td>
<td>The monies allocated to your book funds.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Book funds</a></td>
<td>Book fund administration.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Authorized values</a></td>
<td>Define categories and authorized values for them. Authorised values are used in MARC form to limit/help editing MARC biblios.</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>
<th colspan=2>MARC related</th>
<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 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 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>
<th colspan=2>Various parameters</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Library branches</a></td>
<td>The differents branches you manage with this Koha server.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>Categories</a></td>
<td>Define the categories of borrowers.</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 valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
<td>Printers (UNIX paths).</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 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>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/systempreferences.pl>System preferences</a></td>
<td>System preferences.</td>
</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=0 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>
</table>
</center>
<TMPL_INCLUDE NAME="parameters-bottom.inc">