<html>
<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>
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>
<body>
<center>

<p><font size="5">Update of MAC address registration </font></p>

<p><a href="%%CGINAME%%?lang=ja&redirectedurl=%%REDIRECTEDURL%%">Japanese Page</a></p>


<p>user ID: %%USERID%%</p>

<form method="post"
action="%%CGINAME%%?lang=en&redirectedurl=%%REDIRECTEDURL%%">
<p id="hidden"></p> <!-- area for saving string -->
<table border="1">
<tr align="middle">
<td>Renew</td>
<td>Pause</td>
<td>Delete</td>
<td>MAC Address</td>
<td>Device Name</td>
<td>Mail Address</td>
<td>Registration Date</td>
<td>Limit Date</td>
<td>Status</td>
</tr>
%%MACLIST%%
</table>
<p><input type="submit" value=" Send ">
<span style="color:blue;text-decoration:underline;" onclick="toggleDisplay('help1')"> help </span>
</p>
</form>

<p><font color="red">
%%ERRORLIST%%
</font></p>

<table width=600 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>
</html>
