mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 15:16:26 +00:00
Monotone-Parent: 41142a3caec87e434b9be5439c783bc08e87a5d7
Monotone-Revision: 97a4c58b8ee41ff5e634eb21ff0b56ff5cbc456f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-12T16:34:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
13
UI/Templates/UIxJSClose.wox
Normal file
13
UI/Templates/UIxJSClose.wox
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user