OSDN Git Service

This commit was generated by cvs2svn to compensate for changes in r4,
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / forgotpassword.html
diff --git a/utf8/nucleus/forgotpassword.html b/utf8/nucleus/forgotpassword.html
new file mode 100755 (executable)
index 0000000..a836bfd
--- /dev/null
@@ -0,0 +1,51 @@
+<!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>
+       <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+       <title>Nucleus - パスワードの紛失</title>
+       <!-- $Id: forgotpassword.html,v 1.1.1.1 2005-02-28 07:14:31 kimitake Exp $ -->
+       <style type="text/css">
+       <!--
+               @import url(styles/admin.css);
+       -->
+       </style>
+</head>
+<body>
+               <div class="header">
+               <h1>Nucleus</h1>
+               </div>
+               <div id="content">
+
+                       <h2>パスワードを忘れましたか?</h2>
+
+                       <p>
+                       以下にユーザー名とメールアドレスを入力してください。新しいパスワードを選択するページへのリンクの入ったメールが送信されます。
+                       </p>
+
+                       <form method="post" action="../action.php"><p>
+                               <input name="action" value="forgotpassword" type="hidden" />
+                               ユーザー名:
+                               <br />
+                               <input name="name" />
+                               <br />
+                               メールアドレス:
+                               <br />
+                               <input name="email" />
+                               <br />
+                               <br />
+                               <input type="submit" value="Send Activation Link" class="transparent" />
+                       </p></form>
+
+                       <p>
+                       もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。
+                       </p>
+
+
+                       <div class="foot">
+                               <a href="http://nucleuscms.org/">Nucleus &copy; 2002-2004 The Nucleus Group</a>
+                       </div>
+
+               </div><!-- content -->
+
+</body>
+</html>
\ No newline at end of file