]> err.no Git - scalable-opengroupware.org/blobdiff - UI/Templates/MailPartViewers/UIxMailPartLinkViewer.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1151 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / MailPartViewers / UIxMailPartLinkViewer.wox
index 452bb2ecf2cc275cf00d278f4457c1b36b235817..f08af1f3c6eab626913dab54eec313e4afd4bc44 100644 (file)
@@ -1,13 +1,16 @@
 <?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:label="OGo:label"
-     class="linked_attachment_frame"
->
+  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"
-       ><var:string value="filenameForDisplay" /></a>
+      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.size" formatter="sizeFormatter" />
     </div>
 
-<!-- debug
+    <!-- debug
     <pre><var:string value="bodyInfo"/></pre>
-  
+    
     <a var:href="pathToAttachment"
-       var:title="bodyInfo"
-       class="mailer_imagecontent"
-       >[<var:string value="pathToAttachment" />]</a>
+    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 />
@@ -34,6 +37,6 @@
     Subtype: <var:string value="bodyInfo.subtype" /><br />
     Path:    <var:string value="pathToAttachment" /><br />
     PartPath: <var:string value="partPath" /><br />
--->
+    -->
   </div>
 </div>