Files
sogo/UI/Templates/MailPartViewers/UIxMailPartSignedViewer.wox
Ludovic Marcotte 4abc5045aa See ChangeLog
Monotone-Parent: a866a555c48a341d0c2a136b18f5d9b7474a4559
Monotone-Revision: b60d547047a2529bf2428a9d602340aa1c4f7f9b

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-09-27T17:24:20
Monotone-Branch: ca.inverse.sogo
2009-09-27 17:24:20 +00:00

23 lines
649 B
XML

<?xml version="1.0" standalone="yes"?>
<!DOCTYPE div>
<div 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"
class="mailer_plaincontent signed"
const:id="signedMessage"
var:valid="validSignature"
var:error="validationMessage"
>
<div>
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
<div>
<var:component value="contentViewerComponent"
bodyInfo="childInfo"
partPath="childPartPath" />
</div>
</var:foreach>
</div>
</div>