[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic -
news_box.pt:1.6 rssDisabled.pt:1.3 viewThreadsAtBottom.pt:1.5
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Aug 3 09:38:20 EDT 2004
Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv6546/CMFDefault/skins/zpt_generic
Modified Files:
news_box.pt rssDisabled.pt viewThreadsAtBottom.pt
Log Message:
- replaced tabs
- some other cleanup
=== Products/CMFDefault/skins/zpt_generic/news_box.pt 1.5 => 1.6 ===
--- Products/CMFDefault/skins/zpt_generic/news_box.pt:1.5 Sun Nov 2 09:30:38 2003
+++ Products/CMFDefault/skins/zpt_generic/news_box.pt Tue Aug 3 09:38:20 2004
@@ -2,7 +2,7 @@
width="100%" i18n:domain="cmf_default">
<tbody tal:define="news python: here.portal_catalog(portal_type='News Item', sort_on='Date', sort_order='reverse', review_state='published');
Batch python:modules['ZTUtils'].Batch;
- global batch python:Batch(news, 10, 0, orphan=1)">
+ global batch python:Batch(news, 10, 0, orphan=1)">
<tr>
<td class="NewsBorder" width="1" rowspan="13" bgcolor="#6699CC">
<img src="spacer.gif" alt=" "
@@ -14,11 +14,11 @@
</tr>
<tr class="NewsItemRow"
tal:condition="news"
- tal:repeat="news batch">
+ tal:repeat="news batch">
<td>
<a href=""
- tal:attributes="href python:news.getURL()"
- tal:content="news/Title"></a><br />
+ tal:attributes="href python:news.getURL()"
+ tal:content="news/Title"></a><br />
<span tal:replace="news/Date">Date</span>
</td>
</tr>
@@ -33,6 +33,5 @@
<a href="recent_news" i18n:translate="">More...</a>
</td>
</tr>
-</tbody>
+ </tbody>
</table>
-
=== Products/CMFDefault/skins/zpt_generic/rssDisabled.pt 1.2 => 1.3 ===
--- Products/CMFDefault/skins/zpt_generic/rssDisabled.pt:1.2 Thu Dec 6 17:43:43 2001
+++ Products/CMFDefault/skins/zpt_generic/rssDisabled.pt Tue Aug 3 09:38:20 2004
@@ -1,15 +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">
<body>
<div metal:fill-slot="main">
<div class="Desktop">
<h2 tal:content="here/getId">Document Title</h2>
<div tal:condition="request/portal_status_message | nothing"
tal:content="request/portal_status_message"
- class="error"></div>
+ class="error"></div>
</div>
</div>
</body>
</html>
-
=== Products/CMFDefault/skins/zpt_generic/viewThreadsAtBottom.pt 1.4 => 1.5 ===
--- Products/CMFDefault/skins/zpt_generic/viewThreadsAtBottom.pt:1.4 Thu Mar 6 05:35:22 2003
+++ Products/CMFDefault/skins/zpt_generic/viewThreadsAtBottom.pt Tue Aug 3 09:38:20 2004
@@ -2,6 +2,5 @@
<div tal:condition="python: here.talkback.hasReplies(here)">
<h4 i18n:translate="">Comments:</h4>
<span metal:use-macro="here/talkback_tree/macros/tree"></span>
- </div>
+ </div>
</div>
-
More information about the CMF-checkins
mailing list