sogo/UI/Templates/UIxJSClose.wox
Wolfgang Sourdeau 027ff7ee9f Monotone-Parent: 41142a3caec87e434b9be5439c783bc08e87a5d7
Monotone-Revision: 97a4c58b8ee41ff5e634eb21ff0b56ff5cbc456f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-12T16:34:08
Monotone-Branch: ca.inverse.sogo
2006-10-12 16:34:08 +00:00

14 lines
558 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
><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>