I'm using Zope's CMF (not Plone) and would like to present Topic search results in a flexilble way: i.e. as a tree structure depending on the order of search criteria used. Is this possible, and how can it be achieved? (I've used dtml-tree in the past, but, if possible, how does it integrate/interface nicely with the CMF interface?) Thanx. -- _____________________________________________________________________ Versatel ADSL Gratis. De voordelen van gratis internet met de snelheid van ADSL. Zonder abonnementskosten en zonder vast contract. Je betaalt alleen voor de tijd online. Nu zonder aansluitkosten en met gratis modem. Bestel snel op www.versatel.nl.
burley@zonnet.nl wrote:
I'm using Zope's CMF (not Plone) and would like to present Topic search results in a flexilble way: i.e. as a tree structure depending on the order of search criteria used. Is this possible, and how can it be achieved? (I've used dtml-tree in the past, but, if possible, how does it integrate/interface nicely with the CMF interface?)
zope-cmf@zope.org may net more responses, but fwiw, you should read the code for Topic.py and have a look for ZTUtils for building your tree in a ZPT. cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (2)
-
burley@zonnet.nl -
Chris Withers