rectfication de toutes les navabr pour toutes les langues
This commit is contained in:
@@ -16,33 +16,27 @@
|
||||
<nav class="navbar sticky">
|
||||
<div class="nav_left">
|
||||
<a id="nav_logo" href="index.html" target="_parent"><img src="./docs/nav/kosmopolit_logo_mini.png" alt="logo kosmopolit"></a>
|
||||
<a href="./fr/kosmopolit.html" target="_parent"><p>KOSMOPOLIT</p></a>
|
||||
<a href="./fr/litterall.html" target="_parent"><p>LITTER<i>all</i></p></a>
|
||||
<a href="./fr/lettres.html" target="_parent"><p>Lettres d'Europe et d'Ailleurs</p></a>
|
||||
<a href="./fr/actualites.html" target="_parent"><p>Actualités</p></a>
|
||||
<a href="./en/kosmopolit.html" target="_parent"><p>KOSMOPOLIT</p></a>
|
||||
<a href="./en/litterall.html" target="_parent"><p>LITTER<i>all</i></p></a>
|
||||
<a href="./en/lettres.html" target="_parent"><p>Lettres d'Europe et d'Ailleurs</p></a>
|
||||
<a href="./en/actualites.html" target="_parent"><p>Actualités</p></a>
|
||||
</div>
|
||||
|
||||
<div class="nav_right">
|
||||
<div class="dropdown">
|
||||
<a class="drop_title drop horizontal" tabindex="0" target="_parent">
|
||||
<img class="flag" src="./docs/nav/flag_fr_mini.png" alt="drapeau francais">
|
||||
<p>fr</p>
|
||||
</a>
|
||||
<div class="drop_items">
|
||||
<a class="drop horizontal" href="./en/litterall.html" target="_parent">
|
||||
<img class="flag" src="./docs/nav/flag_en_mini.png" alt="English flag">
|
||||
<p>en</p>
|
||||
</a>
|
||||
<a class="drop horizontal" href="./de/litterall.html" target="_parent">
|
||||
<img class="flag" src="./docs/nav/flag_de_mini.png" alt="Deutsche Flagge">
|
||||
<p>de</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="language" href="./fr/actualites.html">
|
||||
<img class="flag" src="./docs/nav/flag_fr_mini.png" alt="drapeau francais">
|
||||
<p>fr</p>
|
||||
</a>
|
||||
<a class="language" href="./de/actualites.html">
|
||||
<img class="flag" src="./docs/nav/flag_de_mini.png" alt="Deutsche Flagge">
|
||||
<p>de</p>
|
||||
</a>
|
||||
<a class="language selected" href="./en/actualites.html">
|
||||
<img class="flag" src="./docs/nav/flag_en_mini.png" alt="English flag">
|
||||
<p>en</p>
|
||||
</a>
|
||||
</div>
|
||||
<!--
|
||||
<iframe src="./fr/navbar.html"></iframe>
|
||||
-->
|
||||
|
||||
</nav>
|
||||
|
||||
<div class="container_main">
|
||||
@@ -88,9 +82,11 @@
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<iframe src="./fr/footer.html"></iframe>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user