OSDN Git Service

modified comments
[opengatem/opengatem.git] / html / en / macreg.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title></title>
5 </head>
6 <body>
7 <center>
8 <p><font size="5">MAC Address Registration</font></p>
9
10 <p>
11 <a href="%%REGISTERCGI%%?lang=ja&redirectedurl=%%REDIRECTEDURL%%" >Japanese Page</a>
12 </p>
13
14 <p>UserId: %%USERID%%</p>
15
16 <form method="post" action="%%REGISTERCGI%%?lang=en&redirectedurl=%%REDIRECTEDURL%%">
17 <table border="1">
18   <tr align="middle">
19     <td>MAC Address</td>
20     <td>Device Name</td>
21     <td>Mail Address</td>
22   </tr>
23   <tr align=middle>
24   <td><input size=30 value='%%MACADDR%%' name=macaddr readonly></td>
25   <td><input size=30 value='%%DEVICE%%' name=device style ='BACKGROUND-COLOR: yellow'></td>
26   <td><input size=30 value='%%MAILADDR%%'name=mailaddr style ='BACKGROUND-COLOR: yellow'></td>
27   </tr>
28 </table>
29
30 <p><input type="submit" value=" Register "></p>
31 </form>
32
33 <p><font color="red">
34 %%ERRORLIST%%
35 </font></p>
36
37 <ol>
38 <li>After registration, you can use network without password in this
39 month (next month, when registered in the latter half of the
40 month).</li> 
41 <li>Before the limit date, a warning mail will be sent to
42 the above mail address. If the mail address has an error, you can not
43 receive the mail. Please check the address and correct it. Or if you
44 don't need the mail, delete it.</li> 
45 <li>Please enter the name of your
46 device in the above yellow area(e.g., iPadX, X-01A, TabletAZ).</li>
47 <li>You can register %%MAXDEVICES%% devices.</li> 
48 <li>After
49 registration, exit this browser to reset authentication state.</li>
50 </ol>
51
52 <p><font size=+1>Registered Terminals</font></p>
53 <p>
54 <table border='1'>
55   <tr align=middle>
56     <td>MAC Address</td>
57     <td>Device Name</td>
58     <td>Entry Date</td>
59     <td>Limit Date</td>
60     <td>Stauts</td>
61     <td>Mail Address</td>
62   </tr>
63 %%MACREGLIST%%
64 </table>
65 </p>
66
67 <p>
68 <a href=opengatemup.cgi?lang=en>Update Page</a>
69 </p>
70 </center>
71 </body>
72 </html>