http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / dhcpinfo.html
1 <html>
2    <head>
3       <link rel="stylesheet" href='stylemain.css' type='text/css'>
4          <link rel="stylesheet" href='colors.css' type='text/css'>
5             <meta http-equiv="Pragma" content="no-cache">
6             <meta http-equiv="refresh" content="20">
7             <title></title>
8             <base target="_self">
9    </head>
10    <body>
11       <blockquote>
12          <b>Device Info -- DHCP Leases</b>
13          <br><br>
14          <table border="1" cellpadding="4" cellspacing="0">
15             <tr>
16                <td class="hd">Hostname</td>
17                <td class="hd">MAC Address</td>
18                <td class="hd">IP Address</td>
19                <td class="hd">Expires In</td>
20                 </tr>
21             <%ejGet(dhcpLeases)%>
22          </table>
23       </blockquote>
24    </body>
25 </html>