logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: Products/CMFDecor/skins/zpt_content - document_view.pt:1.2: msg#00029

Subject: CVS: Products/CMFDecor/skins/zpt_content - document_view.pt:1.2
Update of /cvs-repository/Products/CMFDecor/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv25709/skins/zpt_content

Modified Files:
        document_view.pt 
Log Message:

*New ZPT based skins look and feel changes, image additions and
general TALES optimizations.

 
=== Products/CMFDecor/skins/zpt_content/document_view.pt 1.1 => 1.2 ===
 
 <div class="Desktop">
- <div class="Document">
-  <div tal:replace="structure here/content_byline">By Me</div>
-  <div tal:replace="structure here/CookedBody">Cooked Body</div>
-
-  <div class="Discussion">
+ <table>
+ <tr>
+          <td height="20">
+<div class="aTitle" tal:content="structure here/Title">Document 
Title</div></td></tr>
+  <tr valign="top">
+          <td height="1" bgcolor="#000000"><img src="../zpt_images/c.gif" 
width="360" height="1" border="0" alt=""
+                                                          tal:attributes="src 
string:c.gif"></td>
+        </tr>
+               <tr><td>&nbsp;</td></tr>
+  <tr>
+    <td><div tal:replace="structure here/content_byline">By Me</div></td>
+  </tr>
+  <tr>
+    <td><div class="Description" tal:content="here/Description"></div></td>
+  </tr>
+  <tr>
+    <td><div tal:replace="structure here/CookedBody">Cooked Body</div></td>
+  </tr>
+  <tr>
+  <td><div class="Discussion">
    <span tal:replace="structure here/viewThreadsAtBottom"
          tal:condition="here/viewThreadsAtBottom|nothing"></span>
   </div>
-
- </div>
+  </td>
+  </tr>
+  </table>
 </div>
 </div>
 </body>





<Prev in Thread] Current Thread [Next in Thread>