[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_generic -
index_html_utils.html:1.4
Yvo Schubbe
y.2004_ at wcm-solutions.de
Fri Jun 4 05:52:40 EDT 2004
Update of /cvs-repository/CMF/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv9373/CMFDefault/skins/zpt_generic
Modified Files:
index_html_utils.html
Log Message:
- fixed xhtml
- removed useless 'global'
=== CMF/CMFDefault/skins/zpt_generic/index_html_utils.html 1.3 => 1.4 ===
--- CMF/CMFDefault/skins/zpt_generic/index_html_utils.html:1.3 Thu Mar 6 05:30:34 2003
+++ CMF/CMFDefault/skins/zpt_generic/index_html_utils.html Fri Jun 4 05:52:39 2004
@@ -129,14 +129,14 @@
cellspacing="0"
cellpadding="0"
border="0"
- width="100%">
- <tbody tal:define="news python: here.portal_catalog( meta_type='News Item'
+ width="100%"
+ tal:define="news python: here.portal_catalog( meta_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)">
+ batch python:Batch(news, 10, 0, orphan=1)">
<tr>
<td class="NewsBorder" width="1" rowspan="13" bgcolor="#6699CC">
<img src="spacer.gif" alt=" " width="1" height="2" border="0" />
@@ -147,7 +147,7 @@
</tr>
<tr class="NewsItemRow" tal:condition="news"
tal:repeat="news batch">
- <td valign="top" wrap>
+ <td valign="top">
<a href="" tal:attributes="href python:news.getURL()"
tal:content="news/Title"></a><br />
<span tal:replace="news/Date">Date</span>
@@ -163,7 +163,6 @@
<a href="recent_news" i18n:translate="">More...</a>
</td>
</tr>
-</tbody>
</table>
</div>
More information about the CMF-checkins
mailing list