OSDN Git Service

Ver.0.8.1
[opengatem/opengatem.git] / html / en / macchk.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title></title>
5 <script type="text/JavaScript" src="/opengate/macchk.js"></script>
6 </head>
7 <body onload="setParameters('%%CHECKCGI%%', %%TIMEOUT%%)">
8
9 <h3>MAC Address Check</h3>
10
11 <p>
12 <a href=%%CHECKCGI%%?lang=ja>Japanese Page</a>
13 </p>
14 <p>UserId: %%USERID%%</p>
15
16 <form name='checkform' id='checkform'>
17 <table border='1'>
18   <tr>
19     <td>Select</td>
20     <td>MAC Address</td>
21     <td>NIC Vendor</td>
22     <td>IPv4 Address</td>
23     <td>IPv6 Address</td>
24     <td>InUse</td>
25     <td>OnDB</td>
26   </tr>
27 %%MACCHECKLIST%%
28 </table>
29 <input type='button' name='open' value=' Open ' onclick='openNet();'>  
30 <input name='timer' size="4" >
31 <input type='button' name='close' value=' Close ' onclick='closeNet();' disabled> 
32 </form>
33 </p>
34 <p><font color="red">
35 %%ERRORLIST%%
36 </font></p>
37 <p>
38 <form name='regform' id='regform' method='get' action='%%REGISTERCGI%%'>
39 <input name='macaddr'><input type='submit' value='Register'> <br>
40 <input type='radio' name='lang' value='en' checked>English  
41 <input type='radio' name='lang' value='ja'>Japanese<br>
42 </form>
43 </p>
44 <p>
45 <a href=opengatemup.cgi?lang=en>Update Page</a>
46 </p>
47 <hr>
48 <p>
49 How to use
50 <ol>
51 <li>Connect the target terminal to the access point of this page, and
52 try network access to confirm that the network for the terminal is closed.
53 <li>Load this page. If you already loaded, reload it.
54 <li>The above is the list of addresses using this access point. The top of the list is the one detected most recently.
55 <li>Choose an address in the list and push the "open" button. When a server replies, a timer starts.
56 <li>Try to use the network at the target terminal.
57 <li>If the network is not available, push "close" button and try other address.
58 <li>If the network is available, push "close" button and confirm that the network is not available. Then push "register" button to jump to the registration page.
59 </ol>
60 </p>
61 <p>
62 Warning
63 <ul>
64 <li>When the timer does not start, contact an administrator, as the server might be malfunction.
65 <li>The network is closed soon, even if you do not push the "close" button.
66 However, it is desirable to close the network early with the "close" button.
67 </ul>
68 </p>
69 </body>
70 </html>