mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 16:57:23 +02:00
Divserses corrections, phase 0 terminée
This commit is contained in:
@ -80,16 +80,17 @@ for ($i = 1; $i <= 5; ++$i) {
|
||||
<a href="<?= $URL_BASE ?>/mon_equipe/modifier">Modifier mon équipe</a>
|
||||
<?php } ?>
|
||||
<hr/>
|
||||
<h2>Mes autorisations</h2>
|
||||
<h2>Autorisation de droit à l'image</h2>
|
||||
<?php
|
||||
printDocuments($documents);
|
||||
|
||||
if ($team->getValidationStatus() == ValidationStatus::NOT_READY) { ?>
|
||||
<hr />
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="type" value="photo_consent" />
|
||||
<table style="width: 100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<?php /* <tr>
|
||||
<td>
|
||||
<label for="type">Type de document :</label>
|
||||
</td>
|
||||
@ -98,7 +99,7 @@ for ($i = 1; $i <= 5; ++$i) {
|
||||
<option value="photo_consent">Autorisation de droit à l'image</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</tr> */ ?>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="file">Fichier :</label>
|
||||
|
Reference in New Issue
Block a user