minor presentation modifs
[koha.git] / koha-tmpl / intranet-tmpl / default / en / parameters / admin-home.tmpl
1 <TMPL_INCLUDE NAME="cat-top.inc">
2 <center>
3 <FONT SIZE=6><em>Koha admin page</em></FONT><br><br><br>
4 <table width=100% cellspacing=0 cellpadding=5 border=1>
5 <tr background="/images/background-mem.gif">
6         <th>Biblio related parameters </th>
7 </tr>
8 </table>
9 <table cellspacing=0 cellpadding=2 width=80%>
10 <tr>
11         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
12         <td>the supports of an item.</td>
13 </tr>
14 <tr>
15         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>budget</a></td>
16         <td>the budgets allowed to differents book funds.</td>
17 </tr>
18 <tr>
19         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>book funds</a></td>
20         <td>the differents book funds.</td>
21 </tr>
22 <tr>
23         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>authorised values</a></td>
24         <td>Define here categories and authorised values for them.
25                         Authorised values are used in MARC form to limit/help editing MARC biblios</td>
26 </tr>
27 <tr>
28         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Thesaurus</a></td>
29         <td>Thesaurus management. You can define as many thesaurus as needed, through definiitions of thesaurus "category"</td>
30 </tr>
31
32 <table width=100% cellspacing=0 cellpadding=5 border=1>
33 <tr background="/images/background-mem.gif">
34         <th>MARC related parameters </th>
35 </tr>
36 </table>
37 <table cellspacing=0 cellpadding=3 width=80%>
38 <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>
39 <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>
40 </table>
41 <table width=100% cellspacing=0 cellpadding=5 border=1>
42 <tr background="/images/background-mem.gif">
43         <th>Various datas : </th>
44 </tr>
45 </table>
46 <table cellspacing=0 cellpadding=2 width="80%">
47 <tr>
48         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>libraries branches</a></td>
49         <td>the differents branches you manage with this koha server</td>
50 </tr>
51 <tr>
52         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>categories</a></td>
53         <td>the differents types of borrowers.</td>
54 </tr>
55 <tr>
56         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
57         <td>Currencies of booksellers.</td>
58 </tr>
59 <tr>
60         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
61         <td>Printers (UNIX paths).</td>
62 </tr>
63 <tr>
64         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/stopwords.pl>stopwords</a></td>
65         <td>Words deleted during searches</td>
66 </tr>
67 <tr>
68         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/z3950servers.pl>Z39.50 Servers</a></td>
69         <td>Servers to query for MARC data</td>
70 </tr>
71 <tr>
72         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/systempreferences.pl>systempreferences</a></td>
73         <td>System preferences</td>
74 </tr>
75 </table>
76
77 </center>
78 <TMPL_INCLUDE NAME="cat-bottom.inc">