864d08e0f2af9537172e5c3779f38823c56312a0
[bcm963xx.git] / userapps / broadcom / cfm / html / dhcpinfo.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3         (c) 2005 U.S. Robotics Corporation
4 -->
5 <html>
6 <head>
7         <title>LAN &raquo; DHCP Clients</title>
8
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <link href="usr_menus.css" rel="stylesheet" type="text/css"><script src="usr_menus.js" type="text/javascript"></script><script src="usr_menus_build.js" type="text/javascript"></script>
11         <script src="usr_common.js" type="text/javascript"></script>
12
13    <meta http-equiv="Pragma" content="no-cache">
14    <meta http-equiv="refresh" content="20">
15 </head>
16 <body onload="initMenu();">
17
18 <script type="text/javascript">
19         setPageTitle("<%ejGetWlJS(wlInterface)%>");
20         writeHeader("LAN", "<%ejGetJS(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWlJS(wlInterface)%>", <%ejGetJS(enblQos)%>);
21 </script>
22
23 <h3>DHCP Clients</h3>
24
25 <table border="1" cellpadding="4" cellspacing="0">
26         <thead><tr>
27                 <th>Host Name</th>
28                 <th>MAC Address</th>
29                 <th>IP Address</th>
30                 <th>Lease Time Remaining</th>
31         </tr></thead>
32
33         <%ejGetStr(dhcpLeases)%>
34 </table>
35
36 <script type="text/javascript">
37         writeFooter();
38 </script>
39
40 </body>
41 </html>