add added files
[bcm963xx.git] / userapps / broadcom / cfm / html / diaglan.html
diff --git a/userapps/broadcom/cfm/html/diaglan.html b/userapps/broadcom/cfm/html/diaglan.html
new file mode 100755 (executable)
index 0000000..9dd7383
--- /dev/null
@@ -0,0 +1,83 @@
+<!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>Device &raquo; Diagnostics</title>
+
+       <link href="usr_main.css" rel="stylesheet" type="text/css">
+       <script src="usr_menus.js" type="text/javascript"></script>
+       <script src="usr_common.js" type="text/javascript"></script>
+       <script src="portName.js" type="text/javascript"></script>
+
+      <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
+</head>
+<body onload="initMenu('idMenu');">
+
+<script type="text/javascript">
+       setPageTitle("<%ejGetWl(wlInterface)%>");
+       writeHeader("Device", "<%ejGet(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWl(wlInterface)%>", <%ejGet(enblQos)%>);
+</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>
+<script type="text/javascript">
+<!-- hide
+//var brdId = '<%ejGet(boardID)%>';
+var dispName = '';
+if ('<%ejGet(numEnet)%>' == '1') {
+   document.writeln("<TR><TD class='hd' width='250'>Test your LAN connection:</TD>");
+   document.writeln("<TD><B><%ejGetOther(diagnostic, 1)%></B>&nbsp;</TD>");
+   document.writeln("<TD><A href='hlpethconn.html'>Help</A></TD> </TR>");
+} else {
+   dispName = getUNameByLName('<%ejGet(boardID)%>' + '|eth0');
+   document.writeln(" <TR><TD class='hd' width='250'>Test your " + dispName + " connection:</TD>");
+   document.writeln(" <TD><B><%ejGetOther(diagnostic, 1)%></B>&nbsp;</TD>");
+   document.writeln(" <TD><A href='hlpethconn.html'>Help</A></TD> </TR>");
+   dispName = getUNameByLName('<%ejGet(boardID)%>' + '|eth1');
+   document.writeln("<TR><TD class='hd' width='250'>Test your " + dispName + " connection:</TD>");
+   document.writeln("<TD><B><%ejGetOther(diagnostic, 18)%></B>&nbsp;</TD>");
+   document.writeln("<TD><A href='hlpethconn.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>
+</html>