[Zope] From DTML to ZPT i need help
kamal hamzat
hamzat at dnetsystems.net
Fri Sep 28 10:55:29 EDT 2007
I have been having issue converting this code in DTML to ZPT.
<dtml-in "news.zCatNewsCurrent()">
<dtml-let article=absolute_url>
<dtml-if expr="_.int(article[46:48]) < 5">
<div> <a href="<dtml-var expr="article[0:48]">" class="link3">
<dtml-var title>
</a><dtml-var author> <br>
<font class="text1"> <dtml-var summary> </font>
<a href="<dtml-var expr="article[:48]">" class="link5">
details
</a>
<br><br>
</div>
</dtml-if>
</dtml-let>
</dtml-in>
Can somebody help to jump start me by converting this code to ZPT for me?
I will be most grateful.
Thanks.
Kamal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20070928/fd3c9ff3/attachment.htm
More information about the Zope
mailing list