OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@1211 1ca29...
[nucleus-jp/nucleus-jp-ancient.git] / master / 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" xml:lang="ja" lang="ja">
3 <head>
4         <!--
5                 Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
6                 Copyright (C) 2002-2011 The Nucleus Group
7
8                 This program is free software; you can redistribute it and/or
9                 modify it under the terms of the GNU General Public License
10                 as published by the Free Software Foundation; either version 2
11                 of the License, or (at your option) any later version.
12                 (see nucleus/documentation/index.html#license for more info)
13
14                 @license http://nucleuscms.org/license.txt GNU General Public License
15                 @copyright Copyright (C) 2002-2011 The Nucleus Group
16         -->
17         <!-- $Id$ -->
18         <!-- $NucleusJP: forgotpassword.html,v 1.10.2.1 2007/09/07 07:34:18 kimitake Exp $ -->
19         <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
20         <title>Nucleus - パスワードの紛失</title>
21         <style type="text/css">
22         <!--
23                 @import url(styles/admin.css);
24         -->
25         </style>
26 </head>
27 <body>
28         <div class="header">
29         <h1>Nucleus CMS</h1>
30         </div>
31
32         <div id="content">
33
34                 <h2>パスワードを忘れましたか?</h2>
35
36                 <p>以下にユーザー名とメールアドレスを入力してください。新しいパスワードを設定するページへのリンクの入ったメールが送信されます。</p>
37
38                 <form method="post" action="../action.php">
39                         <p>
40                                 <label for="nucleus_pf_username">ユーザー名(ログインID):</label><br />
41                                 <input type="text" name="name" id="nucleus_pf_username" /><br />
42
43                                 <label for="nucleus_pf_email">メールアドレス:</label><br />
44                                 <input type="text" name="email" id="nucleus_pf_email" /><br />
45                                 <br />
46
47                                 <input type="hidden" name="action" value="forgotpassword" />
48                                 <input type="submit" value="認証用リンクの送信" class="transparent" />
49                         </p>
50                 </form>
51
52                 <p>もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。</p>
53
54                 <div class="foot">
55                         <a href="http://japan.nucleuscms.org/">Nucleus CMS</a> &copy; 2002-2011 The Nucleus Group &amp; Nucleus CMS Japanチーム - <a href="http://japan.nucleuscms.org/donate.php">寄付について</a>
56                 </div>
57
58         </div>
59
60 </body>
61 </html>