b75cb1f91b8b5a7c1636ce4224cf53d9246e7b04
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / unimarc_leader.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Leader building</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <form name="f_pop" action="">
7 <table>
8         <tr>
9                 <td>1-4 Record length</td>
10                 <td>(auto-calculated)</td>
11         </tr>
12         <tr>
13                 <td>5- Record status</td>
14                 <td>
15                         <select name="f5" size="1">
16                         <!-- TMPL_IF name="f5|" -->
17                 <option value="|" selected="selected">|- Filling character</option>
18             <!-- TMPL_ELSE -->
19                 <option value="|">|- Filling character</option>
20             <!-- /TMPL_IF -->
21             
22                         <!-- TMPL_IF name="f5c" -->
23                                 <option value="c" selected="selected">c - Corrected or updated record</option>
24                         <!-- TMPL_ELSE -->
25                                 <option value="c">c - Corrected record</option>
26                         <!-- /TMPL_IF -->
27                         <!-- TMPL_IF name="f5d" -->
28                                 <option value="d" selected="selected">d - Deleted record</option>
29                         <!-- TMPL_ELSE -->
30                                 <option value="d">d - Deleted record</option>
31                         <!-- /TMPL_IF -->
32                         <!-- TMPL_IF name="f5n" -->
33                                 <option value="n" selected="selected">n - New record</option>
34                         <!-- TMPL_ELSE -->
35                                 <option value="n">n - New record</option>
36                         <!-- /TMPL_IF -->
37                         <!-- TMPL_IF name="f5o" -->
38                                 <option value="o" selected="selected">o - Previously issued higher level record</option>
39                         <!-- TMPL_ELSE -->
40                                 <option value="o">o - Previously issued higher level record</option>
41                         <!-- /TMPL_IF -->
42                         <!-- TMPL_IF name="f5p" -->
43                                 <option value="p" selected="selected">p - Previously issued as an incomplete, pre-publication record</option>
44                         <!-- TMPL_ELSE -->
45                                 <option value="p">p - Previously issued as an incomplete, pre-publication record</option>
46                         <!-- /TMPL_IF -->
47                         </select>
48                 </td>
49         </tr>
50         <tr>
51                 <td>6- Type of record</td>
52                 <td>
53                         <select name="f6" size="1">
54                         <!-- TMPL_IF name="f6|" -->
55                 <option value="|" selected="selected">|- Filling character</option>
56             <!-- TMPL_ELSE -->
57                 <option value="|">|- Filling character</option>
58             <!-- /TMPL_IF -->
59             
60                         <!-- TMPL_IF name="f6a" -->
61                                 <option value="a" selected="selected">a - Language materials, printed</option>
62                         <!-- TMPL_ELSE -->
63                                 <option value="a">a - Language materials, printed</option>
64                         <!-- /TMPL_IF -->
65                         
66                         <!-- TMPL_IF name="f6b" -->
67                                 <option value="b" selected="selected">b - Language materials, manuscript</option>
68                         <!-- TMPL_ELSE -->
69                                 <option value="b">b - Language materials, manuscript</option>
70                         <!-- /TMPL_IF -->
71                         
72                         <!-- TMPL_IF name="f6c" -->
73                                 <option value="c" selected="selected">c - Music scores, printed</option>
74                         <!-- TMPL_ELSE -->
75                                 <option value="c">c - Music scores, printed</option>
76                         <!-- /TMPL_IF -->
77                         
78                         <!-- TMPL_IF name="f6d" -->
79                                 <option value="d" selected="selected">d - Music scores, manuscript</option>
80                         <!-- TMPL_ELSE -->
81                                 <option value="d">d - Music scores, manuscript</option>
82                         <!-- /TMPL_IF -->
83                         
84                         <!-- TMPL_IF name="f6e" -->
85                                 <option value="e" selected="selected">e - Cartographic materials, printed</option>
86                         <!-- TMPL_ELSE -->
87                                 <option value="e">e - Cartographic materials, printed</option>
88                         <!-- /TMPL_IF -->
89                         
90                         <!-- TMPL_IF name="f6f" -->
91                                 <option value="f" selected="selected">f - Cartographic materials, manuscript</option>
92                         <!-- TMPL_ELSE -->
93                                 <option value="f">f - Cartographic materials, manuscript</option>
94                         <!-- /TMPL_IF -->
95                         
96                         <!-- TMPL_IF name="f6g" -->
97                                 <option value="g" selected="selected">g - Projected and video material</option>
98                         <!-- TMPL_ELSE -->
99                                 <option value="g">g - Projected and video material</option>
100                         <!-- /TMPL_IF -->
101                         
102                         <!-- TMPL_IF name="f6i" -->
103                                 <option value="i" selected="selected">i - Sound recordings, nonmusical performance</option>
104                         <!-- TMPL_ELSE -->
105                                 <option value="i">i - Sound recordings, nonmusical performance</option>
106                         <!-- /TMPL_IF -->
107                         
108                         <!-- TMPL_IF name="f6j" -->
109                                 <option value="j" selected="selected">j - Sound recordings, musical performance</option>
110                         <!-- TMPL_ELSE -->
111                                 <option value="j">j - Sound recordings, musical performance</option>
112                         <!-- /TMPL_IF -->
113                         
114                         <!-- TMPL_IF name="f6k" -->
115                                 <option value="k" selected="selected">k - Two-dimensional graphics</option>
116                         <!-- TMPL_ELSE -->
117                                 <option value="k">k - Two-dimensional graphics</option>
118                         <!-- /TMPL_IF -->
119                         
120                         <!-- TMPL_IF name="f6l" -->
121                                 <option value="l" selected="selected">l - Electronic resources</option>
122                         <!-- TMPL_ELSE -->
123                                 <option value="l">l - Electronic resources</option>
124                         <!-- /TMPL_IF -->
125                         
126                         <!-- TMPL_IF name="f6m" -->
127                                 <option value="m" selected="selected">m - Multimedia</option>
128                         <!-- TMPL_ELSE -->
129                                 <option value="m">m - Multimedia</option>
130                         <!-- /TMPL_IF -->
131                         
132                         <!-- TMPL_IF name="f6r" -->
133                                 <option value="r" selected="selected">r - Three-dimensional artefacts and realia</option>
134                         <!-- TMPL_ELSE -->
135                                 <option value="r">r - Three-dimensional artefacts and realia</option>
136                         <!-- /TMPL_IF -->
137                         
138                         </select>
139                 </td>
140         </tr>
141         <tr>
142                 <td>7- Bibliographic level</td>
143                 <td>
144                         <select name="f7" size="1">
145                         <!-- TMPL_IF name="f7|" -->
146                 <option value="|" selected="selected">|- Filling character</option>
147             <!-- TMPL_ELSE -->
148                 <option value="|">|- Filling character</option>
149             <!-- /TMPL_IF -->
150             
151                                 <!-- TMPL_IF name="f7a" -->
152                                         <option value="a" selected="selected">a - Analytic (component part)</option>
153                                 <!-- TMPL_ELSE -->
154                                         <option value="a">a - Analytic (component part)</option>
155                                 <!-- /TMPL_IF -->
156                                 <!-- TMPL_IF name="f7i" -->
157                                         <option value="i" selected="selected">i - Integrating resource</option>
158                                 <!-- TMPL_ELSE -->
159                                         <option value="i">i - Integrating resource</option>
160                                 <!-- /TMPL_IF -->
161                                 <!-- TMPL_IF name="f7c" -->
162                                         <option value="c" selected="selected">c - Collection - bibliographic item that is a made-up collection</option>
163                                 <!-- TMPL_ELSE -->
164                                         <option value="c">c - Collection - bibliographic item that is a made-up collection</option>
165                                 <!-- /TMPL_IF -->
166                                 <!-- TMPL_IF name="f7m" -->
167                                         <option value="m" selected="selected">m - Monographic - Bibliographic item</option>
168                                 <!-- TMPL_ELSE -->
169                                         <option value="m">m - Monographic - Bibliographic item</option>
170                                 <!-- /TMPL_IF -->
171                                 <!-- TMPL_IF name="f7s" -->
172                                         <option value="s" selected="selected">s - Serial - Bibliographic item</option>
173                                 <!-- TMPL_ELSE -->
174                                         <option value="s">s - Serial - Bibliographic item</option>
175                                 <!-- /TMPL_IF -->
176                         </select>
177                 </td>
178         </tr>
179         
180         <tr>
181                 <td>8- Hierarchical level code</td>
182                 <td>
183                         <select name="f8" size="1">
184                         <!-- TMPL_IF name="f8|" -->
185                 <option value="|" selected="selected">|- Filling character</option>
186             <!-- TMPL_ELSE -->
187                 <option value="|">|- Filling character</option>
188             <!-- /TMPL_IF -->
189             
190                                 <!-- TMPL_IF name="f8 " -->
191                                         <option value=" " selected="selected"> - Hierarchical relationship undefined</option>
192                                 <!-- TMPL_ELSE -->
193                                         <option value=" "> - Hierarchical relationship undefined</option>
194                                 <!-- /TMPL_IF -->
195                                 
196                                 <!-- TMPL_IF name="f80" -->
197                                         <option value="0" selected="selected">0 - No hierarchical relationship</option>
198                                 <!-- TMPL_ELSE -->
199                                         <option value="0">0 - No hierarchical relationship</option>
200                                 <!-- /TMPL_IF -->
201                                 
202                                 <!-- TMPL_IF name="f81" -->
203                                         <option value="1" selected="selected">1 - Highest level record</option>
204                                 <!-- TMPL_ELSE -->
205                                         <option value="1">1 - Highest level record</option>
206                                 <!-- /TMPL_IF -->
207                                 
208                                 <!-- TMPL_IF name='f82' -->
209                                         <option value="2" selected="selected">2 - Record below highest level (all levels below)</option>
210                                 <!-- TMPL_ELSE -->
211                                         <option value="2">2 - Record below highest level (all levels below)</option>
212                                 <!-- /TMPL_IF -->
213                                 
214                         </select>
215                 </td>
216         </tr>
217
218         <tr>
219                 <td>9-16 Indicator/Subfields/Size</td>
220                 <td>(auto-filled)</td>
221         </tr>
222         <tr>
223                 <td>17- Encoding level</td>
224                 <td>
225                         <select name="f17" size="1">
226                         <!-- TMPL_IF name="f17|" -->
227                 <option value="|" selected="selected">|- Filling character</option>
228             <!-- TMPL_ELSE -->
229                 <option value="|">|- Filling character</option>
230             <!-- /TMPL_IF -->
231             
232                                 <!-- TMPL_IF name="f17 " -->
233                                         <option value=" " selected="selected"> Full level ("item in hand")</option>
234                                 <!-- TMPL_ELSE -->
235                                         <option value=" "> Full level ("item in hand")</option>
236                                 <!-- /TMPL_IF -->
237                                 <!-- TMPL_IF name="f171" -->
238                                         <option value="1" selected="selected">1 - Sublevel 1 (not "item in hand")</option>
239                                 <!-- TMPL_ELSE -->
240                                         <option value="1">1 - Sublevel 1 (not "item in hand")</option>
241                                 <!-- /TMPL_IF -->
242                                 <!-- TMPL_IF name="f172" -->
243                                         <option value="2" selected="selected">2 - Sublevel 2. The record is a prepublication (Cataloguing In Publication) record</option>
244                                 <!-- TMPL_ELSE -->
245                                         <option value="2">2 - Sublevel 2. The record is a prepublication (Cataloguing In Publication) record</option>
246                                 <!-- /TMPL_IF -->
247                                 <!-- TMPL_IF name="f173" -->
248                                         <option value="3" selected="selected">3 - Sublevel 3. Incomplete record</option>
249                                 <!-- TMPL_ELSE -->
250                                         <option value="3">3 - Sublevel 3. Incomplete record</option>
251                                 <!-- /TMPL_IF -->
252                         </select>
253                 </td>
254         </tr>
255
256         <tr>
257                 <td>18- Descriptive cataloging form</td>
258                 <td>
259                         <select name="f18" size="1">
260                         <!-- TMPL_IF name="f18|" -->
261                 <option value="|" selected="selected">|- Filling character</option>
262             <!-- TMPL_ELSE -->
263                 <option value="|">|- Filling character</option>
264             <!-- /TMPL_IF -->
265             
266                                 <!-- TMPL_IF name="f18 " -->
267                                         <option value=" " selected="selected"> - In full ISBD form</option>
268                                 <!-- TMPL_ELSE -->
269                                         <option value=" "> - In full ISBD form</option>
270                                 <!-- /TMPL_IF -->
271                                 <!-- TMPL_IF name="f18i" -->
272                                         <option value="i" selected="selected">i - In partial or incomplete ISBD form</option>
273                                 <!-- TMPL_ELSE -->
274                                         <option value="i">i - In partial or incomplete ISBD form</option>
275                                 <!-- /TMPL_IF -->
276                                 <!-- TMPL_IF name="f18n" -->
277                                         <option value="n" selected="selected">n - In non-ISBD form</option>
278                                 <!-- TMPL_ELSE -->
279                                         <option value="n">n - In non-ISBD form</option>
280                                 <!-- /TMPL_IF -->
281                         </select>
282                 </td>
283         </tr>
284         
285         <tr>
286                 <td>19-24 Entry map &amp; lengths</td>
287                 <td>(auto-filled)</td>
288         </tr>
289
290         <tr><td colspan="2"><input type="button" value="OK"  onclick="javascript:report()" /></td></tr>
291 </table>
292 </form>
293 <script type="text/javascript">
294 function report() {
295             var doc   = opener.document; 
296             var field = doc.getElementById("<!-- TMPL_VAR NAME='index'-->");
297         
298             field.value =  '     '+document.f_pop.f5.value +
299                         document.f_pop.f6.value+ document.f_pop.f7.value+
300                         document.f_pop.f8.value+ '        '+
301                         document.f_pop.f17.value+ document.f_pop.f18.value+' 450  ';
302                 window.close();
303                 return false;
304         }
305 </script>
306 </body>
307 </html>
308