home *** CD-ROM | disk | FTP | other *** search
/ ludo28m.free.fr / ludo28m.free.fr.tar / ludo28m.free.fr / abandonware / wp-login.php?action=lostpassword.orig < prev    next >
Text File  |  2010-10-10  |  1KB  |  31 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <title>WordPress » Lost Password</title>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.     <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" />
  7.     <script type="text/javascript">
  8.     function focusit() {
  9.         // focus on first input field
  10.         document.getElementById('user_login').focus();
  11.     }
  12.     window.onload = focusit;
  13.     </script>
  14. </head>
  15. <body>
  16. <div id="login">
  17. <h1><a href="http://ludo28m.free.fr">ludo28m.free.fr</a></h1>
  18. <p>Veuillez saisir vos informations ici. Vous recevrez ensuite un nouveau mot de passe.</p>
  19.  
  20. <form name="lostpass" action="wp-login.php" method="post" id="lostpass">
  21. <p>
  22. <input type="hidden" name="action" value="retrievepassword" />
  23. <label>Connexion: <input type="text" name="user_login" id="user_login" value="" size="12" tabindex="1" /></label><br />
  24. <label>E-mail: <input type="text" name="email" id="email" value="" size="12" tabindex="2" /></label><br />
  25. </p>
  26. <p class="submit"><input type="submit" name="submit" value="Retrieve Password »" tabindex="3" /></p>
  27. </form>
  28. </div>
  29. </body>
  30. </html>
  31.