sogo/UI/Templates/MailPartViewers/UIxMailPartLinkViewer.wox
Wolfgang Sourdeau 6e73d379cd Monotone-Parent: 2101b44ba7e2cdaabd9d79b575afddcae16c7925
Monotone-Revision: a21d1f9c3ef9ad6cff1d0dce03aebfbf6defa97a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-20T21:55:18
Monotone-Branch: ca.inverse.sogo
2007-08-20 21:55:18 +00:00

43 lines
1.5 KiB
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:label="OGo:label"
class="linked_attachment_frame"
>
<div class="linked_attachment_body">
<a var:href="pathToAttachment"
var:title="filenameForDisplay"
const:absolute="YES"
><var:string value="filenameForDisplay" /></a>
<div class="linked_attachment_meta">
<var:string label:value="Type" />:
<var:string value="bodyInfo.type" /> /
<var:string value="bodyInfo.subtype" />,
<var:string label:value="Size" />:
<var:string value="bodyInfo.size" formatter="sizeFormatter" />
</div>
<!-- debug
<pre><var:string value="bodyInfo"/></pre>
<a var:href="pathToAttachment"
var:title="bodyInfo"
class="mailer_imagecontent"
>[<var:string value="pathToAttachment" />]</a>
<br />
Id: <var:string value="bodyInfo.bodyId" /><br />
Desc: <var:string value="bodyInfo.description" /><br />
Enc: <var:string value="bodyInfo.encoding" /><br />
Par: <var:string value="bodyInfo.parameterList" /><br />
Size: <var:string value="bodyInfo.size" /><br />
Type: <var:string value="bodyInfo.type" /><br />
Subtype: <var:string value="bodyInfo.subtype" /><br />
Path: <var:string value="pathToAttachment" /><br />
PartPath: <var:string value="partPath" /><br />
-->
</div>
</div>