RE: [Zope] multi-level acquisition (or the "images" folder problem)
26 Jun
2001
26 Jun
'01
11:47 p.m.
You can also use my CascadingFolder instead of a normal Folder: http://www.spoke.net/randy/CascadingFolders.tgz Given Tim's diagram:
/ | +-/images | | | +-img1 | +-/index_html | +-/folder | +-/images | | | +-img2 | +-/index_html
...and edit the tag in /folder/index_html to say
<dtml-var "images.img2"> <dtml-var "images.img1">
If folder.images is a CascadingFolder, both of these dtml-var statements will work. -Randy
9050
Age (days ago)
9050
Last active (days ago)
0 comments
1 participants
participants (1)
-
Randall F. Kern