Does anyone know how to create a navigation bar that lists
the titles of all folders as links, using ZPT something similar to what this
would give me in DTML?
<dtml-if expr="_.len(PARENTS)
> 2">
<a href="..">Return to parent</a><br>
</dtml-if>
<dtml-in expr="objectValues('Folder')">
<a href="&dtml-absolute_url;"><dtml-var title_or_id></a><br>
</dtml-in></p>
Thanks in advance,
Jamie White
Jamie@brobus.net