OSDN Git Service

FIX: super-admin disallowed from uploading files if not on any teamlists.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forgotpassword.html
index e051702..f584221 100755 (executable)
@@ -1,8 +1,21 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
 <head>
 <head>
-       <!-- $Id: forgotpassword.html,v 1.7 2006-07-12 07:11:46 kimitake Exp $ -->
-       <!-- $NucleusJP: forgotpassword.html,v 1.6 2005/03/15 08:29:27 kimitake Exp $ -->
+       <!--
+               Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+               Copyright (C) 2002-2009 The Nucleus Group
+
+               This program is free software; you can redistribute it and/or
+               modify it under the terms of the GNU General Public License
+               as published by the Free Software Foundation; either version 2
+               of the License, or (at your option) any later version.
+               (see nucleus/documentation/index.html#license for more info)
+
+               @license http://nucleuscms.org/license.txt GNU General Public License
+               @copyright Copyright (C) 2002-2009 The Nucleus Group
+       -->
+       <!-- $Id$ -->
+       <!-- $NucleusJP: forgotpassword.html,v 1.10.2.1 2007/09/07 07:34:18 kimitake Exp $ -->
        <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
        <title>Nucleus - パスワードの紛失</title>
        <style type="text/css">
        <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
        <title>Nucleus - パスワードの紛失</title>
        <style type="text/css">
        </style>
 </head>
 <body>
        </style>
 </head>
 <body>
-               <div class="header">
-               <h1>Nucleus CMS</h1>
-               </div>
-               <div id="content">
+       <div class="header">
+       <h1>Nucleus CMS</h1>
+       </div>
+
+       <div id="content">
+
+               <h2>パスワードを忘れましたか?</h2>
 
 
-                       <h2>パスワードを忘れましたか?</h2>
+               <p>以下にユーザー名とメールアドレスを入力してください。新しいパスワードを設定するページへのリンクの入ったメールが送信されます。</p>
 
 
+               <form method="post" action="../action.php">
                        <p>
                        <p>
-                       以下にユーザー名とメールアドレスを入力してください。新しいパスワードを選択するページへのリンクの入ったメールが送信されます。
-                       </p>
+                               <label for="nucleus_pf_username">ユーザー名(ログインID):</label><br />
+                               <input type="text" name="name" id="nucleus_pf_username" /><br />
 
 
-                       <form method="post" action="../action.php"><p>
-                               <input name="action" value="forgotpassword" type="hidden" />
-                               ユーザー名:
-                               <br />
-                               <input name="name" />
-                               <br />
-                               メールアドレス:
-                               <br />
-                               <input name="email" />
+                               <label for="nucleus_pf_email">メールアドレス:</label><br />
+                               <input type="text" name="email" id="nucleus_pf_email" /><br />
                                <br />
                                <br />
-                               <br />
-                               <input type="submit" value="パスワードメールの送信" class="transparent" />
-                       </p></form>
 
 
-                       <p>
-                       もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。
+                               <input type="hidden" name="action" value="forgotpassword" />
+                               <input type="submit" value="認証用リンクの送信" class="transparent" />
                        </p>
                        </p>
+               </form>
 
 
+               <p>もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。</p>
 
 
-                       <div class="foot">
-                               <a href="http://nucleuscms.org/">Nucleus &copy; 2001-2005 The Nucleus Group</a>
-                       </div>
+               <div class="foot">
+                       <a href="http://japan.nucleuscms.org/">Nucleus CMS</a> &copy; 2002-2009 The Nucleus Group &amp; Nucleus CMS Japanチーム - <a href="http://japan.nucleuscms.org/donate.php">寄付について</a>
+               </div>
 
 
-               </div><!-- content -->
+       </div>
 
 </body>
 </html>
 
 </body>
 </html>