1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-04 02:52:15 +02:00

Changement confinement

This commit is contained in:
Yohann D'ANELLO
2020-04-13 03:41:15 +02:00
parent a86bc3f124
commit 50aec3c105
13 changed files with 104 additions and 25 deletions

View File

@ -211,6 +211,11 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
être au format PDF.
</div>
<div class="alert alert-danger">
En raison du changement de format du TFJM² 2020, il n'y a plus de document nécessaire à envoyer. Seule la lettre de motivation
pourra être considérée, même si son envoi n'est plus obligatoire. Merci de ne pas prêter attention à la partie qui suit.
</div>
<div class="alert alert-info">
<strong>Modèle de fiche sanitaire :</strong> <a href="/Fiche sanitaire.pdf">Télécharger</a><br />
<?php if ($_SESSION["user"]->getBirthDate() > strval($YEAR - 18) . substr($tournament->getStartDate(), 4)) { ?>
@ -234,10 +239,10 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
<label for="type">Type de document</label>
<select class="custom-select" id="type" name="type">
<?php if ($_SESSION["user"]->getBirthDate() > strval($YEAR - 18) . substr($tournament->getStartDate(), 4)) { ?>
<option value="parental_consent">Autorisation parentale</option>
<!-- <option value="parental_consent">Autorisation parentale</option> -->
<?php } ?>
<option value="photo_consent">Autorisation de droit à l'image</option>
<option value="sanitary_plug">Fiche sanitaire</option>
<!-- <option value="photo_consent">Autorisation de droit à l'image</option> -->
<!-- <option value="sanitary_plug">Fiche sanitaire</option> -->
<option value="motivation_letter">Lettre de motivation (pour toute l'équipe)</option>
</select>
</div>