sogo/UI/Templates/SOGoFolderDutchAdditionAdvisory.wox
Ludovic Marcotte 9e7ed29355 See ChangeLog
Monotone-Parent: be0853f1c8435c98ae98c64bdca2a134b1a2dee7
Monotone-Revision: 6810c56ec0938b566b7b3956334cdf42acad581b

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-03-02T20:32:01
Monotone-Branch: ca.inverse.sogo
2009-03-02 20:32:01 +00:00

23 lines
848 B
XML

<?xml version="1.0" standalone="yes"?>
<!DOCTYPE container>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<var:if condition="isSubject">
<var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> has been created
</var:if>
<var:if condition="isBody">
The <var:string const:value='"' const:escapeHTML="NO"/><var:string value="displayName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> folder has been created.
You can access this resource remotely by using the following URL:
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
</var:if>
</container>