koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes quickse


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes quicksearch-top.inc,NONE,1.1
Date: Thu, 13 Jan 2005 14:39:35 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21773/koha-tmpl/intranet-tmpl/default/en/includes

Added Files:
        quicksearch-top.inc 
Log Message:
Header include for member-quicksearch-results.tmpl (includes javascript for 
communicating with parent window)

--- NEW FILE ---
<!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 -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]