OSDN Git Service

changed log table to chart. Added status P(=Pause).
[opengatem/opengatem.git] / html / en / macupdate.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">
6 <!--
7 var loglist={
8 %%USAGELOG%%
9 };
10 -->
11 </script>
12 <script type="text/javascript" src="/opengate/showlog.js"></script>
13 </head>
14 <body align="center">
15
16 <p><font size="5">Update of MAC address registration </font></p>
17
18 <p><a href="%%CGINAME%%?lang=ja&redirectedurl=%%REDIRECTEDURL%%">Japanese Page</a></p>
19
20
21 <p>user ID: %%USERID%%</p>
22
23 <form method="post" action="%%CGINAME%%?lang=en&redirectedurl=%%REDIRECTEDURL%%">
24 <table border="1">
25 <tr align="middle">
26 <td>Renew</td>
27 <td>Pause</td>
28 <td>Delete</td>
29 <td>MAC Address</td>
30 <td>Device Name</td>
31 <td>Registration Date</td>
32 <td>Limit Date</td>
33 <td>Status</td>
34 </tr>
35 %%MACLIST%%
36 </table>
37 <p><input type="submit" value=" Send "></p>
38 </form>
39 <p><font color="red">
40 %%ERRORLIST%%
41 </font></p>
42 <p>
43 <p><strong>To prevent hijacking, please confirm your usage
44 log.</strong> 
45 The red border cells in the usage log include two or more records for one device. Please check carefully.
46 </p>
47
48 <p>Select <strong>Renew</strong> to renew the registration (resume
49 and extend the limit date). 
50 </p>
51 <p>
52 Select <strong>Pause</strong> to pause the
53 usage. If you want to reuse the device, check "Renew". 
54 </p>
55 <p>
56 Select <strong>Delete</strong> to delete the registration. If you
57 may use this terminal in the future, please use "Pause".
58 </p>
59 <p>
60 The status "I" indicates that the device is set as Inactive by some
61 reason. Please contact to the administrator.
62 </p>
63
64 <p><font size="5"> usage log </font></p>
65
66 <div id="usagelog"></div>
67 <div id="popup"></div>
68
69 <p><br><br></p>
70 </body>
71 </html>