OSDN Git Service

This commit was generated by cvs2svn to compensate for changes in r4,
[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         <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
5         <title>Nucleus - パスワードの紛失</title>
6         <!-- $Id: forgotpassword.html,v 1.1.1.1 2005-02-28 07:14:31 kimitake Exp $ -->
7         <style type="text/css">
8         <!--
9                 @import url(styles/admin.css);
10         -->
11         </style>
12 </head>
13 <body>
14                 <div class="header">
15                 <h1>Nucleus</h1>
16                 </div>
17                 <div id="content">
18
19                         <h2>パスワードを忘れましたか?</h2>
20
21                         <p>
22                         以下にユーザー名とメールアドレスを入力してください。新しいパスワードを選択するページへのリンクの入ったメールが送信されます。
23                         </p>
24
25                         <form method="post" action="../action.php"><p>
26                                 <input name="action" value="forgotpassword" type="hidden" />
27                                 ユーザー名:
28                                 <br />
29                                 <input name="name" />
30                                 <br />
31                                 メールアドレス:
32                                 <br />
33                                 <input name="email" />
34                                 <br />
35                                 <br />
36                                 <input type="submit" value="Send Activation Link" class="transparent" />
37                         </p></form>
38
39                         <p>
40                         もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。
41                         </p>
42
43
44                         <div class="foot">
45                                 <a href="http://nucleuscms.org/">Nucleus &copy; 2002-2004 The Nucleus Group</a>
46                         </div>
47
48                 </div><!-- content -->
49
50 </body>
51 </html>