I didn't mean to imply that I didn't want to use any DTML. If there's a way to set manage_options and call manage_tabs though DTML or a Python method, that would be ideal. I would like to avoid having to create my own modified manage_tabs for this purpose, but if that's what it takes, so be it. _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
-----Original Message----- From: Peter Bengtsson [mailto:peter@grenna.net] Sent: Monday, October 02, 2000 7:23 AM To: Ron Bickers Cc: zope@zope.org Subject: Re: [Zope] How to use management tabs not for management
Viewing the HTML source of your Zope management and highlightning the tabs HTML? There is no DTML there. However, there are some images. src="/p_/ltab" and src="/p_/rtab" Could that be it?
I want to create create HTML pages with my own Zopish looking
tabs that have
nothing to do with Zope management. Is there a simple way to use manage_tabs for this, or do I need to make my own version of it? Everything I've tried gets me caught up in the Zope management system.