<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <title>Entrée au site Python</title> </head> <body> <h3>Bienvenue à mon site Python</h3> <p><i>(attention: votre mot de passe sera envoyé en clair)</i></p> <form action="entreeVerificationDB_py.cgi" method="get"> <table width="300" border="0" cellspacing="2" cellpadding="0"> <tr> <td align="right"> Votre nom : </td> <td><input type="text" name="nom" /></td> </tr> <tr> <td align="right">Mot de passe :</td> <td><input type="password" name="motDePasse" /></td> </tr> <tr> <td><input type="submit" name="acces" value="OK"/> <input type="submit" name="nouveau" value="Nouvel Usager"/> </td> </tr> </table> </form> </body> </html>