OSDN Git Service

sync NucleusCMS_en-3-4-RC
[nucleus-jp/nucleus-jp-ancient.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,v 1.11 2008-02-08 09:31:22 kimitake Exp $ -->
5         <!-- $NucleusJP: forgotpassword.html,v 1.10.2.1 2007/09/07 07:34:18 kimitake Exp $ -->
6         <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
7         <title>Nucleus - パスワードの紛失</title>
8         <style type="text/css">
9         <!--
10                 @import url(styles/admin.css);
11         -->
12         </style>
13 </head>
14 <body>
15         <div class="header">
16         <h1>Nucleus CMS</h1>
17         </div>
18
19         <div id="content">
20
21                 <h2>パスワードを忘れましたか?</h2>
22
23                 <p>以下にユーザー名とメールアドレスを入力してください。新しいパスワードを設定するページへのリンクの入ったメールが送信されます。</p>
24
25                 <form method="post" action="../action.php">
26                         <p>
27                                 <label for="nucleus_pf_username">ユーザー名:</label><br />
28                                 <input type="text" name="name" id="nucleus_pf_username" /><br />
29
30                                 <label for="nucleus_pf_email">メールアドレス:</label><br />
31                                 <input type="text" name="email" id="nucleus_pf_email" /><br />
32                                 <br />
33
34                                 <input type="hidden" name="action" value="forgotpassword" />
35                                 <input type="submit" value="認証用リンクの送信" class="transparent" />
36                         </p>
37                 </form>
38
39                 <p>もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。</p>
40
41                 <div class="foot">
42                         <a href="http://nucleuscms.org/">Nucleus &copy; 2001-2007 The Nucleus Group</a>
43                 </div>
44
45         </div>
46
47 </body>
48 </html>