add added files
[bcm963xx.git] / userapps / broadcom / cfm / html / pvccfgerr.html
diff --git a/userapps/broadcom/cfm/html/pvccfgerr.html b/userapps/broadcom/cfm/html/pvccfgerr.html
new file mode 100755 (executable)
index 0000000..0edaf28
--- /dev/null
@@ -0,0 +1,47 @@
+<!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></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>
+
+   <meta http-equiv="Pragma" content="no-cache">
+
+   <script type="text/javascript" src="util.js"></script>
+   <script type="text/javascript">
+<!-- hide 
+
+setPageTitle("<%ejGetWl(wlInterface)%>");
+
+function btnBack() {
+   var loc = 'pvccfg.html';
+
+   var code = 'location.assign("' + loc + '")';
+   eval(code);
+}
+
+   
+// done hiding -->
+</script>
+   </head>
+   <body onload="initMenu('idMenu');">
+
+<script type="text/javascript">
+       writeHeader("PVC Configuration Error", "<%ejGet(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWl(wlInterface)%>", <%ejGet(enblQos)%>);
+</script>
+
+<p>The new VPI/VCI is already in used by other WAN configuration.</p>
+<p>Press the <b>Back</b> button to configure the new VPI/VCI.</p>
+<p><input type='button' onClick='btnBack()' value='Back'></p>
+
+<script type="text/javascript">
+       writeFooter();
+</script>
+
+</body>
+</html>