http://downloads.netgear.com/files/GPL/DM111PSP_v3.61d_GPL.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / rebootinfo.html
index 53b4e96..4c71140 100755 (executable)
@@ -1,58 +1,39 @@
-<!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>Router Restart</title>
-
-       <link href="usr_layout.css" type="text/css" rel="stylesheet" /><script src="usr_layout.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">
+<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 reboot() {
+   var enblPopWin = '<%ejGet(enblPopWin)%>';
+   var loc = 'main.html';
+   var code = 'window.top.location="' + loc + '"';
 
-var waitTime=60;                   // NUMBER OF SECONDS FOR PROGRESSBAR
-var idxNum = 0;
+   if ( enblPopWin == '1' ) {
+      loc = 'index.html';
+      code = 'location="' + loc + '"';
+   }
 
-var action = function reboot() {
-
-   var loc = 'index.html';  //USR9106 Refresh whole window.
-   var code = 'top.location = "' + loc + '"';
    eval(code);
 }
 
 function frmLoad() {
-//   setTimeout("reboot()", 60000);
-   progressBarInit();
+   setTimeout("reboot()", 60000);
 }
 
 // done hiding -->
 </script>
 </head>
 
-<body onload="frmLoad();">
-
-<script type="text/javascript">
-       writeHeader("Router Restart");
-</script>
-
-<p>The router has been configured and is restarting.</p>
-
-<p>This will take about one minute.
-If the router&rsquo;s IP address has been modified,
-you may need to renew your connection to the router.
-(One way to do this is to restart your computer.)
-</p>
-
-<script type="text/javascript" src="timerbar.js"></script>
-
-<script type="text/javascript">
-       writeFooter();
-</script>
-
+<body onLoad='frmLoad()'>
+<blockquote>
+<b>DSL Router Reboot</b><br><br>
+The DSL Router has been configured and is rebooting.<br><br>
+Close the DSL Router Configuration window and wait for 2 minutes before
+reopening your web browser. If necessary, reconfigure your PC's IP address to
+match your new configuration.
+</blockquote>
 </body>
 </html>