removing a lot of useless files in misc
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / barcodes / label-home.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="menus.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-barcodes.inc" -->
6
7 <form name="input" action="/cgi-bin/koha/barcodes/label-manager.pl" method="get">
8
9 <h3>
10         Choisir les champs à imprimer
11 </h3>
12 <table summary="fields to print">
13 <tr>
14         <td>
15                 <!-- TMPL_IF NAME="itemtype"-->
16                     <input type="checkbox" name="itemtype" value=1 checked>
17                 <!-- TMPL_ELSE -->
18                     <input type="checkbox" name="itemtype" value=1>
19                 <!-- /TMPL_IF -->
20                 <label for="itemtype">Type de document</label>
21         </td>
22
23         <td>
24                 <!-- TMPL_IF NAME="isbn"-->
25                     <input type="checkbox" name="isbn" value=1 checked>
26                 <!-- TMPL_ELSE -->
27                     <input type="checkbox" name="isbn" value=1>
28                 <!-- /TMPL_IF -->
29                 <label for="isbn">ISBN</label>
30         </td>
31
32 </tr>
33 <tr>
34         <td>
35                 <!-- TMPL_IF NAME="dcn"-->
36                     <input type="checkbox" name="dcn" value=1 checked>
37                 <!-- TMPL_ELSE -->
38                     <input type="checkbox" name="dcn" value=1>
39                 <!-- /TMPL_IF -->
40                 <label for="dcn">Dewey / Cote</label>
41         </td>
42         <td>
43                 <!-- TMPL_IF NAME="classif"-->
44                     <input type="checkbox" name="classif" value=1 checked>
45                 <!-- TMPL_ELSE -->
46                     <input type="checkbox" name="classif" value=1>
47                 <!-- /TMPL_IF -->
48                 <label for="classif">Classification</label>
49         </td>
50 </tr>
51 <tr>
52         <td>
53                 <!-- TMPL_IF NAME="itemcallnumber"-->
54                     <input type="checkbox" name="itemcallnumber" value=1 checked>
55                 <!-- TMPL_ELSE -->
56                     <input type="checkbox" name="itemcallnumber" value=1>
57                 <!-- /TMPL_IF -->
58                 <label for="itemcallnumber">Cote de l'exemplaire</label>
59         </td>
60         <td>
61                 <!-- TMPL_IF NAME="subclass"-->
62                     <input type="checkbox" name="subclass" value=1 checked>
63                 <!-- TMPL_ELSE -->
64                     <input type="checkbox" name="subclass" value=1>
65                 <!-- /TMPL_IF -->
66                 <label for="subclass">Sous-classification</label>
67         </td>
68 </tr>
69 </table>
70 <p>
71
72 <h3>Confirmer le modèle d'étiquette</h3>
73 <select name="tmpl_id">
74     <!-- TMPL_LOOP NAME="label_templates" -->
75         <!-- TMPL_IF NAME="active" -->
76             <option value="<!-- TMPL_VAR NAME="tmpl_id" -->" selected>
77         <!-- TMPL_ELSE -->
78             <option value="<!-- TMPL_VAR NAME="tmpl_id" -->">
79         <!-- /TMPL_IF -->
80         <!-- TMPL_VAR NAME="tmpl_code" --></option>
81     <!-- /TMPL_LOOP -->
82 </select>
83
84
85 <h3>Confirmer le type de code à barres</h3>
86  <select name="barcodetype">
87                 <!-- TMPL_IF NAME="COOP2of5_checked" -->
88                     <option value="COOP2of5" selected>
89                 <!-- TMPL_ELSE -->
90                     <option value="COOP2of5" selected>
91                 <!-- /TMPL_IF -->COOP2of5</option>
92                 <!-- TMPL_IF NAME="Code39_checked" -->
93                     <option value="Code39" selected>
94                 <!-- TMPL_ELSE -->
95                     <option value="Code39" selected>
96                 <!-- /TMPL_IF -->Code39</option>
97                 <!-- TMPL_IF NAME="EAN13_checked" -->
98                     <option value="EAN13" selected>
99                 <!-- TMPL_ELSE -->
100                     <option value="EAN13" selected>
101                 <!-- /TMPL_IF -->EAN 13</option>
102                 <!-- TMPL_IF NAME="EAN8_checked" -->
103                     <option value="EAN8" selected>
104                 <!-- TMPL_ELSE -->
105                     <option value="EAN8" selected>
106                 <!-- /TMPL_IF -->EAN8</option>
107                 <!-- TMPL_IF NAME="ITF_checked" -->
108                     <option value="ITF" selected>
109                 <!-- TMPL_ELSE -->
110                     <option value="ITF" selected>
111                 <!-- /TMPL_IF -->ITF(Interleaved2of5)</option>
112                 <!-- TMPL_IF NAME="Industrial2of5_checked" -->
113                     <option value="Industrial2of5" selected>
114                 <!-- TMPL_ELSE -->
115                     <option value="Industrial2of5" selected>
116                 <!-- /TMPL_IF -->Industrial2of5</option>
117                 <!-- TMPL_IF NAME="Matrix2of5_checked" -->
118                     <option value="Matrix2of5" selected>
119                 <!-- TMPL_ELSE -->
120                     <option value="Matrix2of5" selected>
121                 <!-- /TMPL_IF -->Matrix2of5</option>
122                 <!-- TMPL_IF NAME="NW7_checked" -->
123                     <option value="NW7" selected>
124                 <!-- TMPL_ELSE -->
125                     <option value="NW7" selected>
126                 <!-- /TMPL_IF -->NW7</option>
127                 <!-- TMPL_IF NAME="QRcode_checked" -->
128                     <option value="QRcode" selected>
129                 <!-- TMPL_ELSE -->
130                     <option value="QRcode" selected>
131                 <!-- /TMPL_IF -->QRcode</option>
132                 <!-- TMPL_IF NAME="UPC-A_checked" -->
133                     <option value="UPC-A" selected>
134                 <!-- TMPL_ELSE -->
135                     <option value="UPC-A" selected>
136                 <!-- /TMPL_IF -->UPC-A</option>
137                 <!-- TMPL_IF NAME="UPC-E_checked" -->
138                     <option value="UPC-E" selected>
139                 <!-- TMPL_ELSE -->
140                     <option value="UPC-E" selected>
141                 <!-- /TMPL_IF -->UPC-E</option>
142         </select>
143 </h3>
144
145
146 <h3>Confirmer le type d'impression</h3>
147
148 <!-- TMPL_IF NAME="printingtype_spine" -->
149     <input type="radio" name="printingtype" value="spine" checked/>
150 <!-- TMPL_ELSE -->
151     <input type="radio" name="printingtype" value="spine" />
152 <!--/TMPL_IF -->
153     Étiquettes de dos
154 <!-- TMPL_IF NAME="printingtype_barcode" -->
155     <input type="radio" name="printingtype" value="barcode" checked />
156 <!-- TMPL_ELSE -->
157     <input type="radio" name="printingtype" value="barcode" />
158 <!--/TMPL_IF -->
159 Etiquettes de code à barres
160
161 <!-- TMPL_IF NAME="printingtype_both" -->
162     <input type="radio" name="printingtype" value="both" checked />
163 <!-- TMPL_ELSE -->
164     <input type="radio" name="printingtype" value="both" />
165 <!--/TMPL_IF -->
166 Les deux étiquettes
167
168 <h3>
169         Commencer l'impression à l'étiquette numéro : <input type="textbox" name="startlabel"  SIZE="1"
170         value="<!-- TMPL_VAR NAME="startlabel" -->">
171
172 </h3>
173
174 <p>
175 <p>
176 <!-- TMPL_IF NAME="guidebox"-->
177     <input type="checkbox" name="guidebox" value=1 checked />
178 <!-- TMPL_ELSE -->
179     <input type="checkbox" name="guidebox" value=1 />
180 <!-- /TMPL_IF -->
181 <label for="guidebox">Tracer des cases modèles</label>
182 <p>
183         <input type="submit" value="Valider">
184         <input type="hidden" name=op value="save_conf">
185 </p>
186 </form>
187 </div>
188 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
189