Project

General

Profile

Bug #14784 » close.html

Administrator Admin, 2006-01-07 03:26

 
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="#internalStyle" type="text/css"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>

<!-- Close script, used in particular by the alt_doc.php script to close the current edit window -->
<!-- TYPO3 CVS ID: $Id: close.html,v 1.4 2004/04/14 09:12:43 typo3 Exp $ -->

<!-- TYPO3 Script ID: typo3/close.html -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Close</title>
<script type="text/javascript">
/*<![CDATA[*/
window.opener.location.reload(true);
self.close();
/*]]>*/
</script>
</head>
<body>
</body>
</html>
(1-1/2)