sogo/UI/Templates/UIxJSClose.wox

20 lines
699 B
Plaintext
Raw Normal View History

<?xml version='1.0' standalone='yes'?>
<!DOCTYPE container>
<container xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
><var:string var:value="doctype" const:escapeHTML="NO" />
<html><head><!-- space --></head>
<body style="background-color: #dbdad5;"
><script type="text/javascript"
><var:if condition="hasRefreshMethod">
if (window.opener) {
window.opener.setTimeout('<var:string value="refreshMethod" const:escapeHTML="NO" />;', 50);
}
</var:if>
window.close();
</script>
</body>
</html>
</container>