sogo/UI/Templates/UIxJSClose.wox
Wolfgang Sourdeau db2c2ed702 Monotone-Parent: 77d6f1cf85f2204c8e5f316ee513551508049ec9
Monotone-Revision: 78e483b4fe68843e9833d79d7bde59ac5321291c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-30T18:49:53
Monotone-Branch: ca.inverse.sogo
2009-06-30 18:49:53 +00:00

14 lines
611 B
XML

<?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>