add added files
[bcm963xx.git] / userapps / broadcom / cfm / html / rebootinfo.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 <script type="text/javascript">
16 <!-- hide
17 setPageTitle("<%ejGetWl(wlInterface)%>");
18
19 var waitTime=60;                   // NUMBER OF SECONDS FOR PROGRESSBAR
20 var idxNum = 0;
21
22 var action = function reboot() {
23
24    var loc = 'index.html';  //USR9106 Refresh whole window.
25    var code = 'top.location.assign("' + loc + '")';
26    eval(code);
27 }
28
29 function frmLoad() {
30 //   setTimeout("reboot()", 60000);
31    progressBarInit();
32 }
33
34 // done hiding -->
35 </script>
36 </head>
37
38 <body onload="frmLoad();">
39
40 <script type="text/javascript">
41         writeHeaderInfo("Router Restart");
42 </script>
43
44 <p>The router has been configured and is restarting.</p>
45
46 <p>This will take about one minute.
47 If the router&rsquo;s IP address has been modified,
48 you may need to renew your connection to the router.
49 (One way to do this is to restart your computer.)
50 </p>
51
52 <script type="text/javascript" src="timerbar.js"></script>
53
54 <script type="text/javascript">
55         writeFooter();
56 </script>
57
58 </body>
59 </html>