mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 15:40:27 +02:00
Desgn "Mon compte" & mini-corrections
This commit is contained in:
@ -31,14 +31,14 @@ if ($video_validated != null && $video_validated->getId() != $video->getId()) {
|
||||
?>
|
||||
|
||||
<form method="POST">
|
||||
<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>
|
||||
@ -53,7 +53,7 @@ if ($video_validated != null && $video_validated->getId() != $video->getId()) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input style="width: 100%;" type="submit" name="upload" value="Envoyer la vidéo" />
|
||||
<input type="submit" name="upload" value="Envoyer la vidéo" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user