MARC21 authorities: fixed LDR/06 = 'a'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-edit-layout.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha -- Labels</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">Home</a> &rsaquo; Labels</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 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
17
18 <h3>Layout Name</h3>
19 <input type="textbox" name="layoutname"  size="20" value="<!-- TMPL_VAR NAME="layoutname" -->" />
20
21 <h3>Choose Barcode Type (encoding)</h3>
22 <select name="barcodetype">
23     <!-- TMPL_LOOP NAME="barcode_types" -->
24         <!-- TMPL_IF NAME="active" -->
25         <option value="<!-- TMPL_VAR NAME="code" -->" selected="selected"><!-- TMPL_VAR NAME="desc" --></option>
26         <!-- TMPL_ELSE -->
27         <option value="<!-- TMPL_VAR NAME="code" -->"><!-- TMPL_VAR NAME="desc" --></option>
28         <!-- /TMPL_IF -->
29     <!-- /TMPL_LOOP -->
30 </select>
31
32
33 <h3>Choose Layout Type</h3>
34 <select name="printingtype">
35     <!-- TMPL_LOOP NAME="printingtypes" -->
36 <!-- TMPL_IF NAME="active" -->
37         <option value="<!-- TMPL_VAR NAME="code" -->" selected="selected"><!-- TMPL_VAR NAME="desc" --></option>
38         <!-- TMPL_ELSE -->
39         <option value="<!-- TMPL_VAR NAME="code" -->"><!-- TMPL_VAR NAME="desc" --></option>
40 <!-- /TMPL_IF -->
41     <!-- /TMPL_LOOP -->
42 </select>
43
44
45 <h3>
46     Choose Order Of Text Fields to Print
47 </h3>
48 <table summary="fields to print">
49 <tr>
50         <td>
51  <select name="tx_title">
52             <!-- TMPL_LOOP Name="tx_title" -->
53                         <!-- TMPL_IF Name="selected" -->
54                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
55                     <!-- TMPL_VAR Name="num" -->
56                 </option>
57                         <!-- TMPL_ELSE -->
58                 <option value="<!-- TMPL_VAR Name="num" -->">
59                     <!-- TMPL_VAR Name="num" -->
60                 </option>
61                 <!-- /TMPL_IF -->
62             <!-- /TMPL_LOOP -->
63             </select>
64         <label>Title</label>
65         </td>
66             <td>
67         <select name="tx_subtitle">
68                  <!-- TMPL_LOOP Name="tx_subtitle" -->
69          <!-- TMPL_IF Name="selected" -->
70                                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
71                     <!-- TMPL_VAR Name="num" -->
72                 </option>
73                         <!-- TMPL_ELSE -->      
74                 <option value="<!-- TMPL_VAR Name="num" -->">
75                     <!-- TMPL_VAR Name="num" -->
76                 </option>
77                         <!-- /TMPL_IF -->       
78             <!-- /TMPL_LOOP -->
79       </select>
80         <label>Subtitle</label>
81         </td> 
82
83         <td>
84         <select name="tx_author">
85              <!-- TMPL_LOOP Name="tx_author" -->
86                 <!-- TMPL_IF Name="selected" -->         
87                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
88                     <!-- TMPL_VAR Name="num" -->
89                 </option>
90                 <!-- TMPL_ELSE -->              
91                 <option value="<!-- TMPL_VAR Name="num" -->">
92                     <!-- TMPL_VAR Name="num" -->
93                 </option>
94                 <!-- /TMPL_IF -->               
95             <!-- /TMPL_LOOP -->
96             </select>
97        <label>Author</label>
98         </td>
99 </tr> 
100  <tr>
101         <td>
102         <select name="tx_isbn">
103               <!-- TMPL_LOOP Name="tx_isbn" -->
104                 <!-- TMPL_IF Name="selected" -->          
105                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
106                     <!-- TMPL_VAR Name="num" -->
107                 </option>
108                 <!-- TMPL_ELSE -->              
109                 <option value="<!-- TMPL_VAR Name="num" -->">
110                     <!-- TMPL_VAR Name="num" -->
111                 </option>
112                 <!-- /TMPL_IF -->               
113             <!-- /TMPL_LOOP -->
114             </select>
115       <label>ISBN</label>
116         </td>
117
118         <td>
119         <select name="tx_issn">
120                <!-- TMPL_LOOP Name="tx_issn" -->
121                 <!-- TMPL_IF Name="selected" -->           
122                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
123                     <!-- TMPL_VAR Name="num" -->
124                 </option>
125                 <!-- TMPL_ELSE -->              
126                 <option value="<!-- TMPL_VAR Name="num" -->">
127                     <!-- TMPL_VAR Name="num" -->
128                 </option>
129                 <!-- /TMPL_IF -->               
130             <!-- /TMPL_LOOP -->
131             </select>
132      <label>ISSN</label>
133         <td>
134         <select name="tx_itemtype">
135                  <!-- TMPL_LOOP Name="tx_itemtype" -->
136                 <!-- TMPL_IF Name="selected" -->                 
137                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
138                     <!-- TMPL_VAR Name="num" -->
139                 </option>
140                         <!-- TMPL_ELSE -->      
141                 <option value="<!-- TMPL_VAR Name="num" -->">
142                     <!-- TMPL_VAR Name="num" -->
143                 </option>
144                 <!-- /TMPL_IF -->               
145             <!-- /TMPL_LOOP -->
146             </select>
147    <label>Itemtype</label>
148         </td>
149   </tr>
150 <tr>
151         <td>
152         <select name="tx_dewey">
153                 <!-- TMPL_LOOP Name="tx_dewey" -->
154                 <!-- TMPL_IF Name="selected" -->                
155                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
156                     <!-- TMPL_VAR Name="num" -->
157                 </option>
158                         <!-- TMPL_ELSE -->      
159                 <option value="<!-- TMPL_VAR Name="num" -->">
160                     <!-- TMPL_VAR Name="num" -->
161                 </option>
162                         <!-- /TMPL_IF -->       
163             <!-- /TMPL_LOOP -->
164        </select>
165         <label>Dewey</label>
166         </td>
167         <td>
168         <select name="tx_barcode">
169                  <!-- TMPL_LOOP Name="tx_barcode" -->
170                 <!-- TMPL_IF Name="selected" -->                 
171                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
172                     <!-- TMPL_VAR Name="num" -->
173                 </option>
174                         <!-- TMPL_ELSE -->       
175                 <option value="<!-- TMPL_VAR Name="num" -->">
176                     <!-- TMPL_VAR Name="num" -->
177                 </option>
178                         <!-- /TMPL_IF -->       
179             <!-- /TMPL_LOOP -->
180       </select>
181         <label>Barcode (as text)</label>
182         </td>
183         <td>
184         <select name="tx_classif">
185                   <!-- TMPL_LOOP Name="tx_classif" -->
186                 <!-- TMPL_IF Name="selected" -->                    
187                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
188                     <!-- TMPL_VAR Name="num" -->
189                 </option>
190                         <!-- TMPL_ELSE -->        
191                 <option value="<!-- TMPL_VAR Name="num" -->">
192                     <!-- TMPL_VAR Name="num" -->
193                 </option>
194                 <!-- /TMPL_IF -->               
195             <!-- /TMPL_LOOP -->
196      </select>
197         <label>Classification</label>
198         </td>
199 </tr> 
200  <tr>
201         <td>
202         <select name="tx_subclass">
203                   <!-- TMPL_LOOP Name="tx_subclass" -->
204                 <!-- TMPL_IF Name="selected" -->                  
205                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
206                     <!-- TMPL_VAR Name="num" -->
207                 </option>
208                         <!-- TMPL_ELSE -->        
209                 <option value="<!-- TMPL_VAR Name="num" -->">
210                     <!-- TMPL_VAR Name="num" -->
211                 </option>
212                         <!-- /TMPL_IF -->       
213             <!-- /TMPL_LOOP -->
214      </select>
215         <label>Subclass</label>
216         </td>
217             <td>
218         <select name="tx_itemcallnumber">
219                  <!-- TMPL_LOOP Name="tx_itemcallnumber" -->
220                         <!-- TMPL_IF Name="selected" -->          
221                 <option value="<!-- TMPL_VAR Name="num" -->" selected="selected">
222                     <!-- TMPL_VAR Name="num" -->
223                 </option>
224                         <!-- TMPL_ELSE -->       
225                 <option value="<!-- TMPL_VAR Name="num" -->">
226                     <!-- TMPL_VAR Name="num" -->
227                 </option>
228                         <!-- /TMPL_IF -->       
229             <!-- /TMPL_LOOP -->
230       </select>
231         <label>Call Number</label>
232         </td>
233                 <td>&nbsp;</td>
234   </tr>
235 </table>
236
237
238 <h3>
239         Start printing from Label number: <input type="textbox" name="startlabel"  size="1"  value=" <!-- TMPL_VAR NAME="startlabel" --> " />
240 </h3>
241
242 <h3>Draw Guide Boxes 
243 <!-- TMPL_IF NAME="guidebox"-->
244 <input type="checkbox" name="guidebox" value="1"  checked="checked" />
245 <!-- TMPL_ELSE -->
246 <input type="checkbox" name="guidebox" value="1" />
247 <!-- /TMPL_IF -->
248 </h3>
249
250 <p>
251         <input type="submit" value="Submit" />
252         <input type="hidden" name="op" value="save_layout" />
253         <input type="hidden" name="layout_id" value="<!-- TMPL_VAR NAME="layout_id" -->" />
254 </p>
255 </form>
256
257 </div>
258 </div>
259 <div class="yui-b">
260 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
261 </div>
262 </div>
263 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->