How do I use dtml-with on the folder it is in? I have a folder with several documents in it, say like this: folderName DocumentA DocumentB and I want to display a summary of documents when the user visits folderName by putting this in folderName's index_html: <dtml-with self> <b><a href="<dtml-var id>"><dtml-var title</a></b> </dtml-with>
On Sat, 25 Mar 2000, you wrote:
<dtml-with self> <b><a href="<dtml-var id>"><dtml-var title</a></b> </dtml-with> dtml-with PARENTS[0] ought to work
Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev ) -- ########################## necessity is the mother of invention ##########################
participants (2)
-
Ken Kinder -
sathya