[CMF-checkins] CVS: Products/CMFDecor/skins/zpt_content - document_view.pt:1.2
Andrew Sawyers
andrew@digicool.com
Fri, 27 Jul 2001 12:13:57 -0400
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> </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>