New NPL templates
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / includes / main-top.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 <style type="text/css"> 
8         @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
9 </style>
10 <script language="JavaScript" type="text/javascript">
11
12 <!-- Hide from old browsers
13 function openWindow(targeturl, windowname) {
14 // newwin =
15 // window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
16         location.href = targeturl;
17 }
18  
19         var newwin;
20         
21         // Open the popup window if it doesn't already exist and give it focus.
22         function PopWin(targeturl, windowname) {
23         
24                 if (!newwin || newwin.closed) newwin = window.open(targeturl,windowname, "height=300,width=400");
25           newwin.focus();
26         }
27         
28   // Set the value of the form field to the passed value and optionally shift
29         // focus and close the popup.
30         function FillForm(val,formname,formfield) {
31         
32                 document.forms[formname].elements[formfield].value = val;
33
34                 // Uncomment below to shift focus after clicking link in popup.
35                 document.forms[formname].elements[formfield].focus();
36                 
37                 // Uncomment below to close popup after clicking link.
38                 newwin.close();
39         }
40  
41 // end hiding -->
42 </script>
43 </head>
44
45 <body>