updated templates for new XML API
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / admin / admin-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- System Administration<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
5
6 <div id="main">
7 <h1>NEULIS Administration</h1>
8 <div class="menu">
9 <table>
10 <caption>System Preferences</caption>
11 <tr>
12         <th><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></th>
13         <td>Change essential system preferences like MARC flavor, date format, administrator e-mail, and templates.</td>
14 </tr>
15 </table>
16 <table>
17 <caption>System parameters </caption>
18 <tr>
19 <th class="header" colspan="2">For best results, configure these parameters in the order they appear</th>
20 </tr>
21 <tr>
22         <th><a href="/cgi-bin/koha/admin/koha-news.pl">OPAC news</a></th>
23         <td>Manage the news in the OPAC main page.</td>
24 </tr>
25 <tr>
26         <th><a href="/cgi-bin/koha/admin/opac-electronic.pl">OPAC electronic</a></th>
27         <td>Manage the online OPAC databases.</td>
28 </tr>
29         <tr>
30         <th><a href="/cgi-bin/koha/admin/institutions-careers.pl">Faculties-courses</a></th>
31         <td>Add courses to faculties.</td>
32 </tr>
33 <tr>
34         <th><a href="/cgi-bin/koha/admin/viewlog.pl">View Logs</a></th>
35         <td>View Logs.</td>
36 </tr>
37 <tr>
38         <th><a href="/cgi-bin/koha/holidays/holidays.pl?branch=MAIN">Holiday Management</a></th>
39         <td>Set the days library is closed for circulation purposes.</td>
40 </tr>
41 <tr>
42         <th><a href="/cgi-bin/koha/admin/branches.pl">Library branches</a></th>
43         <td>The different branches you manage with this Koha server.</td>
44 </tr>
45 <tr>
46         <th><a href="/cgi-bin/koha/admin/aqbookfund.pl">Book funds</a></th>
47         <td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
48 </tr>
49 <tr>
50         <th><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></th>
51         <td>Define exchange rates.</td>
52 </tr>
53 <tr>
54         <th><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></th>
55         <td>Define item types.</td>
56 </tr>
57 <tr>
58         <th><a href="/cgi-bin/koha/admin/categorie.pl">Borrower categories</a></th>
59         <td>Define the categories of borrowers.</td>
60 </tr>
61 <tr>
62         <th><a href="/cgi-bin/koha/admin/issuingrules.pl">Issuing rules</a></th>
63         <td>Define issuing rules for branches / borrowers / item types (nb of issues, duration, cost...)</td>
64 </tr>
65 <tr>
66         <th><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></th>
67         <td>Define categories and authorised values for them. Authorised values are used in MARC form to limit and help editing MARC biblios.</td>
68 </tr>
69 <tr>
70         <th><a href="/cgi-bin/koha/admin/authtypes.pl">Authorities Structure</a></th>
71         <td>Define categories and thesaurus/authority MARC structure.</td>
72 </tr>
73 <tr>
74         <th><a href="/cgi-bin/koha/admin/biblios_framework.pl">Biblio framework (MARC structure)</a></th>
75         <td>the frameworks defined for the MARC editor. Create frameworks, then define the MARC structure (fields &amp; subfields)</td>
76 </tr>
77 <tr>
78         <th><a href="/cgi-bin/koha/admin/holdingstagstructure.pl">Holdings framework (MARC structure)</a></th>
79         <td>the frameworks defined for theholdings MARC editor. (Complements the Biblios framework)</td>
80 </tr>
81 <tr>
82         <th><a href="/cgi-bin/koha/admin/koha_attr.pl">Links MARC - ZEBRA</a></th>
83         <td>Define links between the ZEBRA DB and the MARC one. </td>
84 </tr>
85 <tr>
86         <th><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Check</a></th>
87         <td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
88
89 <tr>
90 <th colspan="2" class="header">Various parameters</th>
91 </tr>
92 <tr>
93         <th><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></th>
94         <td>Printers (UNIX paths).</td>
95 </tr>
96 <tr>
97         <th><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></th>
98         <td>Words deleted during searches.</td>
99 </tr>
100 <tr>
101         <th><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Servers</a></th>
102         <td>Servers to query for MARC data.</td>
103 </tr>
104 </table>
105
106
107 </div>
108
109 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->