Merge remote branch 'kc/master' into new/bug_3013
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / unimarc_field_225a.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2     <title>UNIMARC Field 225a builder</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body style="padding:1em;">
6 <h3>UNIMARC Field 225a builder</h3>
7     <div id="mainbloc">
8         <form name="f_pop" onsubmit="report()" action="">
9             <h2 class="authority">Collection</h2>
10             <p><label>Select a collection</label><!-- TMPL_VAR name="collection" --></p>
11             <input type="submit" value="OK" class="button authority" />
12         </form>
13     </div>
14     
15 <script type="text/javascript">
16 //<![CDATA[
17 function report() {
18             var doc   = opener.document; 
19             var field = doc.getElementById("<!-- TMPL_VAR NAME='index'-->");
20             field.value =  document.f_pop.f1.value;
21             window.close();
22             return false;
23         }
24     //]]>
25 </script>
26
27 <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->