Merge commit 'koha-biblibre/master' into bl-acq
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / unimarc_field_106.tmpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <html>
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title>UNIMARC_Field 106 builder</title>
8 </head>
9 <body>
10 <form name="f_pop">
11 <table>
12         <tr>
13                 <td>Form of item: Coded Data: Medium Designator (Not repeatable)</td>
14                 <td>
15                         <select name="f1" size="1">
16             
17                         <!-- TMPL_IF name="f1r" -->
18                                 <option value="r" selected="selected">regular print</option>
19                         <!-- TMPL_ELSE -->
20                                 <option value="r">regular print</option>
21                         <!-- /TMPL_IF -->
22                         <!-- TMPL_IF name="f1b" -->
23                                 <option value="d" selected="selected">large print</option>
24                         <!-- TMPL_ELSE -->
25                                 <option value="d">large print</option>
26                         <!-- /TMPL_IF -->
27                         <!-- TMPL_IF name="f1e" -->
28                                 <option value="e" selected="selected">newspaper format</option>
29                         <!-- TMPL_ELSE -->
30                                 <option value="e">newspaper format</option>
31                         <!-- /TMPL_IF -->
32
33                         <!-- TMPL_IF name="f1f" -->
34                                 <option value="f" selected="selected">Braille or Moon script</option>
35                         <!-- TMPL_ELSE -->
36                                 <option value="f">Braille or Moon script</option>
37         
38                         <!-- /TMPL_IF -->
39                         <!-- TMPL_IF name="f1g" -->
40                                 <option value="g" selected="selected">microprint</option>
41                         <!-- TMPL_ELSE -->
42                                 <option value="g">microprint</option>
43         
44                         <!-- /TMPL_IF -->
45                         <!-- TMPL_IF name="f1h" -->
46                                 <option value="h" selected="selected">handwritten</option>
47                         <!-- TMPL_ELSE -->
48                                 <option value="h">handwritten</option>
49         
50                         <!-- /TMPL_IF -->
51                         <!-- TMPL_IF name="f1i" -->
52                                 <option value="i" selected="selected">multimedia (e.g. an item in regular print with a microfiche
53 supplement)</option>
54                         <!-- TMPL_ELSE -->
55                                 <option value="i">multimedia (e.g. an item in regular print with a microfiche
56 supplement)</option>
57         
58                         <!-- /TMPL_IF -->
59                         <!-- TMPL_IF name="f1j" -->
60                                 <option value="j" selected="selected">mini-print</option>
61                         <!-- TMPL_ELSE -->
62                                 <option value="j">mini-print</option>
63                                 
64                         <!-- /TMPL_IF -->
65                         <!-- TMPL_IF name="f1s" -->
66                                 <option value="s" selected="selected">electronic</option>
67                         <!-- TMPL_ELSE -->
68                                 <option value="s">electronic</option>
69                                 
70                         <!-- /TMPL_IF -->
71                         <!-- TMPL_IF name="f1t" -->
72                                 <option value="t" selected="selected">microform</option>
73                         <!-- TMPL_ELSE -->
74                                 <option value="t">microform</option>
75         
76                         <!-- /TMPL_IF -->
77                         <!-- TMPL_IF name="f1z" -->
78                                 <option value="z" selected="selected">other form of material</option>
79                         <!-- TMPL_ELSE -->
80                                 <option value="z">other form of material</option>
81         
82                         <!-- /TMPL_IF -->
83                         </select>
84                 </td>
85         </tr>
86         
87         <tr><td colspan="2"><input type="button" value="OK"  onclick="report();" /></td></tr>
88 </table>
89 </form>
90 <script>
91         function report() {
92         var doc   = opener.document; 
93         var field = doc.getElementById("<!-- TMPL_VAR NAME='index'-->");
94     
95         field.value = document.f_pop.f1.value;
96         self.close();
97         return false;
98         }
99 </script>
100 </body>
101 </html>