[opencms-dev] build two-level navigation
Thomas März
thomasmaerz at gmx.de
Wed Oct 30 15:55:17 CET 2002
Hello,
I am trying to reflect my folder structure
in the navigation of my site.
I tried to succeed with OpenCms' CmsXmlNav possibilities,
but I was not successful.
Now my problem:
I open the file
/myFolder/A/d/4/index.html
and the navigation of the site should look this:
----------------------------------------------------------------------------
---
|--A--| B | C | D | E |
----------------------------------------------------------------------------
---
---------
A a
---------
A b
---------
A c
---------
->A d
A d 1
A d 2
A d 3
->A d 4
A d 5
---------
A e
---------
----------------------------------------------------------------------------
---
So every folder resp. every navigation-entry should change the site.
Is it all possible whithout writing your own Java-Classes,
just using "getNavCurrent", "naventry" etc.
I have no ideas any more, just writing my own code.
Thanks
Tom
More information about the opencms-dev
mailing list