-----Original Message----- From: Tom Deprez [mailto:tom.deprez@village.uunet.be] Sent: Wednesday, May 26, 1999 12:44 PM To: zope@zope.org Subject: [Zope] navigating through Zope
Is it possible to use the .. like in a directory structure?
I.e. as URL giving ..\..\Folder
meaning: go two folders up Z ODB and then go in Folder directory.
This would come in handy...
It does. http://www.zope.org/Documentation/Reference/ORB under "Published Objects"
At ZDP, where using a tree to show partials of ZBook. In this tree we've declared :
............ /guide/introduction/starting/Outline/<!--#var tree-item-url --> ...
How can we make this url, less environment dependend?
What do you mean? tree-item-url is the URL of the object in the tree. This URL is dynamicly generated for each object, so it changes with it's environment. How do you want to be less dependant on the environment? Perhaps you need to provide more DTML to show the context in which you are using it. -Michel
Tom.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )