OSDN Git Service

3.65sp1リリースのためにコピーライトの期間表記を「2002-2013」に変更
[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" xml:lang="ja" lang="ja">
3 <head>
4         <!--
5                 Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
6                 Copyright (C) 2002-2013 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         <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
15         <title>Nucleus - パスワードの紛失</title>
16         <style type="text/css">
17         <!--
18                 @import url(styles/admin.css);
19         -->
20         </style>
21 </head>
22 <body>
23         <div class="header">
24         <h1>Nucleus CMS</h1>
25         </div>
26
27         <div id="content">
28
29                 <h2>パスワードを忘れましたか?</h2>
30
31                 <p>以下にユーザー名とメールアドレスを入力してください。新しいパスワードを設定するページへのリンクの入ったメールが送信されます。</p>
32
33                 <form method="post" action="../action.php">
34                         <p>
35                                 <label for="nucleus_pf_username">ユーザー名(ログインID):</label><br />
36                                 <input type="text" name="name" id="nucleus_pf_username" /><br />
37
38                                 <label for="nucleus_pf_email">メールアドレス:</label><br />
39                                 <input type="text" name="email" id="nucleus_pf_email" /><br />
40                                 <br />
41
42                                 <input type="hidden" name="action" value="forgotpassword" />
43                                 <input type="submit" value="認証用リンクの送信" class="transparent" />
44                         </p>
45                 </form>
46
47                 <p>もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。</p>
48
49                 <div class="foot">
50                         <a href="http://japan.nucleuscms.org/">Nucleus CMS</a> &copy; 2002-2013 The Nucleus Group &amp; Nucleus CMS Japanチーム - <a href="http://japan.nucleuscms.org/donate.php">寄付について</a>
51                 </div>
52
53         </div>
54
55 </body>
56 </html>