Corrections to make markup more valid (quoting attributes, encoding amersands, etc.)
[koha.git] / koha-tmpl / intranet-tmpl / default / en / value_builder / unimarc_field_225a.tmpl
1 <html>
2 <head>
3 <title>UNIMARC Field 225a builder</title>
4 </head>
5 <body>
6 <form name="f_pop" onSubmit="javascript:report()">
7 <table>
8         <tr>
9                 <td>Select a collection</td>
10                 <td><!-- TMPL_VAR name="collection" --></td>
11         </tr>
12         <tr><td colspan=2><input type="submit" value="OK"></td></tr>
13 </table>
14 </form>
15 <script>
16         function report() {
17                 opener.document.f.field_value[<!-- TMPL_VAR name="index" -->].value= document.f_pop.f1.value;
18                 self.close();
19                 return false;
20         }
21 </script>
22 </body>
23 </html>