Expolibre-3-www/it/banniere.php

42 lines
1.9 KiB
PHP

<div class="fixed">
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h1><a href="index.php">LibreExpo</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<!-- menu droit -->
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="active"><a href="index.php">Home</a></li>
<li class="has-dropdown"><a href="exhibition.php">The Exhibit</a>
<ul class="dropdown">
<li><a href="free-libre-software.php">What is Free/Libre Software?</a></li>
<li><a href="what-is-at-stake-with-free-software.php">What is at stake with Free Software</a></li>
<li><a href="free-libre-software-in-daily-life.php">Free/Libre Software in daily life</a></li>
<li><a href="open-formats.php">Open Formats</a></li>
<li><a href="free-libre-software-in-education.php">The advantages of Free Software in education</a></li>
<li><a href="free-licenses.php">Free licenses, the legal framework of Free Software</a></li>
<li><a href="beyond-free-software.php">Beyond Free Software</a></li>
<li><a href="about-april-and-libreexpo.php">About April and LibreExpo</a></li>
</ul></li>
<li><a href="download.php">Download</a></li>
<li><a href="exhibit.php">Exhibit</a></li>
<li><a href="contact.php">Contact</a></li>
<li class="has-dropdown"><a href="">Language</a>
<ul class="dropdown">
<?php foreach ($registered_languages as $code => $lang) { ?>
<li><a href="<?php echo url_translate ($_SERVER['REQUEST_URI'], $code); ?>"><?php echo $lang['name']; ?></a></li>
<?php } ?>
</ul>
</li>
</ul>
</section>
<!-- fin menu droit -->
</nav>
</div>