How to concat values in a list?
I want to have the following on each page: You are here : _Home_ / _Subfolder_ / _Page_ Where each of the components is a link. The dtml-in tag lets me iterate over PARENTS but how do I concatenate with each itereation ? I've seen that Zope shows this in the management screens. Is this some built in function? Thanks, Shalabh
Shalabh, Take a look at Loren Stafford's excellent "Breadcumbs Navigation Trail Howto" at http://www.zope.org/Members/lstaffor/Breadcrumbs Shalabh Chaturvedi wrote:
I want to have the following on each page:
You are here : _Home_ / _Subfolder_ / _Page_
Where each of the components is a link. The dtml-in tag lets me iterate over PARENTS but how do I concatenate with each itereation ?
I've seen that Zope shows this in the management screens. Is this some built in function?
Thanks, Shalabh
_______________________________________________ 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 )
-- Chris McDonough Digital Creations, Inc. Zope - http://www.zope.org
participants (2)
-
Chris McDonough -
Shalabh Chaturvedi