OSDN Git Service

merged from v3.31sp1
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forgotpassword.html
index 6e505cb..7455839 100755 (executable)
@@ -1,50 +1,48 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<head>\r
-       <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />\r
-       <title>Nucleus - パスワードの紛失</title>\r
-       <style type="text/css">\r
-       <!--\r
-               @import url(styles/admin.css);\r
-       -->\r
-       </style>\r
-</head>\r
-<body>\r
-               <div class="header">\r
-               <h1>Nucleus</h1>\r
-               </div>\r
-               <div class="content">\r
-\r
-                       <h2>パスワードを忘れましたか?</h2>\r
-\r
-                       <p>\r
-                       以下にユーザー名とメールアドレスを入力してください。あたらしいパスワードがメールで送信されます。\r
-                       </p>\r
-\r
-                       <form method="post" action="../action.php"><p>\r
-                               <input name="action" value="forgotpassword" type="hidden" />\r
-                               ユーザー名:\r
-                               <br />\r
-                               <input name="name" />\r
-                               <br />\r
-                               メールアドレス:\r
-                               <br />\r
-                               <input name="email" />\r
-                               <br />\r
-                               <br />\r
-                               <input type="submit" value="パスワードを送信する" class="transparent" />\r
-                       </p></form>\r
-\r
-                       <p>\r
-                       もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。\r
-                       </p>\r
-\r
-\r
-                       <div class="foot">\r
-                               <a href="http://nucleuscms.org/">Nucleus &copy; 2002-2005 The Nucleus Group</a>\r
-                       </div>\r
-\r
-               </div><!-- content -->\r
-\r
-</body>\r
-</html>\r
+<!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.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">
+       <!--
+               @import url(styles/admin.css);
+       -->
+       </style>
+</head>
+<body>
+       <div class="header">
+       <h1>Nucleus CMS</h1>
+       </div>
+
+       <div id="content">
+
+               <h2>パスワードを忘れましたか?</h2>
+
+               <p>以下にユーザー名とメールアドレスを入力してください。新しいパスワードを設定するページへのリンクの入ったメールが送信されます。</p>
+
+               <form method="post" action="../action.php">
+                       <p>
+                               <label for="nucleus_pf_username">ユーザー名:</label><br />
+                               <input type="text" name="name" id="nucleus_pf_username" /><br />
+
+                               <label for="nucleus_pf_email">メールアドレス:</label><br />
+                               <input type="text" name="email" id="nucleus_pf_email" /><br />
+                               <br />
+
+                               <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-2007 The Nucleus Group</a>
+               </div>
+
+       </div>
+
+</body>
+</html>