OSDN Git Service

プラグイン一覧画面の「入手元URL」を本家にあわせて表示しないようにした。
[nucleus-jp/nucleus-jp-ancient.git] / euc / 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=EUC-JP" />
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>