[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes quicksearch-top.inc,NONE,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 18 23:07:47 CET 2005


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

Added Files:
      Tag: rel_2_2
	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 -->





More information about the Koha-cvs mailing list