Koha/koha-tmpl/intranet-tmpl/default/es/parameters/admin-home.tmpl
2003-06-03 21:41:12 +00:00

89 lines
3.6 KiB
Cheetah

<TMPL_INCLUDE NAME="parameters-top.inc">
<center>
<FONT SIZE=6><em>Página de administración de Koha</em></FONT><br>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif">
<th>Parametros </th>
</tr>
</table>
<table cellspacing=0 cellpadding=1 width=80%>
<th colspan=2>Relacionados con los registros bibliográficos</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Tipos de Materiales</a></td>
<td>Define los tipos de Materiales usados por Koha, el tiempo de préstamo, etc</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>Presupuesto</a></td>
<td>Define las distintas proveniencias de fondos por las cuales es posible adquirir publicaciones</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Fondos Bibliográficos</a></td>
<td>Administración de los fondos bibliográficos</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Valores Autorizados</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">