Hierarchical Navigation

Navigation block that displays the current topic, its parent and children (if any).
This is intended to be included in other topics, for example in a side navigation bar (WebLeftBar?).

NOTE: The lookup for parent and children will increase the loading time of your pages.

Usage

Two sections are defined:
  • all
  • children

Displaying the Parent - Current - Children block

%INCLUDE{"%SYSTEMWEB%.HierarchicalNavigation" section="all"}%
generates:

  • HierarchicalNavigation

When included in WebLeftBar? (using default Pattern skin) this is styled to:

  • HierarchicalNavigation

Displaying child topics

*Child topics:*
%INCLUDE{"%SYSTEMWEB%.HierarchicalNavigation" section="children"}%
generates:

Child topics:

    When included in WebLeftBar? (using default Pattern skin) this is styled to:

      %STARTSECTION{name="all"}%<div class="foswikiHierarchicalNavigation">
      <ul>
      %SEARCH{
      "parent"
      type="query"
      topic="%BASETOPIC%"
      web="%BASEWEB%"
      nonoise="on"
      format="<li class='foswikiParentTopic'><img src='%ICONURL{parent_gray}%' width='16' height='16' alt='' border='0' /> [[$web.$parent][$parent]]</li>"
      }%
      <li class='foswikiCurrentTopic' style='font-weight:bold;'><nop>%BASETOPIC%</li>%INCLUDE{"%TOPIC%" section="childlist"}%
      </ul>
      </div><!--/foswikiHierarchicalNavigation-->%ENDSECTION{name="all"}%
      
      %STARTSECTION{name="children"}%<div class="foswikiHierarchicalNavigation">
      <ul>%INCLUDE{"%TOPIC%" section="childlist"}%</ul>
      </div><!--/foswikiHierarchicalNavigation-->%ENDSECTION{name="children"}%</div>%ENDSECTION{name="children"}%
      
      %STARTSECTION{name="childlist"}%%SEARCH{
      "parent.name='%BASETOPIC%'"
      web="%BASEWEB%"
      type="query"
      nonoise="on"
      format="<li class='childTopic'><img src='%ICONURL{line_ur_gray}%' width='16' height='16' alt='' border='0' /> [[$web.$topic][$topic]]</li>"
      }%%ENDSECTION{name="childlist"}%
      
      Topic revision: r1 - 09 Jan 2009 - 12:00:00 - ProjectContributor
       
      This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
      Ideas, requests, problems regarding Wiki-SL? Send feedback