sogo/UI/Templates/MailPartViewers/UIxMailPartSignedViewer.wox
Wolfgang Sourdeau 02bf8acc97 Monotone-Parent: 93ac3544873becf72157e54ddeac053456390045
Monotone-Revision: 5d13be9c64742eda95c52fa0f0205eb99849d1d1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-09-28T13:20:04
Monotone-Branch: ca.inverse.sogo
2009-09-28 13:20:04 +00:00

20 lines
571 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="signed"
const:id="signedMessage"
var:valid="validSignature"
var:error="validationMessage">
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
<div>
<var:component value="contentViewerComponent"
bodyInfo="childInfo"
partPath="childPartPath" />
</div>
</var:foreach>
</div>