diff --git a/sd-card/html/edit_alignment.html b/sd-card/html/edit_alignment.html
index 7ea252b8..61ee8ef8 100644
--- a/sd-card/html/edit_alignment.html
+++ b/sd-card/html/edit_alignment.html
@@ -5,7 +5,7 @@
Make Alignment
-
+
diff --git a/sd-card/html/edit_analog.html b/sd-card/html/edit_analog.html
index ceec1704..6ac41f11 100644
--- a/sd-card/html/edit_analog.html
+++ b/sd-card/html/edit_analog.html
@@ -5,7 +5,7 @@
Make Alignment
-
+
diff --git a/sd-card/html/edit_check.html b/sd-card/html/edit_check.html
index 4e4c825d..cb521185 100644
--- a/sd-card/html/edit_check.html
+++ b/sd-card/html/edit_check.html
@@ -1,5 +1,5 @@
-
+
Result:
diff --git a/sd-card/html/edit_config.html b/sd-card/html/edit_config.html
index 6249e270..63aeca1a 100644
--- a/sd-card/html/edit_config.html
+++ b/sd-card/html/edit_config.html
@@ -1,11 +1,11 @@
-
+
Config.ini:
-
+
diff --git a/sd-card/html/edit_config_old.html b/sd-card/html/edit_config_old.html
deleted file mode 100644
index a2d38fd2..00000000
--- a/sd-card/html/edit_config_old.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
- Config.ini:
-
-
-
-
-
-
- Update Config.ini
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/sd-card/html/edit_digits.html b/sd-card/html/edit_digits.html
index 9d4606e9..fb89fc11 100644
--- a/sd-card/html/edit_digits.html
+++ b/sd-card/html/edit_digits.html
@@ -5,7 +5,7 @@
Make Alignment
-
+
diff --git a/sd-card/html/edit_reference.html b/sd-card/html/edit_reference.html
index d0e20534..c067ae20 100644
--- a/sd-card/html/edit_reference.html
+++ b/sd-card/html/edit_reference.html
@@ -5,7 +5,7 @@
Make refernce
-
+
Create Reference out of Raw Image
diff --git a/sd-card/html/index.html b/sd-card/html/index.html
index 5da1f09d..2b5c3a3f 100644
--- a/sd-card/html/index.html
+++ b/sd-card/html/index.html
@@ -1,115 +1,98 @@
-
- jomjol - AI on the edge
-
-
-
-
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ background-color: #333;
+ width:1000px;
+}
+
+li {
+ float: left;
+ font-family: arial;
+ font-size: 18px;
+}
+
+li a, .dropbtn {
+ display: inline-block;
+ color: white;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+}
+
+li a:hover, .dropdown:hover .dropbtn {
+ background-color: red;
+}
+
+li.dropdown {
+ display: inline-block;
+}
+
+.dropdown-content {
+ display: none;
+ position: absolute;
+ background-color: #f9f9f9;
+ min-width: 160px;
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+ z-index: 1;
+ font-family: arial;
+}
+
+.dropdown-content a {
+ color: black;
+ padding: 12px 16px;
+ text-decoration: none;
+ display: block;
+ text-align: left;
+}
+
+.dropdown-content a:hover {background-color: #f1f1f1;}
+
+.dropdown:hover .dropdown-content {
+ display: block;
+}
+
-
- Watermeter - AI on the edge - an ESP32 all in neural network recognition system
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/sd-card/html/index_configure.html b/sd-card/html/index_configure.html
index 64260b8a..363ca17a 100644
--- a/sd-card/html/index_configure.html
+++ b/sd-card/html/index_configure.html
@@ -2,74 +2,70 @@
jomjol - AI on the edge
-
+ .h_iframe iframe {width:995px;height:760px;}
+ .h_iframe {width:995px;height:760px;}
+
+ h1 {font-size: 2em;}
+ h2 {font-size: 1.5em;}
+ p {font-size: 1em;}
+
+ ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ background-color: #333;
+ width:1000px;
+ }
+
+ li {
+ float: left;
+ font-family: arial;
+ font-size: 18px;
+ }
+
+ li a, .dropbtn {
+ display: inline-block;
+ color: white;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+ }
+
+ li a:hover, .dropdown:hover .dropbtn {
+ background-color: red;
+ }
+
+ li.dropdown {
+ display: inline-block;
+ }
+
+ .dropdown-content {
+ display: none;
+ position: absolute;
+ background-color: #f9f9f9;
+ min-width: 160px;
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+ z-index: 1;
+ font-family: arial;
+ }
+
+ .dropdown-content a {
+ color: black;
+ padding: 12px 16px;
+ text-decoration: none;
+ display: block;
+ text-align: left;
+ }
+
+ .dropdown-content a:hover {background-color: #f1f1f1;}
+
+ .dropdown:hover .dropdown-content {
+ display: block;
+ }
+
-
- Configure watermeter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sd-card/html/ota_page.html b/sd-card/html/ota_page.html
index 5712a4d9..dcd2fcb3 100644
--- a/sd-card/html/ota_page.html
+++ b/sd-card/html/ota_page.html
@@ -9,7 +9,7 @@
-
+
It is strongly recommended to update firmware and content of /html directory on SD-card at the same time!
1. Firmware Update
diff --git a/sd-card/html/prevalue_set.html b/sd-card/html/prevalue_set.html
index 2a74f550..6d61cc71 100644
--- a/sd-card/html/prevalue_set.html
+++ b/sd-card/html/prevalue_set.html
@@ -9,13 +9,50 @@
-
-
+
+
+
+
+
+
- Current Value:
-
+
Current Value:
+
+ Set Value:
Input (Format = 123.456):
PreValue:
Set PreValue
- Result:
-
+
Result:
+
@@ -34,10 +71,14 @@
function setprevalue() {
var inputVal = document.getElementById("myInput").value;
inputVal = inputVal.replace(",", ".");
- _value = "/setPreValue.html?value="+inputVal;
- document.getElementById('result').src = _value;
+ _value = " ";
+ document.getElementById("result").innerHTML=_value;
// location.reload();
}
+
+
\ No newline at end of file
diff --git a/sd-card/html/reboot_page.html b/sd-card/html/reboot_page.html
index b78df68a..1751b308 100644
--- a/sd-card/html/reboot_page.html
+++ b/sd-card/html/reboot_page.html
@@ -9,26 +9,28 @@
-
+
+
+Do you really want to reboot your system now?
+
- Reboot
+ Yes, please reboot now
-
\ No newline at end of file
diff --git a/sd-card/html/upload_script.html b/sd-card/html/upload_script.html
index 0472f78e..9967774a 100644
--- a/sd-card/html/upload_script.html
+++ b/sd-card/html/upload_script.html
@@ -1,4 +1,4 @@
-
+
ESP32 File Server
diff --git a/sd-card/html/wasserzaehler_roi.html b/sd-card/html/wasserzaehler_roi.html
index a8573c50..bc7dd835 100644
--- a/sd-card/html/wasserzaehler_roi.html
+++ b/sd-card/html/wasserzaehler_roi.html
@@ -3,95 +3,91 @@
-
-
-
+
+
+
+
+
-
-
-
-
- Raw Value:
-
-
-
- Corrected Value:
-
-
-
-
+
+
+ Raw Value:
+
+
+
+
+
+
+
+
+ Corrected Value:
+
+
+
+
+
+
+
+
+
+ Current Value:
+
+
+
+
+
+
+
+
+
+ Start Time:
+
+
+
+
+
+
+
+
+
\ No newline at end of file