ff30338337006887168fc729ce3d08b351ed54da
[koha_fer] / koha-tmpl / intranet-tmpl / npl / en / includes / main-top-addbiblio.inc
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 <head>
5 <title>Athens County Library Services -- Koha Intranet</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
8 <style type="text/css"> 
9         @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
10         @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/tabs.css);
11 </style>
12 <script language="JavaScript" type="text/javascript">
13 <!-- Hide from old browsers
14 function openWindow(targeturl, windowname) {
15 // newwin =
16 // window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
17         location.href = targeturl;
18 }
19  
20         var newwin;
21         
22         // Open the popup window if it doesn't already exist and give it focus.
23         function PopWin(targeturl, windowname) {
24         
25                 if (!newwin || newwin.closed) newwin = window.open(targeturl,windowname, "height=300,width=400");
26           newwin.focus();
27         }
28         
29   // Set the value of the form field to the passed value and optionally shift
30         // focus and close the popup.
31         function FillForm(val,formname,formfield) {
32         
33                 document.forms[formname].elements[formfield].value = val;
34
35                 // Uncomment below to shift focus after clicking link in popup.
36                 document.forms[formname].elements[formfield].focus();
37                 
38                 // Uncomment below to close popup after clicking link.
39                 newwin.close();
40         }
41  
42 // end hiding -->
43 </script>
44 </head>
45
46 <body onload="showPanel(1);">