sogo/UI/Templates/UIxJSClose.wox

14 lines
611 B
Plaintext
Raw Normal View History

<?xml version='1.0' standalone='yes'?>
<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></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>