| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.32 |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <!-- $Id: forgotpassword.html 1123 2007-02-21 15:20:36Z kimitake $ --> 5 <title>Nucleus - Forgotten Password</title> 6 <style type="text/css"> 7 <!-- 8 @import url(styles/admin.css); 9 --> 10 </style> 11 </head> 12 <body> 13 <div class="header"> 14 <h1>Nucleus CMS</h1> 15 </div> 16 17 <div id="content"> 18 19 <h2>Forgot your password?</h2> 20 21 <p>Enter your username and email address below, and you'll be sent an e-mail with a link where you can choose a new password.</p> 22 23 <form method="post" action="../action.php"> 24 <p> 25 <label for="nucleus_pf_username">Username:</label><br /> 26 <input type="text" name="name" id="nucleus_pf_username" /><br /> 27 28 <label for="nucleus_pf_email">Email address:</label><br /> 29 <input type="text" name="email" id="nucleus_pf_email" /><br /> 30 <br /> 31 32 <input type="hidden" name="action" value="forgotpassword" /> 33 <input type="submit" value="Send Activation Link" class="transparent" /> 34 </p> 35 </form> 36 37 <p>If you don't remember your exact username, contact the site administrator.</p> 38 39 <div class="foot"> 40 <a href="http://nucleuscms.org/">Nucleus © 2001-2007 The Nucleus Group</a> 41 </div> 42 43 </div> 44 45 </body> 46 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Feb 12 15:34:36 2008 | Cross-referenced by PHPXref 0.7 |