Fixing a bug that occured if Koha wasnt installed, but a cookie was set in the browser
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / catalogue / MARCdetail.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalogue MARC Detail</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <!-- TMPL_INCLUDE NAME="menus.inc" -->
6 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
7
8
9 <!-- TMPL_UNLESS name="popup" -->
10     <h1>
11         MARC biblio : <!-- TMPL_VAR NAME="biblionumber" -->
12     </h1>
13     
14 <!-- TMPL_INCLUDE NAME="action-catalogue.inc" -->
15
16 <!-- /TMPL_UNLESS -->
17
18     <p><b>With Framework :<!--TMPL_VAR Name="framework" --></b></p>
19     
20     <div id="tabs">
21         <!-- TMPL_IF NAME="0XX" -->
22             <a href="javascript:active(0)" class="tab_active" id="link0">0</a>
23         <!-- /TMPL_IF -->
24         <!-- TMPL_IF NAME="1XX" -->
25             <a href="javascript:active(1)" class="tab_inactive" id="link1">1</a>
26         <!-- /TMPL_IF -->
27         <!-- TMPL_IF NAME="2XX" -->
28             <a href="javascript:active(2)" class="tab_inactive" id="link2">2</a>
29         <!-- /TMPL_IF -->
30         <!-- TMPL_IF NAME="3XX" -->
31             <a href="javascript:active(3)" class="tab_inactive" id="link3">3</a>
32         <!-- /TMPL_IF -->
33         <!-- TMPL_IF NAME="4XX" -->
34             <a href="javascript:active(4)" class="tab_inactive" id="link4">4</a>
35         <!-- /TMPL_IF -->
36         <!-- TMPL_IF NAME="5XX" -->
37             <a href="javascript:active(5)" class="tab_inactive" id="link5">5</a>
38         <!-- /TMPL_IF -->
39         <!-- TMPL_IF NAME="6XX" -->
40             <a href="javascript:active(6)" class="tab_inactive" id="link6">6</a>
41         <!-- /TMPL_IF -->
42         <!-- TMPL_IF NAME="7XX" -->
43             <a href="javascript:active(7)" class="tab_inactive" id="link7">7</a>
44         <!-- /TMPL_IF -->
45         <!-- TMPL_IF NAME="8XX" -->
46             <a href="javascript:active(8)" class="tab_inactive" id="link8">8</a>
47         <!-- /TMPL_IF -->
48         <!-- TMPL_IF NAME="9XX" -->
49             <a href="javascript:active(9)" class="tab_inactive" id="link9">9</a>
50         <!-- /TMPL_IF -->
51             <a href="javascript:active(10)" class="tab_inactive" id="link10">Items</a>
52     </div>
53
54     <div name="0XX" id="0XX" class="content_visible">
55         <!-- TMPL_LOOP NAME="0XX" -->
56                 <!-- TMPL_IF name="tag" -->
57                         <div class="tag">
58                     <div class="tag_title">
59                         <!-- TMPL_VAR NAME="tag" -->
60                     </div>
61                 <!-- TMPL_ELSE -->
62                     <br />
63                 <!-- /TMPL_IF -->
64             <!-- TMPL_LOOP NAME="subfield" -->
65                 <p class="subfield_line">
66                     <label class="labelsubfield">&nbsp;
67                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
68                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
69                     <!-- TMPL_VAR NAME="marc_value" -->
70                     <!-- TMPL_IF name="link" -->
71                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
72                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
73                         </a>
74                     <!-- /TMPL_IF -->
75                     <!-- TMPL_IF NAME="authority" -->
76                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
77                     <!-- /TMPL_IF -->
78                 </p>
79             <!-- /TMPL_LOOP -->
80             </div> <!-- class='tag' -->
81         <!-- /TMPL_LOOP -->
82     </div>
83     
84     <div id="1XX" class="content_hidden">
85         <!-- TMPL_LOOP NAME="1XX" -->
86                 <!-- TMPL_IF name="tag" -->
87                     <div class="tag">
88                     <div class="tag_title">
89                         <!-- TMPL_VAR NAME="tag" -->
90                     </div>
91                 <!-- TMPL_ELSE -->
92                     <br />
93                 <!-- /TMPL_IF -->
94             <!-- TMPL_LOOP NAME="subfield" -->
95                 <p>
96                     <label class="labelsubfield">&nbsp;
97                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
98                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
99                     <!-- TMPL_VAR NAME="marc_value" -->
100                     <!-- TMPL_IF name="link" -->
101                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
102                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
103                         </a>
104                     <!-- /TMPL_IF -->
105                     <!-- TMPL_IF NAME="authority" -->
106                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
107                     <!-- /TMPL_IF -->
108                 </p>
109             <!-- /TMPL_LOOP -->
110             </div>
111         <!-- /TMPL_LOOP -->
112     </div>
113     
114     <div id="2XX" class="content_hidden">
115         <!-- TMPL_LOOP NAME="2XX" -->
116                 <!-- TMPL_IF name="tag" -->
117                     <div class="tag">
118                     <div class="tag_title">
119                         <!-- TMPL_VAR NAME="tag" -->
120                     </div>
121                 <!-- TMPL_ELSE -->
122                     <br />
123                 <!-- /TMPL_IF -->
124             <!-- TMPL_LOOP NAME="subfield" -->
125                 <p>
126                     <label class="labelsubfield">&nbsp;
127                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
128                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
129                     <!-- TMPL_VAR NAME="marc_value" -->
130                     <!-- TMPL_IF name="link" -->
131                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
132                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
133                         </a>
134                     <!-- /TMPL_IF -->
135                     <!-- TMPL_IF NAME="authority" -->
136                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
137                     <!-- /TMPL_IF -->
138                 </p>
139             <!-- /TMPL_LOOP -->
140             </div>
141         <!-- /TMPL_LOOP -->
142     </div>
143     
144     <div id="3XX" class="content_hidden">
145         <!-- TMPL_LOOP NAME="3XX" -->
146                 <!-- TMPL_IF name="tag" -->
147                     <div class="tag">
148                     <div class="tag_title">
149                         <!-- TMPL_VAR NAME="tag" -->
150                     </div>
151                 <!-- TMPL_ELSE -->
152                     <br />
153                 <!-- /TMPL_IF -->
154             <!-- TMPL_LOOP NAME="subfield" -->
155                 <p>
156                     <label class="labelsubfield">&nbsp;
157                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
158                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
159                     <!-- TMPL_VAR NAME="marc_value" -->
160                     <!-- TMPL_IF name="link" -->
161                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
162                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
163                         </a>
164                     <!-- /TMPL_IF -->
165                     <!-- TMPL_IF NAME="authority" -->
166                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
167                     <!-- /TMPL_IF -->
168                 </p>
169             <!-- /TMPL_LOOP -->
170             </div>
171         <!-- /TMPL_LOOP -->
172     </div>
173     
174     <div id="4XX" class="content_hidden">
175         <!-- TMPL_LOOP NAME="4XX" -->
176                 <!-- TMPL_IF name="tag" -->
177                     <div class="tag">
178                     <div class="tag_title">
179                         <!-- TMPL_VAR NAME="tag" -->
180                     </div>
181                 <!-- TMPL_ELSE -->
182                     <br />
183                 <!-- /TMPL_IF -->
184             <!-- TMPL_LOOP NAME="subfield" -->
185                 <p>
186                     <label class="labelsubfield">&nbsp;
187                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
188                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
189                     <!-- TMPL_VAR NAME="marc_value" -->
190                     <!-- TMPL_IF name="link" -->
191                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
192                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
193                         </a>
194                     <!-- /TMPL_IF -->
195                     <!-- TMPL_IF NAME="authority" -->
196                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
197                     <!-- /TMPL_IF -->
198                 </p>
199             <!-- /TMPL_LOOP -->
200             </div>
201         <!-- /TMPL_LOOP -->
202     </div>
203     
204     <div  id="5XX" class="content_hidden">
205         <!-- TMPL_LOOP NAME="5XX" -->
206                 <!-- TMPL_IF name="tag" -->
207                     <div class="tag">
208                     <div class="tag_title">
209                         <!-- TMPL_VAR NAME="tag" -->
210                     </div>
211                 <!-- TMPL_ELSE -->
212                     <br />
213                 <!-- /TMPL_IF -->
214             <!-- TMPL_LOOP NAME="subfield" -->
215                 <p>
216                     <label class="labelsubfield">&nbsp;
217                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
218                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
219                     <!-- TMPL_VAR NAME="marc_value" -->
220                     <!-- TMPL_IF name="link" -->
221                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
222                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
223                         </a>
224                     <!-- /TMPL_IF -->
225                     <!-- TMPL_IF NAME="authority" -->
226                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
227                     <!-- /TMPL_IF -->
228                 </p>
229             <!-- /TMPL_LOOP -->
230             </div>
231         <!-- /TMPL_LOOP -->
232     </div>
233     
234     <div id="6XX" class="content_hidden">
235         <!-- TMPL_LOOP NAME="6XX" -->
236                 <!-- TMPL_IF name="tag" -->
237                     <div class="tag">
238                     <div class="tag_title">
239                         <!-- TMPL_VAR NAME="tag" -->
240                     </div>
241                 <!-- TMPL_ELSE -->
242                     <br />
243                 <!-- /TMPL_IF -->
244             <!-- TMPL_LOOP NAME="subfield" -->
245                 <p>
246                     <label class="labelsubfield">&nbsp;
247                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
248                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
249                     <!-- TMPL_VAR NAME="marc_value" -->
250                     <!-- TMPL_IF name="link" -->
251                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
252                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
253                         </a>
254                     <!-- /TMPL_IF -->
255                     <!-- TMPL_IF NAME="authority" -->
256                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
257                     <!-- /TMPL_IF -->
258                 </p>
259             <!-- /TMPL_LOOP -->
260             </div>
261         <!-- /TMPL_LOOP -->
262     </div>
263     
264     <div  id="7XX" class="content_hidden">
265         <!-- TMPL_LOOP NAME="7XX" -->
266                 <!-- TMPL_IF name="tag" -->
267                     <div class="tag">
268                     <div class="tag_title">
269                         <!-- TMPL_VAR NAME="tag" -->
270                     </div>
271                 <!-- TMPL_ELSE -->
272                     <br />
273                 <!-- /TMPL_IF -->
274             <!-- TMPL_LOOP NAME="subfield" -->
275                 <p>
276                     <label class="labelsubfield">&nbsp;
277                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
278                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
279                     <!-- TMPL_VAR NAME="marc_value" -->
280                     <!-- TMPL_IF name="link" -->
281                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
282                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
283                         </a>
284                     <!-- /TMPL_IF -->
285                     <!-- TMPL_IF NAME="authority" -->
286                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
287                     <!-- /TMPL_IF -->
288                 </p>
289             <!-- /TMPL_LOOP -->
290             </div>
291         <!-- /TMPL_LOOP -->
292     </div>
293     
294     <div id="8XX" class="content_hidden">
295         <!-- TMPL_LOOP NAME="8XX" -->
296                 <!-- TMPL_IF name="tag" -->
297                     <div class="tag">
298                     <div class="tag_title">
299                         <!-- TMPL_VAR NAME="tag" -->
300                     </div>
301                 <!-- TMPL_ELSE -->
302                     <br />
303                 <!-- /TMPL_IF -->
304             <!-- TMPL_LOOP NAME="subfield" -->
305                 <p>
306                     <label class="labelsubfield">&nbsp;
307                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
308                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
309                     <!-- TMPL_VAR NAME="marc_value" -->
310                     <!-- TMPL_IF name="link" -->
311                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
312                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
313                         </a>
314                     <!-- /TMPL_IF -->
315                     <!-- TMPL_IF NAME="authority" -->
316                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
317                     <!-- /TMPL_IF -->
318                 </p>
319             <!-- /TMPL_LOOP -->
320             </div>
321         <!-- /TMPL_LOOP -->
322     </div>
323     
324     <div id="9XX" class="content_hidden">
325         <!-- TMPL_LOOP NAME="9XX" -->
326                 <!-- TMPL_IF name="tag" -->
327                     <div class="tag">
328                     <div class="tag_title">
329                         <!-- TMPL_VAR NAME="tag" -->
330                     </div>
331                 <!-- TMPL_ELSE -->
332                     <br />
333                 <!-- /TMPL_IF -->
334             <!-- TMPL_LOOP NAME="subfield" -->
335                 <p>
336                     <label class="labelsubfield">&nbsp;
337                     <!-- TMPL_UNLESS name="hide_marc" --><b><!-- TMPL_VAR NAME="marc_subfield" --></b><!-- /TMPL_UNLESS -->
338                     <span title="<!-- TMPL_VAR name="long_desc" -->"><!-- TMPL_VAR NAME="short_desc" --></span></label>
339                     <!-- TMPL_VAR NAME="marc_value" -->
340                     <!-- TMPL_IF name="link" -->
341                         <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
342                             <img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
343                         </a>
344                     <!-- /TMPL_IF -->
345                     <!-- TMPL_IF NAME="authority" -->
346                         <a href="/cgi-bin/koha/authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
347                     <!-- /TMPL_IF -->
348                 </p>
349             <!-- /TMPL_LOOP -->
350             </div>
351         <!-- /TMPL_LOOP -->
352     </div>
353     
354     <div id="10XX" class="content_hidden">
355         <br/>
356         <table class="noborder">
357                 <tr>
358                     <!-- TMPL_LOOP NAME="item_header_loop" -->
359                         <th class="noborder">
360                             <!-- TMPL_VAR NAME="header_value" -->
361                         </th>
362                     <!-- /TMPL_LOOP -->
363                 </tr>
364                 <!-- TMPL_LOOP NAME="item_loop" -->
365                     <tr>
366                         <!-- TMPL_VAR NAME="item_value" -->
367                     </tr>
368                 <!-- /TMPL_LOOP -->
369         </table>
370     </div>
371 <script language="JavaScript" type="text/javascript">
372 function active(numlayer){
373     for (i=0; i <= 10 ; i++ ) {
374         var tab = document.getElementById(i+'XX');
375         if (numlayer==i) {
376             tab.setAttribute("class","content_visible");
377             var tabactive=document.getElementById('link'+i);
378             tabactive.removeAttribute("class");
379             tabactive.setAttribute("class","tab_active");
380         } else {
381             tab.setAttribute("class","content_hidden");
382             try {
383                 var tabactive=document.getElementById('link'+i);
384                 tabactive.removeAttribute("class");
385                 tabactive.setAttribute("class","tab_inactive");
386             }
387             catch(e){};
388         }
389     }
390 }
391
392 function confirm_deletion(count) {
393
394          var is_confirmed;
395         if (count>0){
396                 is_confirmed= alert('you have [ '+ count +' ] item(s) linked \n you must delete all items before delete this biblio');
397         }
398     else{
399                     is_confirmed= confirm('Are you sure you want to delete this biblio? ');
400         }
401
402      if (is_confirmed) {
403         if (count=0){
404                         window.location="/cgi-bin/koha/cataloguing/addbiblio.pl?op=delete&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->";
405                 }
406     }
407 }
408
409 function Dopop(link) {
410     window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes');
411 }
412
413 function Changefwk(FwkList) {
414         var fwk = FwkList.options[FwkList.selectedIndex].value;
415         window.location = "MARCdetail.pl?biblionumber=<!--TMPL_VAR Name="biblionumber"-->&frameworkcode="+fwk;
416 }
417
418 function Addbiblio(op) {
419         var fwk = document.forms['f'].Frameworks.options[document.forms['f'].Frameworks.selectedIndex].value;
420         window.location = "../cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&frameworkcode="+fwk+"&op="+op; 
421 }
422
423 </script>
424 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->