http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / diaglan.html
index 911a8c4..6a7cfdf 100755 (executable)
@@ -1,68 +1,53 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
-       (c) 2005 U.S. Robotics Corporation
--->
 <html>
-<head>
-       <title>Diagnostics &laquo; Device</title>
-
-       <link href="usr_layout.css" type="text/css" rel="stylesheet" /><script src="usr_layout.js" type="text/javascript"></script>
-       <link href="usr_menus_dropdown.css" rel="stylesheet" type="text/css"><script src="usr_menus_dropdown.js" type="text/javascript"></script><script src="usr_menus_build.js" type="text/javascript"></script>
-       <link href="usr_device.css" type="text/css" rel="stylesheet" /><script src="usr_device.js" type="text/javascript"></script><link href="usr_91xx.css" type="text/css" rel="stylesheet" /><script src="usr_91xx.js" type="text/javascript"></script><script src="usr_resources.js" type="text/javascript"></script>
-       <script src="portName.js" type="text/javascript"></script>
-
+   <head>
       <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
-</head>
-<body onload="initMenu();">
-
-<script type="text/javascript">
-       
-       writeHeader("Device");
-</script>
-
-
-<h3>Diagnostics</h3>
-
-<p>Your modem is capable of testing your DSL connection. The individual tests are
-listed below. If a test displays a fail status, click <b>Rerun Diagnostic
-Tests</b> at the bottom of this page to make sure the fail status is
-consistent.
-(If the test continues to fail, you can find information about this
-in the user manual on the installation CD-ROM.)
-</p>
-
-<p><b>Test the connection to your local network</b></p>
-
-<TABLE border="1" cellspacing="0" cellpadding="3">
-   <TBODY>
-   <%ejGetStr(enetDiag)%>                  
-<script type="text/javascript">
+      <link rel="stylesheet" href='stylemain.css' type='text/css'>
+          <script language="javascript" src="portName.js"></script>
+         <link rel="stylesheet" href='colors.css' type='text/css'>
+   </head>
+   <body>
+      <blockquote>
+         <form>
+            <b>Diagnostics</b><br>
+            <P>Your modem is capable of testing your DSL connection. The individual tests are
+               listed below. If a test displays a fail status, click &quot;Rerun Diagnostic
+               Tests&quot; at the bottom of this page to make sure the fail status is
+               consistent. If the test continues to fail, click &quot;Help&quot; and follow
+               the troubleshooting procedures.
+            </P>
+            <P><B>Test the connection to your local network</B>
+               <TABLE border="1" cellspacing="0" cellpadding="3">
+                  <TBODY>
+                     <%ejGet(enetDiag)%>                  
+                     <script language="javascript">
 <!-- hide
-if ('<%ejGetJS(enblWireless)%>' == '1') {
-   document.writeln("<TR><TD class='hd'>Test your wireless connection:</TD>");
+if ('<%ejGet(enblUsb)%>' == '1') {
+   document.writeln("<TR><TD class='hd'>Test your USB Connection: </TD>");
+   document.writeln("<TD><B><%ejGetOther(diagnostic, 13)%></B>&nbsp;</TD>");
+   document.writeln("<TD><A href='hlpusbconn.html'>Help</A></TD> </TR>");
+}
+if ('<%ejGet(enblWireless)%>' == '1') {
+   document.writeln("<TR><TD class='hd'>Test your Wireless Connection: </TD>");
    document.writeln("<TD><B><%ejGetOther(diagnostic, 17)%></B>&nbsp;</TD>");
    document.writeln("<TD><A href='hlpwlconn.html'>Help</A></TD></TR>");
 }
 // done hiding -->
 </script>
-</TBODY></TABLE>
-
-<p><b>Test the connection to your DSL service provider</b></p>
-
-<TABLE border="1" cellspacing="0" cellpadding="3">
-   <TBODY>
-      <TR>
-         <td width="250">Test ADSL synchronization:</TD>
-         <TD width="50"><B><%ejGetOther(diagnostic, 2)%></B></TD>
-         <TD><A href="hlpadslsync.html">Help</A></TD>
-      </TR>
-   </TBODY></TABLE>
-
-<P><input type='button' onClick='location.href="diag.html"' value='Rerun Diagnostic Tests'></p>
-
-<script type="text/javascript">
-       writeFooter();
-</script>
-
-</body>
+                  </TBODY></TABLE>
+            <P><B>Test the connection to your DSL service provider</B>
+               <TABLE border="1" cellspacing="0" cellpadding="3">
+                  <TBODY>
+                     <TR>
+                        <TD class='hd' width="250">Test ADSL Synchronization:
+                        </TD>
+                        <TD width="50"><B><%ejGetOther(diagnostic, 2)%></B>&nbsp;</TD>
+                        <TD><A href="hlpadslsync.html">Help</A></TD>
+                     </TR>
+                  </TBODY></TABLE>
+            <P>
+               <CENTER><br>
+                  <input type='button' onClick='location.href="diag.html"' value='Rerun Diagnostic Tests'>
+         </form>
+      </blockquote>
+   </body>
 </html>