http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / berstop.html
1 <html>
2 <head>
3 <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
4 <link rel=stylesheet href='stylemain.css' type='text/css'>
5 <link rel=stylesheet href='colors.css' type='text/css'>
6 <script language="javascript">
7 <!-- hide
8
9 function btnClose() {
10    window.close();
11 }
12
13 // done hiding -->
14 </script>
15 <base target="_self">
16 </head>
17
18 <body>
19 <blockquote>
20 <form>
21   <b>ADSL BER Test - Result</b><br><br>
22   The ADSL BER test completed successfully.<br>
23   <br>
24 <table border="1" cellpadding="3" cellspacing="0">
25   <tr>
26     <td class='hd' width="160">Test Time (sec):</td>
27     <td><%ejGetTest(berTime)%></td>
28   </tr>
29   <tr>
30     <td class='hd'>Total Transferred Bits:</td>
31     <td><%ejGetTest(berTotalBits)%></td>
32   </tr>
33   <tr>
34     <td class='hd'>Total Error Bits:</td>
35     <td><%ejGetTest(berErrorBits)%></td>
36   </tr>
37   <tr>
38     <td class='hd'>Error Ratio:</td>
39     <td><%ejGetTest(berErrorRatio)%></td>
40   </tr>
41 </table>
42 <p align="center"><input type='button' onClick='btnClose()' value='Close'>
43 </form>
44 </blockquote>
45 </body>
46 </html>
47
48
49
50