first go at moving templates to a modules/ dir
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-edit-layout.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Labels<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE name="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="label-topmenu.inc" -->
4 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
5
6 <div id="main">
7
8 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
9
10 <h3>Layout Name</h3>
11 <input type="textbox" name="layoutname"  SIZE="20" value="<!-- TMPL_VAR NAME="layoutname" -->">
12
13 <br />
14 <br />
15
16 <h3>Choose Barcode Type (encoding)</h3>
17 <select name="barcodetype">
18     <!-- TMPL_LOOP NAME="barcode_types" -->
19         <option value="<!-- TMPL_VAR NAME="code" -->"
20             <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->
21         ><!-- TMPL_VAR NAME="desc" --></option>
22     <!-- /TMPL_LOOP -->
23 </select>
24 <br />
25
26 <h3>Choose Layout Type</h3>
27 <select name="printingtype">
28     <!-- TMPL_LOOP NAME="printingtypes" -->
29         <option value="<!-- TMPL_VAR NAME="code" -->"
30             <!-- TMPL_IF NAME="active" --> selected  <!-- /TMPL_IF -->>
31         <!-- TMPL_VAR NAME="desc" --></option>
32     <!-- /TMPL_LOOP -->
33 </select>
34
35 <br />
36 <br />
37
38 <h3>
39     Choose Order Of Text Fields to Print
40 </h3>
41 <table summary="fields to print">
42 <tr>
43         <td>
44  <select name="tx_title">
45             <!-- TMPL_LOOP Name="tx_title" -->
46                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
47                     <!-- TMPL_VAR Name="num" -->
48                 </option>
49             <!-- /TMPL_LOOP -->
50             </select>
51         <label>Title</label>
52         </td>
53             <td>
54         <select name="tx_subtitle">
55                  <!-- TMPL_LOOP Name="tx_subtitle" -->
56                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
57                     <!-- TMPL_VAR Name="num" -->
58                 </option>
59             <!-- /TMPL_LOOP -->
60       </select>
61         <label>Subtitle</label>
62         </td> 
63
64         <td>
65         <select name="tx_author">
66              <!-- TMPL_LOOP Name="tx_author" -->
67                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
68                     <!-- TMPL_VAR Name="num" -->
69                 </option>
70             <!-- /TMPL_LOOP -->
71             </select>
72        <label>Author</label>
73         </td>
74 </tr> 
75  <tr>
76         <td>
77         <select name="tx_isbn">
78               <!-- TMPL_LOOP Name="tx_isbn" -->
79                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
80                     <!-- TMPL_VAR Name="num" -->
81                 </option>
82             <!-- /TMPL_LOOP -->
83             </select>
84       <label>ISBN</label>
85         </td>
86
87         <td>
88         <select name="tx_issn">
89                <!-- TMPL_LOOP Name="tx_issn" -->
90                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
91                     <!-- TMPL_VAR Name="num" -->
92                 </option>
93             <!-- /TMPL_LOOP -->
94             </select>
95      <label>ISSN</label>
96         <td>
97         <select name="tx_itemtype">
98                  <!-- TMPL_LOOP Name="tx_itemtype" -->
99                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
100                     <!-- TMPL_VAR Name="num" -->
101                 </option>
102             <!-- /TMPL_LOOP -->
103             </select>
104    <label>Itemtype</label>
105         </td>
106   </tr>
107 <tr>
108         <td>
109         <select name="tx_dewey">
110                 <!-- TMPL_LOOP Name="tx_dewey" -->
111                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
112                     <!-- TMPL_VAR Name="num" -->
113                 </option>
114             <!-- /TMPL_LOOP -->
115        </select>
116         <label>Dewey</label>
117         </td>
118         <td>
119         <select name="tx_barcode">
120                  <!-- TMPL_LOOP Name="tx_barcode" -->
121                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
122                     <!-- TMPL_VAR Name="num" -->
123                 </option>
124             <!-- /TMPL_LOOP -->
125       </select>
126         <label>Barcode (as text)</label>
127         </td>
128         <td>
129         <select name="tx_classif">
130                   <!-- TMPL_LOOP Name="tx_classif" -->
131                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
132                     <!-- TMPL_VAR Name="num" -->
133                 </option>
134             <!-- /TMPL_LOOP -->
135      </select>
136         <label>Classification</label>
137         </td>
138 </tr> 
139  <tr>
140         <td>
141         <select name="tx_subclass">
142                   <!-- TMPL_LOOP Name="tx_subclass" -->
143                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
144                     <!-- TMPL_VAR Name="num" -->
145                 </option>
146             <!-- /TMPL_LOOP -->
147      </select>
148         <label>Subclass</label>
149         </td>
150             <td>
151         <select name="tx_itemcallnumber">
152                  <!-- TMPL_LOOP Name="tx_itemcallnumber" -->
153                 <option value="<!-- TMPL_VAR Name="num" -->"<!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
154                     <!-- TMPL_VAR Name="num" -->
155                 </option>
156             <!-- /TMPL_LOOP -->
157       </select>
158         <label>Call Number</label>
159         </td>
160   </tr>
161 </table>
162
163 <br />
164 <h3>
165         Start printing from Label number:<input type="textbox" name="startlabel"  SIZE="1"  value=" <!-- TMPL_VAR NAME="startlabel" --> ">
166 </h3>
167
168 <br />
169 <h3>Draw Guide Boxes<input type="checkbox" name="guidebox" value=1 
170                 <!-- TMPL_IF NAME="guidebox"-->
171                      checked
172                 <!-- /TMPL_IF -->  ></h3>
173
174 <p>
175         <input type="submit" value="Submit">
176         <input type="hidden" name=op value="save_layout">
177         <input type="hidden" name=layout_id value="<!-- TMPL_VAR NAME="layout_id" -->">
178 </p>
179 </form>
180 </div>
181 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
182