sogo/UI/Templates/UIxJSClose.wox
Wolfgang Sourdeau 74d8080342 Monotone-Parent: 22d8f930ef0774232d40575f91fe4eb49c980bd6
Monotone-Revision: 4c641cc8cb0c4617186e4139ce2c11f856fbbbf7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-04-21T23:03:48
Monotone-Branch: ca.inverse.sogo
2008-04-21 23:03:48 +00:00

14 lines
592 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"
>window.opener.setTimeout('<var:string value="refreshMethod"
const:escapeHTML="NO" />;', 50);</var:if
>window.close();</script
></body></html
></container>