mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 11:38:53 +00:00
Monotone-Parent: 84362f2350a7b9647b853e2a15e4797ea7c589ee
Monotone-Revision: 38290ec957f9b6f35375587b7126f8610d1252f1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-15T21:04:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,23 +1,9 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<div xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:label="OGo:label"
|
||||
class="linked_attachment_frame"
|
||||
>
|
||||
<!-- TODO: make an optional iframe -->
|
||||
<!-- TODO: add a server side 'safe' renderer -->
|
||||
|
||||
<div class="linked_attachment_body">
|
||||
<a var:href="pathToAttachment"
|
||||
var:title="filenameForDisplay"
|
||||
><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>
|
||||
</div>
|
||||
</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_htmlcontent"
|
||||
><var:string value="flatContentAsString" const:escapeHTML="NO" /></div>
|
||||
|
||||
Reference in New Issue
Block a user