OSDN Git Service

modified code to prevent DB inflation
[opengatem/opengatem.git] / html / en / macupdate.html
index 586dccf..95dc84a 100644 (file)
@@ -2,21 +2,14 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title></title>
-<script type="text/javascript">
-<!--
-var loglist={
-%%USAGELOG%%
-};
--->
-</script>
-<script type="text/javascript" src="/opengate/showlog.js"></script>
-<script type="text/javascript" src="/opengate/editstring.js"></script>
+<script type="text/javascript" src="/opengate/editstring.js"/>
 <script>
 function toggleDisplay(id){
  if (document.getElementById(id).style.display=="none") document.getElementById(id).style.display="block";
  else document.getElementById(id).style.display="none";
 }
-</script></head>
+</script>
+</head>
 <body>
 <center>
 
@@ -53,41 +46,27 @@ action="%%CGINAME%%?lang=en&redirectedurl=%%REDIRECTEDURL%%">
 %%ERRORLIST%%
 </font></p>
 
-<ul id="help1" style="display:none">
-<li>Select <strong>Renew</strong> to renew the registration (resume
-and extend the limit date). 
-</li>
-<li>
-Select <strong>Pause</strong> to pause the
-usage. If you want to reuse the device, check "Renew". 
-</li>
-<li>
-Select <strong>Delete</strong> to delete the registration. If you
-may use this terminal in the future, please use "Pause".
-</li>
-<li>
-The status <strong>I</strong> indicates that the device is set as Inactive by some
-reason. Please contact to the administrator.
-</li>
-<li>
-The <strong>Device Name</strong> and <strong>Mail Address</strong> can be modified by clicking them.
-</li>
-</ul>
-
-<p><font size="5"> usage log </font><font size="3">(To prevent hijacking, please confirm your log.)</font>
-<span style="color:blue;text-decoration:underline;" onclick="toggleDisplay('help2')"> help </span>
-</p>
-
-<ul id="help2" style="display:none">
-<li>The color-bars in the chart show the time range when you used your devices.</li>
-<li>If there is a use without your memory, please inform it to the administrator.</li>
-<li>The red frame indicates that one device has plural logs. Please check it carefully.</li>
-<li>Even if you do not intend to use the device, the automatic access might be done.</li>
-<li>The closing of the network has time delay after finishing the use.</li>
-</ul>
-
-<div id="usagelog"></div>
-<div id="popup"></div>
+<table width=800 cellpadding=6 id="help1" style="display:none">
+  <tr><td>
+      Select "Renew" to renew the registration (resume
+      and extend the limit date).
+  </td></tr>
+  <tr><td>
+      Select "Pause" to pause the
+      usage. If you want to reuse the device, check "Renew".
+  </td></tr>
+  <tr><td>
+      Select "Delete" to delete the registration. If you
+      may use this terminal in the future, please use "Pause".
+  </td></tr>
+  <tr><td>
+      The status "I" indicates that the device is set as
+      Inactive by some reason. Please contact to the administrator.
+  </td></tr>
+  <tr><td>
+      The values of "Device Name" and "Mail Address" in the table can be modified by clicking them.
+  </td></tr>
+</table>
 
 </center>
 </body>