sogo/UI/Templates/Appointments/SOGoAptMailUpdateReceipt.wox
Wolfgang Sourdeau 1486216b0c Monotone-Parent: 9a9029239df8b59ccf4609e50402e80e31085154
Monotone-Revision: f04c25f5f8bfb6f1876bab3f70b89ee5c99bcc01

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-25T21:28:24
Monotone-Branch: ca.inverse.sogo
2009-08-25 21:28:24 +00:00

28 lines
1.2 KiB
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 label:value="Receipt: invitation updated" const:escapeHTML="NO"/>
</var:if>
<var:if condition="isSubject" const:negate="YES">
<var:string label:value="The following attendees(s):" const:escapeHTML="NO"/>
<var:foreach list="recipients" item="currentRecipient">
<var:string value="currentRecipient.mailAddress" const:escapeHTML="NO"
/></var:foreach>
<var:string label:value="... have been notified of the changes to the following event:" const:escapeHTML="NO"/>
<var:string label:value="Title:" const:escapeHTML="NO"
/><var:string value="apt.summary" const:escapeHTML="NO"/>
<var:string label:value="Start:" const:escapeHTML="NO"
/><var:string value="aptStartDate" const:escapeHTML="NO"/>
<var:string label:value="End:" const:escapeHTML="NO"
/><var:string value="aptEndDate" const:escapeHTML="NO"/>
</var:if>
</container>