updating french translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / admin / authorised_values.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Administration système <!-- TMPL_IF name="add_form" --><!-- TMPL_VAR name="action" --><!-- /TMPL_IF -->
3 <!-- TMPL_IF name="delete_confirm" -->Confirmer la suppression<!-- /TMPL_IF -->
4 <!-- TMPL_IF name="else" -->Gestion des valeurs autorisées<!-- /TMPL_IF --></title>
5 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
6
7 <!-- TMPL_INCLUDE NAME="menus.inc" -->
8 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
9
10 <!-- TMPL_IF name="add_form" -->
11         <h1>
12            <!-- TMPL_IF name="action_modify" -->Modifier la valeur autorisée<!-- /TMPL_IF -->
13            <!-- TMPL_IF name="action_add_value" -->Ajout valeur autorisée<!-- /TMPL_IF -->
14            <!-- TMPL_IF name="action_add_category" -->Ajouter une catégorie<!-- /TMPL_IF -->
15         </h1>
16         <form class="inline" action="<!-- TMPL_VAR name="script_name" -->" name="Aform" method="post">
17         <input type="hidden" name="op" value="add_validate" />
18         <table>
19         <tr>
20             <th><label for="category">Catégorie</label></th>
21             <td><!-- TMPL_VAR name="category" --></td>
22         </tr>
23         <tr>
24             <th><label for="authorised_value">Valeur autorisée</label></th>
25             <td><input type="text" id="authorised_value" name="authorised_value" value="<!-- TMPL_VAR name="authorised_value" -->" /></td>
26         </tr>
27         <tr>
28             <th><label for="lib">Description</label></th>
29             <td><input type="text" name="lib" id="lib" value="<!-- TMPL_VAR name="lib" -->" /></td>
30         </tr>
31         </table>
32         <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
33         <input type="submit" value="Valider">
34     </form>
35     <form class="inline" action="/cgi-bin/koha/admin/authorised_values.pl" method="get"><input type="submit" value="Annuler et retourner à valeurs autorisées"></form>
36 <!-- /TMPL_IF -->
37
38
39 <!-- TMPL_IF name="delete_confirm" -->
40 <!-- -->
41 <h3>Confirmer la suppression</h3>
42 <table>
43         <tr>
44                 <td>Variable</td>
45                 <td>Description</td>
46                 <td><!-- TMPL_VAR name="searchfield" --></td>
47         </tr>
48         <tr><td>Valeur</td><td><!-- TMPL_VAR name="Tvalue" --></td></tr>
49         </table>
50         <form action="<!-- TMPL_VAR name=" script_name " -->" method="post">
51                 <input type="hidden" name="op" value="delete_confirmed" />
52                 <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
53                 <input type="hidden" name="searchfield" value="<!-- TMPL_VAR name="searchfield" -->" /><input type="submit" value="Confirmer la suppression"></form> <form class="inline" action="<!-- TMPL_VAR name="script_name" -->" method="post"><input type="submit" value="Ne pas supprimer"></form>
54 <!-- /TMPL_IF -->
55
56 <!-- -->
57 <!-- TMPL_IF name="else" -->
58
59 <h1>Gestion des valeurs autorisées</h1>
60 <p>Cette table est utilisée dans la définition de MARC. Vous pouvez définir autant de catégories que vous le souhaitez, et autant de valeurs autorisées que vous souhaitez dans chaque catégorie.</p>
61 <p>Lorsque vous déterminez la structure des sous-champs MARC, vous pouvez lier un sous-champ à une catégorie de valeurs autorisées.</p>
62 <form action="/cgi-bin/koha/admin/authorised_values.pl" method="post"><label for="searchfield">Voir catégorie :  </label><!-- TMPL_VAR name="tab_list" --> <input type="submit" value="Valider"></form>
63 <table>
64 <tr>
65         <th>Catégorie</th>
66         <th>Valeur autorisée</th>
67         <th>Description</th>
68         <th>Modifier</th>
69         <th>Supprimer</th>
70         </tr>
71 <!-- TMPL_LOOP name="loop" -->
72 <tr>
73         <td><!-- TMPL_VAR name="category" --></td>
74         <td><!-- TMPL_VAR name="authorised_value" --></td>
75         <td><!-- TMPL_VAR name="lib" --></td>
76         <td><a href="<!-- TMPL_VAR name="edit" -->">Modifier</a></td>
77         <td><a href="<!-- TMPL_VAR name="delete" -->">Supprimer</a></td>
78 </tr>
79 <!-- /TMPL_LOOP -->
80 </table>
81
82 <!-- TMPL_IF NAME="isprevpage" -->
83 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
84 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="prevpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
85         <input type="submit" value="&lt;&lt; Page précédente"></form>
86 <!-- /TMPL_IF --> 
87
88 <div id="action">
89     <a href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=<!-- TMPL_VAR NAME="category" -->">Ajouter une nouvelle valeur dans <!-- TMPL_VAR name="category" --></a> <a href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form">Ajouter une nouvelle catégorie</a>
90 </div>
91
92 <!-- TMPL_IF NAME="nextpage" -->
93 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
94 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="nextpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
95         <input type="submit" value="Page suivante >>"></form>
96 <!-- /TMPL_IF -->
97
98 <!-- /TMPL_IF -->
99
100 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->