OSDN Git Service

merged from v3.31sp1
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forgotpassword.html
index 898d2a6..7455839 100755 (executable)
@@ -1,8 +1,8 @@
 <!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">
 <head>
-       <!-- $Id: forgotpassword.html,v 1.9 2007-02-04 06:28:45 kimitake Exp $ -->
-       <!-- $NucleusJP: forgotpassword.html,v 1.8 2006/07/17 20:01:39 kimitake Exp $ -->
+       <!-- $Id: forgotpassword.html,v 1.11 2008-02-08 09:31:22 kimitake Exp $ -->
+       <!-- $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">
        </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>
+                               <label for="nucleus_pf_username">ユーザー名:</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" />
+                               <label for="nucleus_pf_email">メールアドレス:</label><br />
+                               <input type="text" name="email" id="nucleus_pf_email" /><br />
                                <br />
-                               メールアドレス:
-                               <br />
-                               <input name="email" />
-                               <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>
+               </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://nucleuscms.org/">Nucleus &copy; 2001-2007 The Nucleus Group</a>
+               </div>
 
-               </div><!-- content -->
+       </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>