556cb87edb6a969035cc23cd4aedc08f843be088
[bcm963xx.git] / userapps / broadcom / cfm / html / upload.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 <!--
6         EasyConfigurator depends on this filename: updatesettings.html.
7 -->
8 <html>
9 <head>
10         <title>Device &raquo; Upgrade</title>
11
12         <link href="usr_main.css" rel="stylesheet" type="text/css">
13         <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>
14         <script src="usr_common.js" type="text/javascript"></script>
15
16         <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
17
18         <script type="text/javascript">
19 <!-- hide
20
21 setPageTitle("<%ejGetWlJS(wlInterface)%>");
22
23 var progress = 0;
24
25 function isInProgress() {
26    if ( progress == 0 )  {
27       progress = 1;
28       return true;
29    }
30    alert('Upload software is in progress. Please wait for a few minutes, do not close the browser before that time.');
31    return false;
32 }
33
34 // done hiding -->
35 </script>
36 </head>
37 <body onload="initMenu();">
38
39 <script type="text/javascript">
40         writeHeader("Device", "<%ejGetJS(curUserName)%>", "<%ejGetOther(sysInfo, adslStd)%>", "<%ejGetOther(sysInfo, noBrPrtcl)%>", <%ejGetOther(sysInfo, pppIpExtension)%>, <%ejGetOther(sysInfo, enblFirewall)%>, <%ejGetOther(sysInfo, enblNat)%>, "<%ejGetWlJS(wlInterface)%>", <%ejGetJS(enblQos)%>);
41 </script>
42
43 <h3>Upgrade</h3>
44
45 <form method="post" action="setup_update.cmd">
46    <table class="clsGroupBox">
47       <tr>
48           <td><input type="submit" name="action" value="Check for Update" class="clsBtnFeature"></td>
49           <td><p>Press the <b>Check For Update</b> button to automatically check for an update to the router&rsquo;s firmware.</p></td>
50       </tr>
51    </table>
52 </form>
53
54 <form method='post' ENCTYPE='multipart/form-data' action='upload.cgi' onSubmit='return isInProgress();'>
55         <ol>
56                 <li>Obtain an updated firmware file from your ISP.</li>
57                 <li>Enter the path to the firmware file location in the box below or
58                 press the <b>Browse</b> button to locate the firmware file.</li>
59                 <li>Press the <b>Update</b> button once to upload the new firmware file.</li>
60         </ol>
61
62         <p><b>Note:</b> The update process takes about two minutes to complete, and your router will reboot.</p>
63
64         <p><label for="filename">Firmware file:</label> <input type='file' name='filename' id='filename' size='15'></p>
65
66         <p><input type='submit' value='Update'></p>
67 </form>
68
69 <script type="text/javascript">
70         writeFooter();
71 </script>
72
73 </body>
74 </html>