From: Steve Song Date: Thu, 14 Aug 2014 11:21:30 +0000 (-0300) Subject: Added html files for Village Telco X-Git-Tag: 2014-11-19~2^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1fc25e0e9d8404dd5b0cebedec66a58fa2114573;p=oweals%2Fu-boot_mod.git Added html files for Village Telco --- diff --git a/u-boot/httpd/vendors/villagetelco/404.html b/u-boot/httpd/vendors/villagetelco/404.html new file mode 100755 index 0000000..169698f --- /dev/null +++ b/u-boot/httpd/vendors/villagetelco/404.html @@ -0,0 +1,17 @@ + + + + + Page not found + + + + +
+
+

Page not found

+

The page you were looking for doesn't exist!
Go back to firmware update page.

+
+
You can find more information about this project on GitHub
+ + \ No newline at end of file diff --git a/u-boot/httpd/vendors/villagetelco/fail.html b/u-boot/httpd/vendors/villagetelco/fail.html new file mode 100755 index 0000000..fa24be0 --- /dev/null +++ b/u-boot/httpd/vendors/villagetelco/fail.html @@ -0,0 +1,17 @@ + + + + + Update failed + + + + +
+
+

Update failed

+

Please, try again or contact with the author of this modification.
You can also get more information during update 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/villagetelco/flashing.html b/u-boot/httpd/vendors/villagetelco/flashing.html new file mode 100755 index 0000000..f96b507 --- /dev/null +++ b/u-boot/httpd/vendors/villagetelco/flashing.html @@ -0,0 +1,18 @@ + + + + + Update in progress + + + +
+

Update in progress

+

Your file was successfully uploaded! Update is in progress and you should wait for automatic reset of the device.
Update time depends on image size and may take up to a few minutes. You can close this page.

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

Firmware update

+

You are going to upload new firmware to the device.
Choose a proper file from your local hard drive and click "Update firmware" button.
Please, do not power off the device during update, if everything goes well, the device will restart.

+
+

For more technical information, please consult
the Village Telco wiki or join the Village Telco development community. +

+
You can find more information about this project on GitHub
+ + \ No newline at end of file diff --git a/u-boot/httpd/vendors/villagetelco/style.css b/u-boot/httpd/vendors/villagetelco/style.css new file mode 100755 index 0000000..45d0bc8 --- /dev/null +++ b/u-boot/httpd/vendors/villagetelco/style.css @@ -0,0 +1,49 @@ +h1, +p, +form, +body { + margin: 0; + padding: 0; +} + +html, +body { + font: 13px/20px Tahoma, sans-serif; + background: #5a4a42; + color: #FFF; + text-align: center; + height: 100%; +} + +#m, #h { + padding: 30px 0; +} + +#h { + background: #FFF; +} + +#m > * { + padding: 20px; +} + +#f { + font-size: 11px; + position: absolute; + bottom: 0; + width: 100%; + padding: 15px 0; +} + +a { + color: #FEDD12; + text-decoration: none; +} + +h1 { + font: bold 40px/40px Arial; +} + +.red { + color: #ED0000; +} \ No newline at end of file diff --git a/u-boot/httpd/vendors/villagetelco/v.png b/u-boot/httpd/vendors/villagetelco/v.png new file mode 100755 index 0000000..8b81ef8 Binary files /dev/null and b/u-boot/httpd/vendors/villagetelco/v.png differ diff --git a/u-boot/httpd/vendors/villagetelco/vt.png b/u-boot/httpd/vendors/villagetelco/vt.png new file mode 100755 index 0000000..ed0861c Binary files /dev/null and b/u-boot/httpd/vendors/villagetelco/vt.png differ