1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-24 20:20:28 +02:00

Phase 1 (en cours)

This commit is contained in:
galaxyoyo
2019-09-12 20:10:30 +02:00
parent 4926539e25
commit 51282d13ea
6 changed files with 154 additions and 7 deletions

View File

@ -41,8 +41,13 @@
<?php }
} else { ?>
<li><a href="<?= $URL_BASE ?>/mon_equipe">Mon équipe</a></li>
<?php if ($_SESSION["team"]->getValidationStatus() == ValidationStatus::VALIDATED || true) { ?>
<?php } ?>
<?php if ($_SESSION["team"]->getValidationStatus() == ValidationStatus::VALIDATED) {
switch (Phase::getCurrentPhase()) {
case Phase::PHASE1: ?>
<li><a href="<?= $URL_BASE ?>/envoyer-video-1">Envoyer ma vidéo (phase 1)</a></li>
<?php break;
}
} ?>
<?php } ?>
<?php } ?>
<?php if ($_SESSION["role"] == Role::ADMIN) { ?>