Add nav tags in menu code.
This commit is contained in:
parent
cb2e06ebf0
commit
eab4316102
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
</h1>
|
||||
|
||||
<div style="margin: 5px;">
|
||||
<nav style="margin: 5px;">
|
||||
<a id="federationButton" href="index.xhtml" class="button">Fédération</a>
|
||||
<a id="servicesButton" href="services.xhtml" class="button">Services</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="federationStatsButton" href="federationStats.xhtml" class="button">Statistiques</a>
|
||||
<a id="exportsButton" href="exports.xhtml" class="button">Exports</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="breadcrumbTrail" style="margin: 5px;">n/a > n/a</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue