Description
The http://sis.apache.org web site has a sidebar menu on the left side, but this menu has only the "home" item activated no matter which page is show.
Looking to the templates/skeleton.html file, we can see the following HTML code:
<div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Apache SIS</li> <li class="active"><a href="index.html">Home</a></li> <li><a href="mailinglists.html">Mailing Lists</a></li> <li><a href="license.html">Project License</a></li> ...etc...
As we can see in the above HTML, the "active" style is unconditionally applied to the Home item. We need to investigate how to change the item on which the "active" style is applied depending on the viewed page.
Attachments
Attachments
Issue Links
- relates to
-
SIS-182 More dynamic table of content for the developer guide
- Open