1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| <form method="post" action="index.php">
<table width="500" border="1" bordercolor="maroon" cellspacing="0"
cellpadding="4" align="center">
<tr>
<td width="50%" align="right" class="texte_maigre">:::
identifiant :::</td>
<td>
<input type="text" name="login" size="15" maxlength="20">
</td>
</tr>
<tr>
<td width="50%" align="right" class="texte_maigre">::: mot de
passe :::</td>
<td>
<input type="password" name="pass" size="15"
maxlength="20">
<input type="submit" name="action" value="GO">
</td>
</tr>
</table>
</form> |