add added files
[bcm963xx.git] / userapps / broadcom / cfm / html / quicksetuperr.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
16 <script type="text/javascript">
17 <!-- hide
18
19 setPageTitle("<%ejGetWl(wlInterface)%>");
20
21 function btnBack() {
22    var loc = 'vpivci.html';
23
24    var code = 'location.assign("' + loc + '")';
25    eval(code);
26 }
27
28 // done hiding -->
29 </script>
30 </head>
31
32 <body onload="initMenu('idMenu');">
33
34 <script type="text/javascript">
35         writeHeader("Quick Setup 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 <script type="text/javascript">
39 <!-- hide
40 var outOfPvc = '<%ejGetOther(memInfo, isOutOfVcc)%>';
41 var msg = '';
42 if ( outOfPvc == '1' ) {
43    msg = '<p>The Quick Setup cannot add the new configuration. ';
44    msg += 'All of available PVCs are already in use.</p>';
45    document.writeln(msg);
46 } else {
47    msg = '<p>The Quick Setup cannot add the new configuration ';
48    msg += 'because of memory limitations.</p>';
49    document.writeln(msg);
50
51    document.writeln('<p>Click on the <b>Back</b> button to try another configuration.</p>');
52
53    document.writeln('<p><input type="button" onClick="btnBack()" value="Back"></p>');
54 }
55 // done hiding -->
56 </script>
57
58
59 <script type="text/javascript">
60         writeFooter();
61 </script>
62
63 </body>
64 </html>