2016-06-24 11:35:09 +02:00
|
|
|
<div class="fixed">
|
|
|
|
<nav class="top-bar" data-topbar role="navigation">
|
|
|
|
<ul class="title-area">
|
|
|
|
<li class="name">
|
2016-07-04 11:42:11 +02:00
|
|
|
<h1><a href="index.php">LibreExpo</a></h1>
|
2016-06-24 11:35:09 +02:00
|
|
|
</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">
|
2016-07-04 11:42:11 +02:00
|
|
|
<li class="active"><a href="index.php">Home</a></li>
|
2016-09-13 17:31:59 +02:00
|
|
|
<li class="has-dropdown"><a href="exhibition.php">The Exhibit</a>
|
2016-06-24 11:35:09 +02:00
|
|
|
<ul class="dropdown">
|
2016-09-13 17:31:59 +02:00
|
|
|
<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>
|
2016-06-24 11:35:09 +02:00
|
|
|
</ul></li>
|
2016-09-13 17:31:59 +02:00
|
|
|
<li><a href="download.php">Download</a></li>
|
|
|
|
<li><a href="exhibit.php">Exhibit</a></li>
|
2016-06-24 11:35:09 +02:00
|
|
|
<li><a href="contact.php">Contact</a></li>
|
2016-09-13 16:06:00 +02:00
|
|
|
<li class="has-dropdown"><a href="">Language</a>
|
2016-06-24 11:35:09 +02:00
|
|
|
<ul class="dropdown">
|
2016-09-13 17:31:59 +02:00
|
|
|
<?php foreach ($registered_languages as $code => $lang) { ?>
|
|
|
|
<li><a href="<?php echo url_translate ($_SERVER['REQUEST_URI'], $code); ?>"><?php echo $lang['name']; ?></a></li>
|
2016-06-24 11:35:09 +02:00
|
|
|
<?php } ?>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- fin menu droit -->
|
|
|
|
</nav>
|
|
|
|
</div>
|