Koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-addbiblio.inc

46 lines
No EOL
1.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Koha Intranet</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
<style type="text/css">
@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/tabs.css);
</style>
<script language="JavaScript" type="text/javascript">
<!-- Hide from old browsers
function openWindow(targeturl, windowname) {
// newwin =
// window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
location.href = targeturl;
}
var newwin;
// Open the popup window if it doesn't already exist and give it focus.
function PopWin(targeturl, windowname) {
if (!newwin || newwin.closed) newwin = window.open(targeturl,windowname, "height=300,width=400");
newwin.focus();
}
// Set the value of the form field to the passed value and optionally shift
// focus and close the popup.
function FillForm(val,formname,formfield) {
document.forms[formname].elements[formfield].value = val;
// Uncomment below to shift focus after clicking link in popup.
document.forms[formname].elements[formfield].focus();
// Uncomment below to close popup after clicking link.
newwin.close();
}
// end hiding -->
</script>
</head>
<body onload="showPanel(1);">