OSDN Git Service

FIX:変数名の誤記を修正
[nucleus-jp/nucleus-next.git] / nucleus / forgotpassword.html
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 1489 2010-12-22 23:00:39Z ftruscot $ -->
5         <title>Nucleus - Forgotten Password</title>
6         <style type="text/css">
7         <!--
8                 @import url(styles/admin_original.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 &copy; 2001-2007 The Nucleus Group</a>
41                 </div>
42
43         </div>
44
45 </body>
46 </html>