Cleaning up
[koha.git] / koha-tmpl / intranet-tmpl / default / de / value_builder / unimarc_field_124g.tmpl
1 <html>
2 <head>
3 <title>UNIMARC constructeur champ 124g</title>
4 </head>
5 <body>
6 <form name="f_pop" onSubmit="javascript:report()">
7 <table>
8         <tr>
9                 <td>Technique d'enregistrement pour les images de teledetection:</td>
10                 <td>
11                         <select name="f1" size="1">
12                         <!-- TMPL_IF name="f1  " -->
13                                 <option value="  " SELECTED>Keine</option>
14                         <!-- TMPL_ELSE -->
15                                 <option value="  ">Keine</option>
16                         <!-- /TMPL_IF -->
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="submit" value="OK"></td></tr>
70 </table>
71 </form>
72 <script>
73         function report() {
74
75
76                 opener.document.f.field_value[<!-- TMPL_VAR name="index" -->].value= document.f_pop.f1.value;
77                 self.close();
78                 return false;
79         }
80 </script>
81 </body>
82 </html>