OSDN Git Service

Modify PHP parse error.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / createaccount.html
old mode 100755 (executable)
new mode 100644 (file)
index b447be7..67d4cf9
@@ -1,40 +1,29 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html>\r
-<head>\r
-       <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />\r
-       <title>メンバーアカウントの作成</title>\r
-       <style type="text/css">@import url(nucleus/styles/manual.css);</style>\r
-</head>\r
-<body>\r
-       <h1>アカウントの作成</h1>\r
-\r
-       <form method="post" action="action.php">\r
-\r
-       <div>\r
-       <input type="hidden" name="action" value="createaccount" />\r
-               ユーザー名: \r
-               <br />\r
-               <input name="name" size="20" /> <small>(only a-z, 0-9)</small>\r
-               <br />\r
-               <br />          \r
-               本名: \r
-               <br />\r
-               <input name="realname" size="40" />\r
-               <br />\r
-               <br />          \r
-               Email:\r
-               <br />\r
-               <input name="email" size="40" /> <small>(利用可能なものを。パスワードはここに送信されます。)</small>\r
-               <br />\r
-               <br />          \r
-               URL: \r
-               <br />\r
-               <input name="url" size="60" />\r
-               <br />\r
-               <br />\r
-               <input type="submit" value="アカウントの作成" />\r
-       </div>\r
-\r
-       </form>\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>
+<head>
+<meta http-equiv="Refresh" content="5;url=createaccount.php" />
+<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
+<title>メンバーアカウントの作成</title>
+<style type="text/css">@import url(nucleus/styles/manual.css);</style>
+<!--
+Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+Copyright (C) 2002-2010 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
+@version $Id$
+-->
+</head>
+<body>
+<h1>アカウントの作成</h1>
+<p>アカウント作成用のURLは変更になりました</p>
+<p>自動的にジャンプしない場合は「<a href="createaccount.php">ここ</a>」をクリックしてください</p>
+<p>Thank you. :-)</p>
+</body>
+</html>