[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_content - discussionitem_view.pt:1.4

Yvo Schubbe y.2004_ at wcm-solutions.de
Tue Aug 3 09:01:20 EDT 2004


Update of /cvs-repository/Products/CMFDefault/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv30347/CMFDefault/skins/zpt_content

Modified Files:
	discussionitem_view.pt 
Log Message:
- replaced tabs
- some other cleanup


=== Products/CMFDefault/skins/zpt_content/discussionitem_view.pt 1.3 => 1.4 ===
--- Products/CMFDefault/skins/zpt_content/discussionitem_view.pt:1.3	Wed Feb 25 05:49:03 2004
+++ Products/CMFDefault/skins/zpt_content/discussionitem_view.pt	Tue Aug  3 09:00:50 2004
@@ -1,14 +1,12 @@
-<html xmlns:tal="http://xml.zope.org/namespaces/tal"
-      xmlns:metal="http://xml.zope.org/namespaces/metal"
-      metal:use-macro="here/main_template/macros/master">
+<html metal:use-macro="here/main_template/macros/master">
 <head>
- <metal:block fill-slot="base"
+ <metal:slot fill-slot="base"
  ><tal:span tal:replace="structure here/getBaseTag"
-/></metal:block>
+/></metal:slot>
 </head>
 <body>
 
-<div metal:fill-slot="header">
+<metal:slot metal:fill-slot="header">
 
   <h1 id="DesktopTitle"
       tal:content="here/Title">Document Title</h1>
@@ -19,9 +17,9 @@
 
   <div metal:use-macro="here/content_byline/macros/byline">By Me</div>
 
-</div>
+</metal:slot>
 
-<div metal:fill-slot="main">	  
+<metal:slot metal:fill-slot="main">
 
   <div id="DiscussionAbove">
    <span tal:replace="structure here/aboveInThread"></span>
@@ -34,7 +32,7 @@
         tal:condition="here/viewThreadsAtBottom|nothing">Dicussions</span>
   </div>
 
-</div>
+</metal:slot>
 
 </body>
 </html>



More information about the CMF-checkins mailing list