OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@912...
[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         <!--\r
14                 /*\r
15                  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
16                  * Copyright (C) 2002-2009 The Nucleus Group\r
17                  *\r
18                  * This program is free software; you can redistribute it and/or\r
19                  * modify it under the terms of the GNU General Public License\r
20                  * as published by the Free Software Foundation; either version 2\r
21                  * of the License, or (at your option) any later version.\r
22                  * (see nucleus/documentation/index.html#license for more info)\r
23                  */\r
24 \r
25                 @license http://nucleuscms.org/license.txt GNU General Public License\r
26                 @copyright Copyright (C) 2002-2009 The Nucleus Group\r
27                 @version $Id$\r
28         -->\r
29 </head>
30 <body>
31         <div class="header">
32         <h1>Nucleus CMS</h1>
33         </div>
34
35         <div id="content">
36
37                 <h2>パスワードを忘れましたか?</h2>
38
39                 <p>以下にユーザー名とメールアドレスを入力してください。新しいパスワードを設定するページへのリンクの入ったメールが送信されます。</p>
40
41                 <form method="post" action="../action.php">
42                         <p>
43                                 <label for="nucleus_pf_username">ユーザー名:</label><br />
44                                 <input type="text" name="name" id="nucleus_pf_username" /><br />
45
46                                 <label for="nucleus_pf_email">メールアドレス:</label><br />
47                                 <input type="text" name="email" id="nucleus_pf_email" /><br />
48                                 <br />
49
50                                 <input type="hidden" name="action" value="forgotpassword" />
51                                 <input type="submit" value="認証用リンクの送信" class="transparent" />
52                         </p>
53                 </form>
54
55                 <p>もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。</p>
56
57                 <div class="foot">
58                         <a href="http://nucleuscms.org/">Nucleus &copy; 2001-2007 The Nucleus Group</a>
59                 </div>
60
61         </div>
62
63 </body>
64 </html>