Add nav tags in menu code.

This commit is contained in:
Christian P. MOMON 2021-02-05 03:42:10 +01:00
parent cb2e06ebf0
commit eab4316102

View file

@ -22,7 +22,7 @@
<span style="font-size: 9px; float: right;">Page updated on<br/><span id="lastUpdateDate" style="font-size: 9px;">xx/xx/xxxx xx:xx</span></span> <span style="font-size: 9px; float: right;">Page updated on<br/><span id="lastUpdateDate" style="font-size: 9px;">xx/xx/xxxx xx:xx</span></span>
</h1> </h1>
<div style="margin: 5px;"> <nav style="margin: 5px;">
<a id="federationButton" href="index.xhtml" class="button">Fédération</a> <a id="federationButton" href="index.xhtml" class="button">Fédération</a>
<a id="servicesButton" href="services.xhtml" class="button">Services</a> <a id="servicesButton" href="services.xhtml" class="button">Services</a>
<a id="softwaresButton" href="softwares.xhtml" class="button">Logiciels</a> <a id="softwaresButton" href="softwares.xhtml" class="button">Logiciels</a>
@ -32,7 +32,7 @@
<a id="propertiesStatsButton" href="propertyStats.xhtml" class="button">Propriétés</a> <a id="propertiesStatsButton" href="propertyStats.xhtml" class="button">Propriétés</a>
<a id="federationStatsButton" href="federationStats.xhtml" class="button">Statistiques</a> <a id="federationStatsButton" href="federationStats.xhtml" class="button">Statistiques</a>
<a id="exportsButton" href="exports.xhtml" class="button">Exports</a> <a id="exportsButton" href="exports.xhtml" class="button">Exports</a>
</div> </nav>
<div id="breadcrumbTrail" style="margin: 5px;">n/a > n/a</div> <div id="breadcrumbTrail" style="margin: 5px;">n/a > n/a</div>