summaryrefslogtreecommitdiffstats
path: root/cfe/cfe/arch/mips/board/bcm63xx_ram/src/html/ul.html
diff options
context:
space:
mode:
Diffstat (limited to 'cfe/cfe/arch/mips/board/bcm63xx_ram/src/html/ul.html')
-rwxr-xr-xcfe/cfe/arch/mips/board/bcm63xx_ram/src/html/ul.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/cfe/cfe/arch/mips/board/bcm63xx_ram/src/html/ul.html b/cfe/cfe/arch/mips/board/bcm63xx_ram/src/html/ul.html
new file mode 100755
index 0000000..a663a35
--- /dev/null
+++ b/cfe/cfe/arch/mips/board/bcm63xx_ram/src/html/ul.html
@@ -0,0 +1,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>