french templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / labels / label-templates.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo; Etiquettes</title>
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!-- TMPL_INCLUDE NAME="header.inc" -->
6 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
7
8 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Accueil</a> &rsaquo; Etiquettes</div>
9
10 <div id="doc3" class="yui-t2">
11    
12    <div id="bd">
13         <div id="yui-main">
14         <div class="yui-b">
15
16 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
17
18 <!-- TMPL_IF NAME="resultsloop" -->
19 <h2>Modèles</h2>
20 <form name="input" action="/cgi-bin/koha/labels/label-templates.pl" method="get">
21 <table>
22 <tr>
23         <th>Code du template</th>
24         <th>Description</th>
25         <th>Modifier</th>
26         <th>Supprimer</th>
27         <th>Actif</th>
28 </tr>
29 <!-- TMPL_LOOP NAME="resultsloop" -->
30 <tr>
31         <td>
32                 <!-- TMPL_VAR NAME="tmpl_code" -->
33         </td>
34         <td>
35                 <!-- TMPL_VAR NAME="tmpl_desc" -->
36         </td>
37                 <td>
38                                 <a href="/cgi-bin/koha/labels/label-edit-template.pl?tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Modifier</a>
39         </td>
40                 <td>
41                                 <a href="/cgi-bin/koha/labels/label-templates.pl?op=delete&tmpl_id=<!-- TMPL_VAR NAME="tmpl_id" -->">Supprimer</a>
42         </td>
43                   <td>
44 <!-- TMPL_IF NAME="active" -->
45     <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" checked />
46 <!-- TMPL_ELSE -->
47     <input type="radio" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" />
48 <!-- /TMPL_IF -->
49
50         </td>
51 </tr>
52 <!-- /TMPL_LOOP -->
53  <tr><td colspan="5" align="right">
54  <input class="button" type="submit" value="Définir le modèle actif">
55         <input type="hidden" name=op value="set_active_template">
56 </td></tr>
57 </table>
58
59 </form>
60 <!-- /TMPL_IF -->
61
62 <a href="/cgi-bin/koha/labels/label-create-template.pl?op=blank">Créer un nouveau modèle d'étiquette</a>
63
64 </div>
65 </div>
66 <div class="yui-b">
67 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
68 </div>
69 </div>
70 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->