summaryrefslogtreecommitdiffstats
path: root/cfe/cfe/arch/mips/board/bcm63xx_ram/src/html/ul.html
blob: a663a35eabc613c1868b3672920f583b42d251ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
   <head>
      <meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
            <script language="javascript">
<!-- hide

var progress = 0;

function isInProgress() {
   if ( progress == 0 )  {
      progress = 1;
      return true;
   }
   alert('Upload software is in progress. Please wait for a minute.');
   return false;
}

// done hiding -->
</script>
   </head>
   <body>
      <blockquote>
         <form method='post' ENCTYPE='multipart/form-data' action='upload.cgi' onSubmit='return isInProgress();'>
            <b>Update Software</b><br>
            <br>
            <b>Step 1:</b> Obtain an updated software image file from your ISP.<br>
            <br>
            <b>Step 2:</b> Enter the path to the image file location in the box below or 
            click the &quot;Browse&quot; button to locate the image file.<br>
            <br>
            <b>Step 3:</b> Click the "Update Software" button once to upload the new image 
            file.<br>
            <br>
            NOTE: The update process takes about 2 minutes to complete, and your DSL Router 
            will reboot.<br>
            <br>
            <table border="0" cellpadding="0" cellspacing="0">
               <tr>
                  <td>Software File Name:&nbsp;
                  </td>
                  <td><input type='file' name='filename' size='15'></td>
               </tr>
            </table>
            <p align="center"><input type='submit' value='Update Software'></p>
         </form>
      </blockquote>
   </body>
</html>