OSDN Git Service

added NucleusJP keyword
[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">\r
2 <html>\r
3 <head>\r
4         <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />\r
5         <title>メンバーアカウントの作成</title>\r
6         <style type="text/css">@import url(nucleus/styles/manual.css);</style>\r
7 </head>\r
8 <body>\r
9         <h1>アカウントの作成</h1>\r
10 \r
11         <form method="post" action="action.php">\r
12 \r
13         <div>\r
14         <input type="hidden" name="action" value="createaccount" />\r
15                 ユーザー名: \r
16                 <br />\r
17                 <input name="name" size="20" /> <small>(only a-z, 0-9)</small>\r
18                 <br />\r
19                 <br />          \r
20                 本名: \r
21                 <br />\r
22                 <input name="realname" size="40" />\r
23                 <br />\r
24                 <br />          \r
25                 Email:\r
26                 <br />\r
27                 <input name="email" size="40" /> <small>(利用可能なものを。パスワードはここに送信されます。)</small>\r
28                 <br />\r
29                 <br />          \r
30                 URL: \r
31                 <br />\r
32                 <input name="url" size="60" />\r
33                 <br />\r
34                 <br />\r
35                 <input type="submit" value="アカウントの作成" />\r
36         </div>\r
37 \r
38         </form>\r
39 </body>\r
40 </html>\r