Header include for member-quicksearch-results.tmpl (includes javascript for communica...
authoroleonard <oleonard>
Thu, 13 Jan 2005 22:39:31 +0000 (22:39 +0000)
committeroleonard <oleonard>
Thu, 13 Jan 2005 22:39:31 +0000 (22:39 +0000)
koha-tmpl/intranet-tmpl/default/en/includes/quicksearch-top.inc [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/quicksearch-top.inc b/koha-tmpl/intranet-tmpl/default/en/includes/quicksearch-top.inc
new file mode 100644 (file)
index 0000000..b0cfb2a
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+<head>
+<title>popup</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+
+<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
+<script language="javascript" type="text/javascript">
+       // 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();
+       }
+</script>
+</head>
+
+<body>
+<!-- NO MENUS for popup-top -->