www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / restoreinfo.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         <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>
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("<%ejGetWlJS(wlInterface)%>");
18
19 var waitTime=60;                   // NUMBER OF SECONDS FOR PROGRESSBAR
20 var idxNum = 0;
21
22 var action = function restore() {
23
24    var loc = 'index.html';     //USR9106 Refresh whole window.
25    var code = 'top.location = "' + loc + '"';
26    eval(code);
27 }
28
29 function frmLoad() {
30 //   setTimeout("restore()", 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 Restore Defaults");
42 </script>
43
44 <p>The router&rsquo;s configuration has been restored to default and the
45 router is restarting.</p>
46
47 <p>This will take about one minute.
48 If the router&rsquo;s IP address has been modified,
49 you may need to renew your connection to the router.
50 (One way to do this is to restart your computer.)
51 </p>
52
53 <p><b>Please do not turn off the power or disconnect any cables until this process is complete.</b></p>
54
55 <script type="text/javascript" src="timerbar.js"></script>
56
57
58
59 <script type="text/javascript">
60         writeFooter();
61 </script>
62
63 </body>
64 </html>