fix XHTML syntax error.
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / barcodes / label-templates.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Impression étiquettes et code-barres</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE name="masthead.inc" -->
5 <!-- TMPL_INCLUDE NAME="label-topmenu.inc" -->
6 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
7 <div id="main">
8 <h1>Modèles actuels
9
10
11 </h1>
12
13 <!-- TMPL_IF NAME="resultsloop" -->
14 <h2>Modèles</h2>
15 <table>
16 <tr>
17         <th>Code du template</th>
18         <th>Description</th>
19         <th>Modifier</th>
20         <th>Supprimer</th>
21         <th>Actif</th>
22 </tr>
23 <!-- TMPL_LOOP NAME="resultsloop" -->
24 <tr>
25         <td>
26                 <!-- TMPL_VAR NAME="tmpl_code" -->
27         </td>
28         <td>
29                 <!-- TMPL_VAR NAME="tmpl_desc" -->
30         </td>
31                 <td>
32                                 <a href="/cgi-bin/koha/barcodes/label-edit-template.pl?tmpl_code=<!-- TMPL_VAR NAME="tmpl_code" -->">Modifier</a>
33         </td>
34                 <td>
35                                 <a href="/cgi-bin/koha/barcodes/label-templates.pl?op=delete&tmpl_code=<!-- TMPL_VAR NAME="tmpl_code" -->">Supprimer</a>
36         </td>
37                   <td>
38                                 <!-- TMPL_IF NAME="active" -->Actif<!-- /TMPL_IF -->
39         </td>
40 </tr>
41 <!-- /TMPL_LOOP -->
42 </table>
43
44 <p><br />
45
46                                 <a href="/cgi-bin/koha/barcodes/label-create-template.pl?op=blank">Créer un nouveau modèle d'étiquette</a>
47
48 <!-- /TMPL_IF -->
49 </form>
50 </div>
51
52 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->