bug 2509: fix file permissions
[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>Texte presentation physique</td>
14                 <td>
15                         <select name="f1" size="1">
16             
17                         <!-- TMPL_IF name="f1r" -->
18                                 <option value="r" selected="selected">Impression normale</option>
19                         <!-- TMPL_ELSE -->
20                                 <option value="r">Impression normale</option>
21                         <!-- /TMPL_IF -->
22                         <!-- TMPL_IF name="f1b" -->
23                                 <option value="d" selected="selected">Impression
24                                 en gros caractere</option>
25                         <!-- TMPL_ELSE -->
26                                 <option value="d">Impression en gros caractere</option>
27                         <!-- /TMPL_IF -->
28                         <!-- TMPL_IF name="f1e" -->
29                                 <option value="e" selected="selected">Journal</option>
30                         <!-- TMPL_ELSE -->
31                                 <option value="e">Journal</option>
32                         <!-- /TMPL_IF -->
33
34                         <!-- TMPL_IF name="f1f" -->
35                                 <option value="f" selected="selected">Caractere braille et moon</option>
36                         <!-- TMPL_ELSE -->
37                                 <option value="f">Caractere braille et moon</option>
38         
39                         <!-- /TMPL_IF -->
40                         <!-- TMPL_IF name="f1g" -->
41                                 <option value="g" selected="selected">Micro-impression</option>
42                         <!-- TMPL_ELSE -->
43                                 <option value="g">Micro-impression</option>
44         
45                         <!-- /TMPL_IF -->
46                         <!-- TMPL_IF name="f1h" -->
47                                 <option value="h" selected="selected">Manuscrit</option>
48                         <!-- TMPL_ELSE -->
49                                 <option value="h">Manuscrit</option>
50         
51                         <!-- /TMPL_IF -->
52                         <!-- TMPL_IF name="f1i" -->
53                                 <option value="i" selected="selected">Multimedia</option>
54                         <!-- TMPL_ELSE -->
55                                 <option value="i">Multimedia</option>
56         
57                         <!-- /TMPL_IF -->
58                         <!-- TMPL_IF name="f1j" -->
59                                 <option value="j" selected="selected">Impression en reduction</option>
60                         <!-- TMPL_ELSE -->
61                                 <option value="j">Impression en reduction</option>
62         
63                         <!-- /TMPL_IF -->
64                         <!-- TMPL_IF name="f1z" -->
65                                 <option value="z" selected="selected">Autres formes de presentation</option>
66                         <!-- TMPL_ELSE -->
67                                 <option value="z">Autres formes de presentation</option>
68         
69                         <!-- /TMPL_IF -->
70                         </select>
71                 </td>
72         </tr>
73         
74         <tr><td colspan="2"><input type="button" value="OK"  onclick="report();" /></td></tr>
75 </table>
76 </form>
77 <script>
78         function report() {
79         var doc   = opener.document; 
80         var field = doc.getElementById("<!-- TMPL_VAR NAME='index'-->");
81     
82         field.value = document.f_pop.f1.value;
83         self.close();
84         return false;
85         }
86 </script>
87 </body>
88 </html>