mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 04:28:46 +02:00
Calendrier
This commit is contained in:
@ -25,7 +25,17 @@
|
||||
<ul id="menu">
|
||||
<li id="menu-logo"><img src="<?= $URL_BASE ?>/logo.png" alt="Logo Corres2Math"></li>
|
||||
<li><a href="<?= $URL_BASE ?>/">Accueil</a></li>
|
||||
<li><a href="<?= $URL_BASE ?>/problemes">Liste des problèmes</a></li>
|
||||
<li><a href="<?= $URL_BASE ?>/calendrier">Calendrier</a></li>
|
||||
<li>
|
||||
<!-- TODO Menu déroulant -->
|
||||
<a>Liste des problèmes</a>
|
||||
<ul>
|
||||
<li><a href="<?= $URL_BASE ?>/probleme/1">Problème 1</a></li>
|
||||
<li><a href="<?= $URL_BASE ?>/probleme/2">Problème 2</a></li>
|
||||
<li><a href="<?= $URL_BASE ?>/probleme/3">Problème 3</a></li>
|
||||
<li><a href="<?= $URL_BASE ?>/probleme/4">Problème 4</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<?php if (!isset($_SESSION["user_id"])) { ?>
|
||||
<li><a href="<?= $URL_BASE ?>/connexion">Connexion</a></li>
|
||||
<?php if (date("Y-m-d H:i:s") < $CONFIG->getInscriptionDate()) { ?>
|
||||
|
Reference in New Issue
Block a user