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

Étape 0 : inscription des équipes (en cours)

This commit is contained in:
galaxyoyo
2019-09-12 12:18:15 +02:00
parent 340be7faf5
commit 7ef88be38c
14 changed files with 541 additions and 32 deletions

View File

@ -30,16 +30,6 @@ for ($i = 1; $i <= 6; ++$i) {
<input style="width: 100%;" type="submit" name="download_zip" value="Télécharger l'archive"/>
</form>
<?php if ($team->isSelectedForFinal()) { ?>
<hr/>
<h2>Autorisations pour la finale</h2>
<?php printDocuments($documents_final) ?>
<form method="POST">
<input type="hidden" name="final" value="true" />
<input style="width: 100%;" type="submit" name="download_zip" value="Télécharger l'archive"/>
</form>
<?php } ?>
<?php if ($team->getValidationStatus() == ValidationStatus::WAITING && $_SESSION["role"] == Role::ADMIN) { ?>
<form method="POST">
<input style="width: 100%;" type="submit" name="validate" value="Valider l'équipe"/>
@ -47,11 +37,4 @@ for ($i = 1; $i <= 6; ++$i) {
<?php
}
if (!$team->isSelectedForFinal() && $_SESSION["role"] == Role::ADMIN) { ?>
<hr/>
<form method="POST">
<input style="width: 100%;" type="submit" name="select" value="Sélectionner pour la finale nationale"/>
</form>
<?php } ?>
<?php require_once "footer.php" ?>
require_once "footer.php" ?>