From 414a4fc6d71b1716af546b77bceb7e7111c757aa Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 27 Jan 2014 00:39:00 +0100 Subject: [PATCH] New and simpler web pages --- u-boot/httpd/vendors/general/404.html | 15 +++++ u-boot/httpd/vendors/general/art.html | 24 +++++++ u-boot/httpd/vendors/general/fail.html | 15 +++++ u-boot/httpd/vendors/general/flashing.html | 17 +++++ u-boot/httpd/vendors/general/index.html | 24 +++++++ u-boot/httpd/vendors/general/style.css | 78 ++++++++++++++++++++++ u-boot/httpd/vendors/general/uboot.html | 25 +++++++ 7 files changed, 198 insertions(+) create mode 100755 u-boot/httpd/vendors/general/404.html create mode 100755 u-boot/httpd/vendors/general/art.html create mode 100755 u-boot/httpd/vendors/general/fail.html create mode 100755 u-boot/httpd/vendors/general/flashing.html create mode 100755 u-boot/httpd/vendors/general/index.html create mode 100755 u-boot/httpd/vendors/general/style.css create mode 100755 u-boot/httpd/vendors/general/uboot.html diff --git a/u-boot/httpd/vendors/general/404.html b/u-boot/httpd/vendors/general/404.html new file mode 100755 index 0000000..6f00a0f --- /dev/null +++ b/u-boot/httpd/vendors/general/404.html @@ -0,0 +1,15 @@ + + + + + Page not found + + + +
+

PAGE NOT FOUND

+
The page you were looking for doesn't exist!
+
+
You can find more information about this project on GitHub
+ + \ No newline at end of file diff --git a/u-boot/httpd/vendors/general/art.html b/u-boot/httpd/vendors/general/art.html new file mode 100755 index 0000000..5de3ae0 --- /dev/null +++ b/u-boot/httpd/vendors/general/art.html @@ -0,0 +1,24 @@ + + + + + ART update + + + +
+

ART UPDATE

+

You are going to update ART (Atheros Radio Test) on the device.
Please, choose file from your local hard drive and click Update ART button.

+
+
+ WARNINGS +
    +
  • do not power off the device during update
  • +
  • if everything goes well, the device will restart
  • +
  • you can upload whatever you want, so be sure that you choose proper ART image for your device
  • +
+
+
+
You can find more information about this project on GitHub
+ + \ No newline at end of file diff --git a/u-boot/httpd/vendors/general/fail.html b/u-boot/httpd/vendors/general/fail.html new file mode 100755 index 0000000..8e175bd --- /dev/null +++ b/u-boot/httpd/vendors/general/fail.html @@ -0,0 +1,15 @@ + + + + + Update failed + + + +
+

UPDATE FAILED

+
Something went wrong during updateProbably you have chosen wrong file (too big or too small) or you were trying to upgrade ART on device with unknown flash type (and size) which is not allowed. Please, try again or contact with the author of this modification. You can also get more information during upgrade in U-Boot console.
+
+
You can find more information about this project on GitHub
+ + \ No newline at end of file diff --git a/u-boot/httpd/vendors/general/flashing.html b/u-boot/httpd/vendors/general/flashing.html new file mode 100755 index 0000000..17d32b4 --- /dev/null +++ b/u-boot/httpd/vendors/general/flashing.html @@ -0,0 +1,17 @@ + + + + + Update in progress + + + +
+

UPDATE IN PROGRESS

+

Your file was uploaded, please wait and keep an eye on router's LED(s). One LED should blink during FLASH erasing.
U-Boot and ART update should not take more than a few seconds, firmware update time depends on image size.

+
+
+
You can find more information about this project on GitHub
+ + \ No newline at end of file diff --git a/u-boot/httpd/vendors/general/index.html b/u-boot/httpd/vendors/general/index.html new file mode 100755 index 0000000..6cd9a2b --- /dev/null +++ b/u-boot/httpd/vendors/general/index.html @@ -0,0 +1,24 @@ + + + + + Firmware update + + + +
+

FIRMWARE UPDATE

+

You are going to update firmware on the device.
Please, choose file from your local hard drive and click Update firmware button.

+
+
+ WARNINGS +
    +
  • do not power off the device during update
  • +
  • if everything goes well, the device will restart
  • +
  • you can upload whatever you want, so be sure that you choose proper firmware image for your device
  • +
+
+
+
You can find more information about this project on GitHub
+ + \ No newline at end of file diff --git a/u-boot/httpd/vendors/general/style.css b/u-boot/httpd/vendors/general/style.css new file mode 100755 index 0000000..ec6939b --- /dev/null +++ b/u-boot/httpd/vendors/general/style.css @@ -0,0 +1,78 @@ +h1, +p, +form, +ul { + margin: 0; + padding: 0; +} + +html, +body { + font: 13px/20px Arial, sans-serif; + background: #EDEDED; +} + +#m { + max-width: 750px; + margin: 30px auto 10px; + border: solid 1px #BABABA; + background: #FFF; + border-radius: 7px; + box-shadow: 0 0 10px #D2D1D1; +} + +#m > * { + padding: 20px; +} + +h1 { + font: bold 50px/50px Tahoma; + border-bottom: solid 1px #E8E8E8; +} + +a, +h1 { + color: #2450AD; + text-decoration: none; +} + +.i { + margin: 20px; + border-radius: 7px; + text-align: justify; +} + +.w { + background: #FEFDCE; + border: solid 1px #FFC643; +} + +.e { + background: #FFE7E7; + border:solid 1px #FE7171; +} + +#f { + text-align: center; + color: #969393; +} + +form, +p, +h1 { + text-align: center; +} + +ul { + list-style: square; + margin: 0 0 0 20px; +} + +.red { + color: #E41616; +} + +.i strong { + margin: 0 0 5px; + display: block; +} \ No newline at end of file diff --git a/u-boot/httpd/vendors/general/uboot.html b/u-boot/httpd/vendors/general/uboot.html new file mode 100755 index 0000000..c690b8a --- /dev/null +++ b/u-boot/httpd/vendors/general/uboot.html @@ -0,0 +1,25 @@ + + + + + U-Boot update + + + +
+

U-BOOT UPDATE

+

You are going to update U-Boot bootloader on the device.
Please, choose file from your local hard drive and click Update U-Boot button.

+
+
+ WARNINGS +
    +
  • do not power off the device during update
  • +
  • if everything goes well, the device will restart
  • +
  • you can upload whatever you want, so be sure that you choose proper U-Boot image for your device
  • +
  • updating U-Boot is a very dangerous operation and may damage your device!
  • +
+
+
+
You can find more information about this project on GitHub
+ + \ No newline at end of file -- 2.25.1