Ceci est une ancienne révision du document !
<html> <!DOCTYPE html PUBLIC “-W3CDTD XHTML 1.0 StrictEN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> <html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“fr” lang=“fr” dir=“ltr”> <head> <title>Mod Mail</title> <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” /> <link rel=“stylesheet” href=“./style.css” type=“text/css” media=“projection, screen, tv” /> </head> <body> <div id=“page”> <div id=“header”> <h1>Demande de création de compte DokuWiki</h1> </div> <div id=“content”> <h1>Merci de renseigner les champs suivants :</h1> <form method=“post” action=“./modmail.php”> <fieldset> Votre Prénom : <input id=“input1” type=“text” name=“prenom” /> <br /> Votre Nom : <input id=“input2” type=“text” name=“nom” /> <br /> Votre adresse de messagerie : <input id=“input3” type=“text” name=“email” /> <br /> Votre mot de passe: <input id=“input4” type=“password” name=“passwordmail” /> <br /> <input type=“submit” value=“Valider” /> </fieldset> </form> </div> </div> </body> </html>