sogo/UI/Templates/UIxJSClose.wox
Wolfgang Sourdeau de02251e69 Monotone-Parent: f4e46f4fdff68852706c529d4cdff8b4e064c648
Monotone-Revision: 63ef91fbc44c18eb342997f61dccacbaf30852b2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-12T21:04:21
Monotone-Branch: ca.inverse.sogo
2006-10-12 21:04:21 +00:00

14 lines
593 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" />;', 200);</var:if
>window.close();</script
></body></html
></container>