aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/views/components/bottomNavbar.korte
blob: 789e3c549700caf7ddd52f5c636ef8b016d69cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<footer role="contentinfo">
    <nav role="navigation">
        <!-- ======= START OF BOTTOM NAVBAR ====== -->
        <div class="bottomNav"><a id="navbar.bottom">
            <!--   -->
        </a>
            <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a>
            </div>
            <a id="navbar.bottom.firstrow">
                <!--   -->
            </a>
            {% include "components/navList.korte" -%}
        </div>
        <a id="skip.navbar.bottom">
            <!--   -->
        </a></div>
        {% set type="bottom" %}{% include "components/subNav.korte" -%}
        <!-- ======== END OF BOTTOM NAVBAR ======= -->
    </nav>
</footer>