Well, you'd have to tie it to the structure of your document, but using a table it would look something like this: <table tal:condition="not: isLibraryTopicIndex"> ... </table> Doesn't reall ymatter what isLibraryTopicIndex *IS* so long as it evaluates to true or false somehow. J.F. -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Jason C. Leach Sent: Thursday, February 05, 2004 4:59 PM To: zope@zope.org Subject: [Zope] DTML -> ZPT question. I have this line in DTML (that I did not write): <dtml-unless name="isLibraryTopicIndex"> And I would like to convert it to ZPT but am not sure how. The isLibraryTopicIndex is, I think, a boolean attribute of an object. j. _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Jean-Francois.Doyon@CCRS.NRCan.gc.ca