orthographe

darcs-hash:20050224225228-4ec08-e0bc4805a88ad454d6c6458ce9005889a7be5ae0.gz
This commit is contained in:
chove 2005-02-24 23:52:28 +01:00
parent 1b272ada17
commit 4feeec34cb

View file

@ -64,7 +64,7 @@ if action == 'auth' :
<input type="hidden" name="sid" value="%s">
<input type="hidden" name="action" value="valid-auth">
<table>
<tr><td>Utiliateur : </td><td><input type="text" name="user">
<tr><td>Utilisateur : </td><td><input type="text" name="user">
<tr><td>Mot de passe : </td><td><input type="password" name="password"><br></td></tr>
<tr><td collspan="2" align="center"><input type="submit" value="Valider"></td></tr>
</table>