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