Koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl
2003-01-10 00:56:54 +00:00

88 lines
3.4 KiB
Cheetah

<html>
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Zalogowany jako: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
<TMPL_ELSE>
<p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
</TMPL_IF>
<center>
<FONT SIZE=6><em>Strona administratora systemu Koha</em></FONT><br>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="/images/background-mem.gif">
<th>Parametry</th>
</tr>
</table>
<table cellspacing=0 cellpadding=1 width=80%>
<th colspan=2>Dotycz±ce ksi±¿ek</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
<td>W³a¶ciwo¶ci pozycji ksi±¿kowych.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>budget</a></td>
<td>budget na wydatki ksi±zkowe.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>book funds</a></td>
<td>Ró¿ne wydatki ksi±zkowe.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>warto¶ci autoryzowane</a></td>
<td>Tutaj definiuj kategorie oraz autoryzowane dla nich warto¶ci.
W formularzach MARC warto¶ci autoryzowane s³u¿a do tego, by ograniczyæ/wspomóc edycjê opisów bibliograficznych MARC</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Tezaurus</a></td>
<td>Zarz±dzanie tezaurusem. Mo¿na definiowaæ dowoln± ilo¶æ tezaurusów wybieraj±c "kategoriê" definicji tezaurusów</td>
</tr>
<th colspan=2>Dotycz±ce standardu MARC</th>
<tr><td valign="top" width="25%"><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" 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>
<th colspan=2>Various parameters</th>
<tr>
<td valign="top" width="25%"><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" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>categories</a></td>
<td>the differents types of borrowers.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
<td>Currencies of booksellers.</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>stopwords</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>systempreferences</a></td>
<td>System preferences</td>
</tr>
</table>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="/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="cat-bottom.inc">
</html>