OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@922...
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sun, 8 Feb 2009 16:58:48 +0000 (16:58 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sun, 8 Feb 2009 16:58:48 +0000 (16:58 +0000)
createaccount.html [deleted file]
readme.html [deleted file]

diff --git a/createaccount.html b/createaccount.html
deleted file mode 100755 (executable)
index 1a3ca6c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<!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="content-type" content="application/xhtml+xml; charset=UTF-8" />
-       <title>メンバーアカウントの作成</title>
-       <style type="text/css">@import url(nucleus/styles/manual.css);</style>
-</head>
-<body>
-       <h1>アカウントの作成</h1>
-
-       <form method="post" action="action.php">
-
-       <div>
-       <input type="hidden" name="action" value="createaccount" />
-               ユーザー名: 
-               <br />
-               <input name="name" size="20" /> <small>(only a-z, 0-9)</small>
-               <br />
-               <br />          
-               本名: 
-               <br />
-               <input name="realname" size="40" />
-               <br />
-               <br />          
-               Email:
-               <br />
-               <input name="email" size="40" /> <small>(利用可能なものを。パスワードはここに送信されます。)</small>
-               <br />
-               <br />          
-               URL: 
-               <br />
-               <input name="url" size="60" />
-               <br />
-               <br />
-               <input type="submit" value="アカウントの作成" />
-       </div>
-
-       </form>
-</body>
-</html>
\ No newline at end of file
diff --git a/readme.html b/readme.html
deleted file mode 100755 (executable)
index 000d9fe..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<!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>
-       <title>Nucleus - Readme</title>
-       <style type="text/css">
-       <!--
-               @import url(nucleus/styles/manual.css);
-       -->
-       </style>
-</head>
-<body>
-<h1>Readme</h1>
-
-<p>
-The only purpose of this file is to guide you to <a href="nucleus/documentation/index.html">the Nucleus manual</a>.
-</p>
-</body>
-</html>
\ No newline at end of file