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:
@ -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>
|
||||
|
Reference in New Issue
Block a user