OSDN Git Service

updated some links of japan.nucleuscms.org
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / createaccount.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html>
3 <head>
4         <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
5         <title>メンバーアカウントの作成</title>
6         <style type="text/css">@import url(nucleus/styles/manual.css);</style>
7 </head>
8 <body>
9         <h1>アカウントの作成</h1>
10
11         <form method="post" action="action.php">
12
13         <div>
14         <input type="hidden" name="action" value="createaccount" />
15                 ユーザー名: 
16                 <br />
17                 <input name="name" size="20" /> <small>(only a-z, 0-9)</small>
18                 <br />
19                 <br />          
20                 本名: 
21                 <br />
22                 <input name="realname" size="40" />
23                 <br />
24                 <br />          
25                 Email:
26                 <br />
27                 <input name="email" size="40" /> <small>(利用可能なものを。パスワードはここに送信されます。)</small>
28                 <br />
29                 <br />          
30                 URL: 
31                 <br />
32                 <input name="url" size="60" />
33                 <br />
34                 <br />
35                 <input type="submit" value="アカウントの作成" />
36         </div>
37
38         </form>
39 </body>
40 </html>