www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / uploadinfo.html
index 16f6d95..96c5021 100755 (executable)
@@ -7,14 +7,14 @@
        <title></title>
 
        <link href="usr_main.css" rel="stylesheet" type="text/css">
-       <script src="usr_menus.js" type="text/javascript"></script>
+       <link href="usr_menus.css" rel="stylesheet" type="text/css"><script src="usr_menus.js" type="text/javascript"></script><script src="usr_menus_build.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">
 <!-- hide
-setPageTitle("<%ejGetWl(wlInterface)%>");
+setPageTitle("<%ejGetWlJS(wlInterface)%>");
 
 /*     EasyConfigurator depends on the values of
        this array. It assumes that 0 and 1 are
@@ -39,7 +39,7 @@ var idxNum = parseInt("<%ejGetOther(sysInfo, upldSts)%>");
 var waitTime;
 
 if( idxNum == 0 )
-    waitTime = 180;                   // NUMBER OF SECONDS FOR PROGRESSBAR
+    waitTime = 60 * 5;         // NUMBER OF SECONDS FOR PROGRESSBAR
 else
     waitTime = 60;
 
@@ -55,7 +55,7 @@ function getMsgIndex() {
 var action = function reboot() {
    
    //USR9106 Refresh whole window
-   eval('top.location.assign("index.html")');
+   eval('top.location = "index.html"');
 } 
 
 function frmLoad() {