Fixed XHTML code in menu.

This commit is contained in:
Christian P. MOMON 2021-01-08 01:15:53 +01:00
parent 6a42ea5383
commit 25540fa329

View file

@ -16,7 +16,7 @@
<body>
<div style="margin: 5px 10px 10px 10px;">
<h1>
<a href="index.xhtml"><img src="logo.jpg" style="width: 35px;"/> StatoolInfos</a><sup id="versionsup" style="font-size: 9px;">v0.0.14</sup>
<a href="index.xhtml"><img src="logo.jpg" alt="LOGO" style="width: 35px;"/> StatoolInfos</a><sup id="versionsup" style="font-size: 9px;">v0.0.14</sup>
<a href="edito.xhtml">Édito</a>
<a href="about.xhtml">About</a>
<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>
@ -24,12 +24,12 @@
<div style="margin: 5px;">
<a id="federationButton" href="index.xhtml" class="button">Fédération</a>
<a id="" href="services.xhtml" class="button">Services</a>
<a id="" href="softwares.xhtml" class="button">Logiciels</a>
<a id="" href="categories.xhtml" class="button">Catégories</a>
<a id="" href="socialNetworks.xhtml" class="button" style="width: 130px;">Réseaux sociaux</a>
<a id="servicesButton" href="services.xhtml" class="button">Services</a>
<a id="softwaresButton" href="softwares.xhtml" class="button">Logiciels</a>
<a id="categoriesButton" href="categories.xhtml" class="button">Catégories</a>
<a id="socialNetworksButton" href="socialNetworks.xhtml" class="button" style="width: 130px;">Réseaux sociaux</a>
<a id="propertiesRawButton" href="propertiesFiles.xhtml" class="button">Fichiers</a>
<a id="propertiesRawButton" 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>
</div>