1st draft for budget reordering
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / parameters / admin-home.tmpl
1 <TMPL_INCLUDE NAME="parameters-top.inc">
2 <center>
3 <FONT SIZE=6><em>Page d'administration de koha</em></FONT><br>
4 <table width=100% cellspacing=0 cellpadding=5 border=1>
5 <tr background="<TMPL_VAR name="themelang">/images/background-mem.gif">
6         <th>Paramètres </th>
7 </tr>
8 </table>
9 <table cellspacing=5 cellpadding=1 width=90%>
10 <th colspan=2>En rapport avec les bibliographies</th>
11 <tr>
12         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Types d'exemplaires</a></td>
13         <td>Les supports physiques d'un exemplaire</td>
14 </tr>
15 <tr>
16         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Fonds</a></td>
17         <td>Les différents fonds et leurs budgets</td>
18 </tr>
19 <tr>
20         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Valeurs autorisées</a></td>
21         <td>Les différentes catégories et les valeurs autorisées pour chaque catégorie.
22         Les valeurs autorisées sont utilisées dans la saisie des notices MARc pour faciliter la saisie.</td>
23 </tr>
24 <tr>
25         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Thésaurus</a></td>
26         <td>Gestion du thésaurus. Vous pouvez définir autant de thésaurus que nécessaires au travers de la définition de "catégories" de thésaurus</td>
27 </tr>
28
29 <th colspan=2>MARC</th>
30 <tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/marctagstructure.pl>Structure MARC</a></td><td>La structure MARC : les champs et les sous champs</td></tr>
31 <tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/koha2marclinks.pl>Liens koha - structure MARC</a></td><td>Les liens entre la base "standard" de koha et la base MARC. Notez que ces liens peuvent être définis depuis la structure MARC. Cet utilitaire est un raccourci pour valider et corriger les liens</td></tr>
32 <tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/checkmarc.pl>Vérifier la structure MARC</a></td><td>Vérifie la structure MARC. <b>UTILISEZ-LE</b> avant de travailler avec des données réelles. Il vous indiquera les erreurs de configuration qui CASSENT la cohérence de la base de données</td></tr>
33
34 <th colspan=2>Divers</th>
35 <tr>
36         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Annexes</a></td>
37         <td>Les différentes annexes gérées par ce serveur koha</td>
38 </tr>
39 <tr>
40         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>catégories</a></td>
41         <td>Les différents types de lecteurs</td>
42 </tr>
43 <tr>
44         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Monnaies</a></td>
45         <td>Les monnaies des fournisseurs</td>
46 </tr>
47 <tr>
48         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Imprimantes</a></td>
49         <td>Les imprimantes (chemin UNIX)</td>
50 </tr>
51 <tr>
52         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/stopwords.pl>Mots vides</a></td>
53         <td>Liste des mots ignorés pendant les recherches</td>
54 </tr>
55 <tr>
56         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/z3950servers.pl>serveurs Z39.50</a></td>
57         <td>Serveurs z39.50 pour rechercher des notices</td>
58 </tr>
59 <tr>
60         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/systempreferences.pl>Préférences systèmes</a></td>
61         <td>Les préférences systèmes.</td>
62 </tr>
63 </table>
64
65 <table width=100% cellspacing=0 cellpadding=5 border=1>
66 <tr background="<TMPL_VAR name="themelang">/images/background-mem.gif">
67         <th>Utilitaires</th>
68 </tr>
69 </table>
70 <table cellspacing=0 cellpadding=1 width=80%>
71 <th colspan=2>Export</th>
72 <tr>
73         <td valign="top" width="25%"><a href=/cgi-bin/koha/export/marc.pl>Export de notices</a></td>
74         <td>Export au format MARC</td>
75 </tr>
76 </table>
77 </center>
78 <TMPL_INCLUDE NAME="parameters-bottom.inc">