1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-26 06:37:34 +02:00

Desgn "Mon compte" & mini-corrections

This commit is contained in:
galaxyoyo
2019-09-24 23:44:38 +02:00
parent b6434cafb8
commit 90952ecb7c
13 changed files with 158 additions and 125 deletions

View File

@ -18,7 +18,7 @@ for ($i = 0; $i < 2; ++$i) {
<?php displayVideo($sol->getLink()) ?>
<h5>Questions échangées :</h5>
<table style="width: 100%;">
<table >
<tbody>
<?php
for ($j = 0; $j < 6; ++$j) {
@ -97,14 +97,14 @@ for ($i = 0; $i < 2; ++$i) {
<form method="POST">
<input type="hidden" name="team" value="<?= $i + 1 ?>" />
<table style="width: 100%;">
<table >
<tbody>
<tr>
<td style="width: 30%;">
<label for="link">Lien de la vidéo à soumettre :</label>
</td>
<td style="width: 70%;">
<input style="width: 100%;" type="url" id="link" name="link" />
<input type="url" id="link" name="link" />
</td>
</tr>
<tr>
@ -119,7 +119,7 @@ for ($i = 0; $i < 2; ++$i) {
</tr>
<tr>
<td colspan="2">
<input style="width: 100%;" type="submit" name="upload_answer" value="Envoyer la vidéo" />
<input type="submit" name="upload_answer" value="Envoyer la vidéo" />
</td>
</tr>
</tbody>