OSDN Git Service

modified html
[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 ">
31 </p>
32 </form>
33
34 <p><font color="red">
35 %%ERRORLIST%%
36 </font></p>
37 </center>
38 <div style="width:640;margin:0 auto;">
39   <ul>
40   <li><p>
41       Please enter the name of your
42       device in the above yellow area(e.g., iPadX, X-01A, TabletAZ).
43   </p></li>
44   <li><p>
45       After registration, you can use network without password in this
46       month (next month, when registered in the latter half of the
47       month).
48   </p></li>
49   <li><p>
50       Before the limit date, a warning mail will be sent to
51       the above mail address. If the mail address has an error, you can not
52       receive the mail. Please check the mail address and correct it. Or if you
53       don't need the mail, delete it.
54   </p></li>
55   <li><p>
56       You can register %%MAXDEVICES%% devices.
57   </p></li>
58   <li><p>
59       After registration, exit this browser to reset authentication state.
60   </p></li>
61   </ul>
62 </div>
63
64 <center>
65 <div style="%%LISTDISPLAYSTYLE%%">
66 <p><font size=+1>Registered Terminals</font></p>
67 <p>
68 <table border='1'>
69   <tr align=middle>
70     <td>MAC Address</td>
71     <td>Device Name</td>
72     <td>Entry Date</td>
73     <td>Limit Date</td>
74     <td>Stauts</td>
75     <td>Mail Address</td>
76   </tr>
77 %%MACREGLIST%%
78 </table>
79 </p>
80 </div>
81
82 <p>
83 <a href=opengatemup.cgi?lang=en>Update Page</a>
84 </p>
85 </center>
86 </body>
87 </html>