OSDN Git Service

sync with original 3.3
[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.9 2007-02-04 06:28:45 kimitake Exp $ -->
5         <!-- $NucleusJP: forgotpassword.html,v 1.8 2006/07/17 20:01:39 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                 <div id="content">
19
20                         <h2>パスワードを忘れましたか?</h2>
21
22                         <p>
23                         以下にユーザー名とメールアドレスを入力してください。新しいパスワードを選択するページへのリンクの入ったメールが送信されます。
24                         </p>
25
26                         <form method="post" action="../action.php"><p>
27                                 <input name="action" value="forgotpassword" type="hidden" />
28                                 ユーザー名:
29                                 <br />
30                                 <input name="name" />
31                                 <br />
32                                 メールアドレス:
33                                 <br />
34                                 <input name="email" />
35                                 <br />
36                                 <br />
37                                 <input type="submit" value="パスワードメールの送信" class="transparent" />
38                         </p></form>
39
40                         <p>
41                         もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。
42                         </p>
43
44
45                         <div class="foot">
46                                 <a href="http://nucleuscms.org/">Nucleus &copy; 2001-2005 The Nucleus Group</a>
47                         </div>
48
49                 </div><!-- content -->
50
51 </body>
52 </html>