How do I get the / (root) id/name? I want to use it with <dtml-tree>......... ---------------------------------------------------------------- Edward Muller / Firm Wide Architecture - Systems Architect Paine Webber - 1000 Harbor Blvd. 5th Floor - Weehawken, NJ 07087 201-352-0190 - 201-272-7002 (fax) - emuller@painewebber.com <mailto:emuller@painewebber.com> ----------------------------------------------------------------
I'll answer by including my tree code below -- but you may not be able to see it (except with View/Source) because this message is formatted with HTML. Better not to use HTML messages on this list. -- Loren <!-- begin Navigation Tree --> <!--#unless expr="PARENTS[-1]==PARENTS[0]"--> <a href="/">Home</a> <!--#/unless expr="PARENTS[-1]==PARENTS[0]"--> <!--#tree expr="PARENTS[-1]" branches_expr="objectValues(['Folder', 'Confera Topic'])" nowrap=1 sort=id single=1 skip_unauthorized=1--> <!--#unless noindex--> <A HREF="<!--#var "absolute_url()"-->? <!--#if tree-s-->tree-s=<!--#var tree-s--><!--#/if--> <!--#if tree-e-->&tree-e=<!--#var tree-e--><!--#/if--> <!--#if tree-c-->&tree-c=<!--#var tree-c--><!--#/if-->"> <!--#var id--></a> <!--#/unless--> <!--#/tree--> <!-- end Navigation Tree --> -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Edward Muller Sent: Wednesday, October 27, 1999 16:24 To: 'zope@zope.org' Subject: [Zope] Getting the / (root) id/name How do I get the / (root) id/name? I want to use it with <dtml-tree>......... ---------------------------------------------------------------- Edward Muller / Firm Wide Architecture - Systems Architect Paine Webber - 1000 Harbor Blvd. 5th Floor - Weehawken, NJ 07087 201-352-0190 - 201-272-7002 (fax) - emuller@painewebber.com ----------------------------------------------------------------
participants (2)
-
Edward Muller -
Loren Stafford