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