Merge remote branch 'kc/master' into new/bug_3013
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / unimarc_field_124g.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>UNIMARC Field 124g builder</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body style="padding:1em;">
6 <h3>UNIMARC Field 124g builder</h3>
7 <form name="f_pop" action="">
8 <table>
9         <tr>
10                 <td><label for="f1">Recording Technique for Remote Sensing Image:</label></td>
11                 <td>
12                         <select name="f1" id="f1" size="1">
13
14                         <!-- TMPL_IF name="f1aa" -->
15                                 <option value="aa" selected="selected">video recording</option>
16                         <!-- TMPL_ELSE -->
17                                 <option value="aa">video recording</option>
18                         <!-- /TMPL_IF -->
19                         <!-- TMPL_IF name="f1ab" -->
20                                 <option value="ab" selected="selected">false colour photography</option>
21                         <!-- TMPL_ELSE -->
22                                 <option value="ab">false colour photography</option>
23                         <!-- /TMPL_IF -->
24                         <!-- TMPL_IF name="f1ac" -->
25                                 <option value="ac" selected="selected">multispectral photography</option>
26                         <!-- TMPL_ELSE -->
27                                 <option value="ac">multispectral photography</option>
28                         <!-- /TMPL_IF -->
29                         <!-- TMPL_IF name="f1ad" -->
30                                 <option value="ad" selected="selected">multispectral scanning</option>
31                         <!-- TMPL_ELSE -->
32                                 <option value="ad">multispectral scanning</option>
33                         <!-- /TMPL_IF -->
34                         <!-- TMPL_IF name="f1av" -->
35                                 <option value="av" selected="selected">combination of various light emission techniques</option>
36                         <!-- TMPL_ELSE -->
37                                 <option value="av">combination of various light emission techniques</option>
38                         <!-- /TMPL_IF -->
39                         <!-- TMPL_IF name="f1da" -->
40                                 <option value="da" selected="selected">infrared line scanning</option>
41                         <!-- TMPL_ELSE -->
42                                 <option value="da">infrared line scanning</option>
43                         <!-- /TMPL_IF -->
44                         <!-- TMPL_IF name="f1dv" -->
45                                 <option value="dv" selected="selected">combination of various thermal infrared scanning</option>
46                         <!-- TMPL_ELSE -->
47                                 <option value="dv">combination of various thermal infrared scanning</option>
48                         <!-- /TMPL_IF -->
49                         <!-- TMPL_IF name="f1ga" -->
50                                 <option value="ga" selected="selected">Sidelooking Airbone Radar</option>
51                         <!-- TMPL_ELSE -->
52                                 <option value="ga">Sidelooking Airbone Radar</option>
53                         <!-- /TMPL_IF -->
54                         <!-- TMPL_IF name="f1gb" -->
55                                 <option value="gb" selected="selected">Synthetic Aperture Radar</option>
56                         <!-- TMPL_ELSE -->
57                                 <option value="gb">Synthetic Aperture Radar</option>
58                         <!-- /TMPL_IF -->
59                         <!-- TMPL_IF name="f1gc" -->
60                                 <option value="gc" selected="selected">passive microwave mapping</option>
61                         <!-- TMPL_ELSE -->
62                                 <option value="gc">passive microwave mapping</option>
63                         <!-- /TMPL_IF -->
64                         </select>
65                 </td></tr>
66 </table>
67 <fieldset class="action"><input type="button" value="OK" onclick="report();" /> <a href="#" class="cancel close">Cancel</a></fieldset>
68 </form>
69 <script type="text/javascript">
70 //<![CDATA[
71         function report() {
72             var doc   = opener.document; 
73             var field = doc.getElementById("<!-- TMPL_VAR NAME='index'-->");
74             field.value =  document.f_pop.f1.value;
75             window.close();
76             return false;
77         }
78 //]]>
79 </script>
80
81 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->