]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/UIxJSClose.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1160 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / UIxJSClose.wox
1 <?xml version='1.0' standalone='yes'?>
2 <container xmlns="http://www.w3.org/1999/xhtml"
3     xmlns:var="http://www.skyrix.com/od/binding"
4     xmlns:const="http://www.skyrix.com/od/constant"
5     ><var:string var:value="doctype" const:escapeHTML="NO" />
6 <html><head></head><body style="background-color: #dbdad5;"
7         ><script type="text/javascript"
8           ><var:if condition="hasRefreshMethod"
9             >window.opener.setTimeout('<var:string value="refreshMethod"
10               const:escapeHTML="NO" />;', 200);</var:if
11             >window.close();</script
12 ></body></html
13 ></container>