Fixed XHTML code in menu.
This commit is contained in:
parent
6a42ea5383
commit
25540fa329
1 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div style="margin: 5px 10px 10px 10px;">
|
<div style="margin: 5px 10px 10px 10px;">
|
||||||
<h1>
|
<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="edito.xhtml">Édito</a> –
|
||||||
<a href="about.xhtml">About</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>
|
<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;">
|
<div 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="" href="services.xhtml" class="button">Services</a>
|
<a id="servicesButton" href="services.xhtml" class="button">Services</a>
|
||||||
<a id="" href="softwares.xhtml" class="button">Logiciels</a>
|
<a id="softwaresButton" href="softwares.xhtml" class="button">Logiciels</a>
|
||||||
<a id="" href="categories.xhtml" class="button">Catégories</a>
|
<a id="categoriesButton" href="categories.xhtml" class="button">Catégories</a>
|
||||||
<a id="" href="socialNetworks.xhtml" class="button" style="width: 130px;">Réseaux sociaux</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="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>
|
<a id="federationStatsButton" href="federationStats.xhtml" class="button">Statistiques</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue