add added files
[bcm963xx.git] / userapps / broadcom / cfm / html / pvccfgerr.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3         (c) 2005 U.S. Robotics Corporation
4 -->
5 <html>
6 <head>
7         <title></title>
8
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <script src="usr_menus.js" type="text/javascript"></script>
11         <script src="usr_common.js" type="text/javascript"></script>
12
13    <meta http-equiv="Pragma" content="no-cache">
14
15    <script type="text/javascript" src="util.js"></script>
16    <script type="text/javascript">
17 <!-- hide 
18
19 setPageTitle("<%ejGetWl(wlInterface)%>");
20
21 function btnBack() {
22    var loc = 'pvccfg.html';
23
24    var code = 'location.assign("' + loc + '")';
25    eval(code);
26 }
27
28    
29 // done hiding -->
30 </script>
31    </head>
32    <body onload="initMenu('idMenu');">
33
34 <script type="text/javascript">
35         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)%>);
36 </script>
37
38 <p>The new VPI/VCI is already in used by other WAN configuration.</p>
39 <p>Press the <b>Back</b> button to configure the new VPI/VCI.</p>
40 <p><input type='button' onClick='btnBack()' value='Back'></p>
41
42 <script type="text/javascript">
43         writeFooter();
44 </script>
45
46 </body>
47 </html>