Hi! On Thu, 23 Nov 2000, Tom Deprez wrote:
Are there some sites which publish there DTML source(structure)? I'm particulary looking on how several navigation, menu, ... structures are implemented in Zope.
On Zope.org you can see the DTML-source. Unfortunately not the implementation of the navigation (or the menu on the left).
Russian Python and Zope User Group site: http://zope.net.ru/ The problem is that it is really in russian (surprized? :) Horizontal navigation implemented in header, in method global-nav: http://zope.net.ru/global-nav/view_source Vertical navigation in left column implemented with External Method. Source will be freely available upon request (on first request I just put the source on the site). External Method requires 'cause I need to play with aqcuisition, recursion, etc - hardly achivable with DTML scripting. Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.