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

Quelques messages d'information

This commit is contained in:
Yohann
2019-10-12 12:40:11 +02:00
parent a580086312
commit deff252740
2 changed files with 9 additions and 1 deletions

View File

@ -20,6 +20,10 @@ require_once "header.php";
</div>
<?php } else { ?>
<div class="alert alert-info">
Chacune des informations pourra être modifiée avant que l'équipe soit validée.
</div>
<form method="POST">
<div class="form-row">
<div class="form-group col-md-6">
@ -38,7 +42,7 @@ require_once "header.php";
<div class="form-group row">
<label for="problem">Problème :</label>
<select id="problem" name="problem" class="custom-select">
<option value="0">Choisir un problème (le problème peut-être choisi plus tard)</option>
<option value="0">Choisir un problème ...</option>
<?php
for ($i = 1; $i <= 4; ++$i)
echo "<option value='$i' " . (isset($new_team) && $new_team->problem == $i ? "selected" : "") . ">$i</option>";