How do i test sequence-number
28 Sep
2007
28 Sep
'07
3:21 p.m.
Please what is wrong with this code: <dtml-in newsSummary> <dtml-var sequence-number> <dtml-if expr="<dtml-var sequence-number> <= 5"> <a href="&dtml-absolute_url;"> <dtml-var title></a><br /> <br><br><dtml-var author> <dtml-var summary><br><br> </dtml-if> </dtml-in> This the error i got invalid syntax (, line 1) Thanks Kamal
28 Sep
28 Sep
3:23 p.m.
New subject: [Zope] How do i test sequence-number
+-------[ kamal hamzat ]---------------------- | Please what is wrong with this code: [snip] | <dtml-if expr="<dtml-var sequence-number> <= 5"> You don't next <dtml> tags inside <dtml> tags. -- Andrew Milton akm@theinternet.com.au
6764
Age (days ago)
6764
Last active (days ago)
2 comments
3 participants
participants (3)
-
Andreas Jung -
Andrew Milton -
kamal hamzat