http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / userapps / broadcom / cfm / html / pvccfgerr.html
index 0edaf28..12a71d4 100755 (executable)
@@ -1,47 +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)%>");
+<meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
+<link rel=stylesheet href='stylemain.css' type='text/css'>
+<link rel=stylesheet href='colors.css' type='text/css'>
+<script language="javascript">
+<!-- hide
 
 function btnBack() {
-   var loc = 'pvccfg.html';
+       var loc = 'pvccfg.html';
 
-   var code = 'location.assign("' + loc + '")';
-   eval(code);
+       //var code = 'location.assign("' + loc + '")';
+       var code = 'window.location.href="/'; // for Mac safari browser compatibility\r
+       code += 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>
-
+</head>
+
+<body>
+
+<form class="formpadding">
+<table border="0" cellpadding="0" cellspacing="3" width="98%">
+<tr>
+  <td><b><font class="netgear">PVC Configuration Error</font></b></td>
+</tr>
+<tr><td>&nbsp;</td></tr>
+<tr>\r
+  <td background="liteblue.gif" height="12">&nbsp;</td>\r
+</tr>
+</table>
+The new VPI/VCI is already in used by other WAN configuration.
+<br><br>
+Click on "Back" button to configure the new VPI/VCI.
+<table border="0" cellpadding="0" cellspacing="3" width="98%">
+<tr>\r
+  <td background="liteblue.gif" height="12">&nbsp;</td>\r
+</tr>
+</table>
+<center>
+<input type='button' onClick='btnBack()' value='Back'>
+</center>
+</form>
 </body>
-</html> 
+</html>