Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / unimarc_field_124f.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>UNIMARC Field 124f builder</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body style="padding:1em;">
6 <h3>UNIMARC Field 124f builder</h3>
7 <form name="f_pop" action="">
8 <table>
9         <tr>
10                 <td><label for="f1">Name of Satellite for Remote Sensing Image:</label></td>
11                 <td>
12                         <select name="f1" id="f1" size="1">
13                         <!-- TMPL_IF name="f1aa" -->
14                                 <option value="aa" selected="selected">Tiros</option>
15                         <!-- TMPL_ELSE -->
16                                 <option value="aa">Tiros</option>
17                         <!-- /TMPL_IF -->
18                         <!-- TMPL_IF name="f1ab" -->
19                                 <option value="ab" selected="selected">ATS</option>
20                         <!-- TMPL_ELSE -->
21                                 <option value="ab">ATS</option>
22                         <!-- /TMPL_IF -->
23                         <!-- TMPL_IF name="f1ac" -->
24                                 <option value="ac" selected="selected">NOAA</option>
25                         <!-- TMPL_ELSE -->
26                                 <option value="ac">NOAA</option>
27                         <!-- /TMPL_IF -->
28                         <!-- TMPL_IF name="f1ad" -->
29                                 <option value="ad" selected="selected">Nimbus</option>
30                         <!-- TMPL_ELSE -->
31                                 <option value="ad">Nimbus</option>
32                         <!-- /TMPL_IF -->
33                         <!-- TMPL_IF name="f1ae" -->
34                                 <option value="ae" selected="selected">METEOSAT</option>
35                         <!-- TMPL_ELSE -->
36                                 <option value="ae">METEOSAT</option>
37                         <!-- /TMPL_IF -->
38                         <!-- TMPL_IF name="f1ma" -->
39                                 <option value="ma" selected="selected">Explorer I</option>
40                         <!-- TMPL_ELSE -->
41                                 <option value="ma">Explorer I</option>
42                         <!-- /TMPL_IF -->
43                         <!-- TMPL_IF name="f1mb" -->
44                                 <option value="mb" selected="selected">Explorer II</option>
45                         <!-- TMPL_ELSE -->
46                                 <option value="mb">Explorer II</option>
47                         <!-- /TMPL_IF -->
48                         <!-- TMPL_IF name="f1ga" -->
49                                 <option value="ga" selected="selected">ERTS</option>
50                         <!-- TMPL_ELSE -->
51                                 <option value="ga">ERTS</option>
52                         <!-- /TMPL_IF -->
53                         <!-- TMPL_IF name="f1gb" -->
54                                 <option value="gb" selected="selected">Landsat I</option>
55                         <!-- TMPL_ELSE -->
56                                 <option value="gb">Landsat I</option>
57                         <!-- /TMPL_IF -->
58                         <!-- TMPL_IF name="f1gc" -->
59                                 <option value="gc" selected="selected">Landsat II</option>
60                         <!-- TMPL_ELSE -->
61                                 <option value="gc">Landsat II</option>
62                         <!-- /TMPL_IF -->
63                         <!-- TMPL_IF name="f1gd" -->
64                                 <option value="gd" selected="selected">Landsat III</option>
65                         <!-- TMPL_ELSE -->
66                                 <option value="gd">Landsat III</option>
67                         <!-- /TMPL_IF -->
68                         <!-- TMPL_IF name="f1ge" -->
69                                 <option value="ge" selected="selected">Seasat</option>
70                         <!-- TMPL_ELSE -->
71                                 <option value="ge">Seasat</option>
72                         <!-- /TMPL_IF -->
73                         <!-- TMPL_IF name="f1gf" -->
74                                 <option value="gf" selected="selected">Skylab</option>
75                         <!-- TMPL_ELSE -->
76                                 <option value="gf">Skylab</option>
77                         <!-- /TMPL_IF -->
78                         <!-- TMPL_IF name="f1gg" -->
79                                 <option value="gg" selected="selected">Spacelab</option>
80                         <!-- TMPL_ELSE -->
81                                 <option value="gg">Spacelab</option>
82                         <!-- /TMPL_IF -->
83                         <!-- TMPL_IF name="f1gk" -->
84                                 <option value="gk" selected="selected">Spot 1</option>
85                         <!-- TMPL_ELSE -->
86                                 <option value="gk">Spot 1</option>
87                         <!-- /TMPL_IF -->
88                         <!-- TMPL_IF name="f1gl" -->
89                                 <option value="gl" selected="selected">Spot 2</option>
90                         <!-- TMPL_ELSE -->
91                                 <option value="gl">Spot 2</option>
92                         <!-- /TMPL_IF -->
93                         <!-- TMPL_IF name="f1gm" -->
94                                 <option value="gm" selected="selected">Spot 3</option>
95                         <!-- TMPL_ELSE -->
96                                 <option value="gm">Spot 3</option>
97                         <!-- /TMPL_IF -->
98                         <!-- TMPL_IF name="f1gz" -->
99                                 <option value="gz" selected="selected">other</option>
100                         <!-- TMPL_ELSE -->
101                                 <option value="gz">other</option>
102                         <!-- /TMPL_IF -->
103                         </select>
104                 </td></tr>
105 </table>
106 <fieldset class="action"><input type="button" value="OK" onclick="report();" /> <a href="#" class="cancel close">Cancel</a></fieldset>
107 </form>
108 <script type="text/javascript">
109 //<![CDATA[
110         function report() {
111             var doc   = opener.document; 
112             var field = doc.getElementById("<!-- TMPL_VAR NAME='index'-->");
113             field.value =  document.f_pop.f1.value;
114             self.close();
115             return false;
116         }
117 //]]>
118 </script>
119
120 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->