http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / pvccfgerr.html
index d626a6b..796251d 100755 (executable)
@@ -1,25 +1,13 @@
-<!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>PVC Configuration Error</title>
-
-       <link href="usr_layout.css" type="text/css" rel="stylesheet" /><script src="usr_layout.js" type="text/javascript"></script>
-       <link href="usr_menus_dropdown.css" rel="stylesheet" type="text/css"><script src="usr_menus_dropdown.js" type="text/javascript"></script><script src="usr_menus_build.js" type="text/javascript"></script>
-       <link href="usr_device.css" type="text/css" rel="stylesheet" /><script src="usr_device.js" type="text/javascript"></script><link href="usr_91xx.css" type="text/css" rel="stylesheet" /><script src="usr_91xx.js" type="text/javascript"></script><script src="usr_resources.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 
-
-
+<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 = 'wancfg.cmd';
 
    var code = 'location="' + loc + '"';
    eval(code);
@@ -27,20 +15,18 @@ function btnBack() {
 
 // done hiding -->
 </script>
-   </head>
-   <body onload="initMenu();">
-
-<script type="text/javascript">
-       writeHeader("PVC Configuration Error");
-</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>
+<blockquote>
+<b>PVC Configuration Error</b><br><br>
+The new VPI/VCI is already in used by other WAN configuration.
+<br><br>
+Click on "Back" button to configure the new VPI/VCI.
+<br><br><br>
+<center>
+<input type='button' onClick='btnBack()' value='Back'>
+</center>
+</blockquote>
 </body>
-</html> 
+</html>