1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-25 04:20:28 +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

@ -10,19 +10,19 @@ if (isset($join_team) && !$has_error) { ?>
<?php if ($has_error) echo "<h2>Erreur : " . $error_message . "</h2>"; ?>
<form method="POST">
<table style="width: 100%;">
<table >
<tbody>
<tr>
<td style="width: 30%;">
<label for="access_code">Code d'accès :</label>
</td>
<td style="width: 70%;">
<input style="width: 100%;" type="text" id="access_code" name="access_code" />
<input type="text" id="access_code" name="access_code" />
</td>
</tr>
<tr>
<td colspan="2">
<input style="width: 100%;" name="join_team" type="submit" value="Rejoindre l'équipe" />
<input name="join_team" type="submit" value="Rejoindre l'équipe" />
</td>
</tr>
</tbody>