bug 2509: fix file permissions
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / unimarc_field_124g.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_constructeur champ 124g</title>
8 </head>
9 <body>
10 <form name="f_pop">
11 <table>
12         <tr>
13                 <td>Technique d'enregistrement pour les images de teledetection:</td>
14                 <td>
15                         <select name="f1" size="1">
16
17                         <!-- TMPL_IF name="f1aa" -->
18                                 <option value="aa" SELECTED>Enregistrement video</option>
19                         <!-- TMPL_ELSE -->
20                                 <option value="aa">Enregistrement video</option>
21                         <!-- /TMPL_IF -->
22                         <!-- TMPL_IF name="f1ab" -->
23                                 <option value="ab" SELECTED>Photographie en fausse couleur</option>
24                         <!-- TMPL_ELSE -->
25                                 <option value="ab">Photographie en fausse couleur</option>
26                         <!-- /TMPL_IF -->
27                         <!-- TMPL_IF name="f1ac" -->
28                                 <option value="ac" SELECTED>Photographie multispectrale</option>
29                         <!-- TMPL_ELSE -->
30                                 <option value="ac">Photographie multispectrale</option>
31                         <!-- /TMPL_IF -->
32                         <!-- TMPL_IF name="f1ad" -->
33                                 <option value="ad" SELECTED>Balayage multispectrale</option>
34                         <!-- TMPL_ELSE -->
35                                 <option value="ad">Balayage multispectrale</option>
36                         <!-- /TMPL_IF -->
37                         <!-- TMPL_IF name="f1av" -->
38                                 <option value="av" SELECTED>Combinaisons de techniques en faible emission</option>
39                         <!-- TMPL_ELSE -->
40                                 <option value="av">Combinaisons de techiques en faible emission</option>
41                         <!-- /TMPL_IF -->
42                         <!-- TMPL_IF name="f1da" -->
43                                 <option value="da" SELECTED>Balayage par ligne infrarouge</option>
44                         <!-- TMPL_ELSE -->
45                                 <option value="da">Balayage par ligne infrarouge</option>
46                         <!-- /TMPL_IF -->
47                         <!-- TMPL_IF name="f1dv" -->
48                                 <option value="dv" SELECTED>Combinaisons de techniques diverses de detection thermique par infrarouge</option>
49                         <!-- TMPL_ELSE -->
50                                 <option value="dv">Combinaisons de techiques diverses de detection thermique par infrarouge</option>
51                         <!-- /TMPL_IF -->
52                         <!-- TMPL_IF name="f1ga" -->
53                                 <option value="ga" SELECTED>Sidelooking Airbone Radar</option>
54                         <!-- TMPL_ELSE -->
55                                 <option value="ga">Sidelooking Airbone Radar</option>
56                         <!-- /TMPL_IF -->
57                         <!-- TMPL_IF name="f1gb" -->
58                                 <option value="gb" SELECTED>Synthetic Aperture Radar</option>
59                         <!-- TMPL_ELSE -->
60                                 <option value="gb">Synthetic Aperture Radar</option>
61                         <!-- /TMPL_IF -->
62                         <!-- TMPL_IF name="f1gc" -->
63                                 <option value="gc" SELECTED>Couverture passive par ondes micrometriques</option>
64                         <!-- TMPL_ELSE -->
65                                 <option value="gc">Couverture passive par onde micrometrique</option>
66                         <!-- /TMPL_IF -->
67                         </select>
68                 </td></tr>
69         <tr><td colspan=2><input type="button" value="OK"  onClick="javascript:report()"></td></tr>
70 </table>
71 </form>
72 <script type="text/javascript">
73         function report() {
74             var doc   = opener.document; 
75             var field = doc.getElementById("<!-- TMPL_VAR NAME='index'-->");
76             field.value =  document.f_pop.f1.value;
77             window.close();
78             return false;
79         }
80 </script>
81 </body>
82 </html>