Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
afe5dd6
1
Parent(s):
310c2bf
Update settings.html
Browse files- settings.html +14 -14
settings.html
CHANGED
@@ -35,6 +35,7 @@ input[type="number"] {
|
|
35 |
<div class="card">
|
36 |
<img class="card-img-top" src="..." alt="Card image cap">
|
37 |
<div class="card-body">
|
|
|
38 |
<h4>Уровень pH</h4>
|
39 |
<p>EEPROM : <span id="pH_eep"></span></p>
|
40 |
<form>
|
@@ -49,11 +50,16 @@ input[type="number"] {
|
|
49 |
<div class="card">
|
50 |
<img class="card-img-top" src="..." alt="Card image cap">
|
51 |
<div class="card-body">
|
52 |
-
|
53 |
-
<
|
|
|
|
|
|
|
|
|
|
|
54 |
</div>
|
55 |
<div class="card-footer">
|
56 |
-
<
|
57 |
</div>
|
58 |
</div>
|
59 |
<div class="card">
|
@@ -77,23 +83,17 @@ input[type="number"] {
|
|
77 |
|
78 |
|
79 |
|
80 |
-
|
81 |
-
|
82 |
|
83 |
|
84 |
|
85 |
|
86 |
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
<p>EEPROM : <span id="ph_on_eep"></span></p>
|
91 |
|
92 |
-
<form>
|
93 |
-
<label for="ph_on_set">Новое : </label>
|
94 |
-
<input type="number" id="ph_on_set" value="2.5" min="0.1" max="20" step="0.01">
|
95 |
-
</form>
|
96 |
-
<button id="ph_on_set_but" type="button" class="btn btn-primary">Записать</button>
|
97 |
|
98 |
|
99 |
<!-- Уровень - EC -->
|
|
|
35 |
<div class="card">
|
36 |
<img class="card-img-top" src="..." alt="Card image cap">
|
37 |
<div class="card-body">
|
38 |
+
<!-- Уровень - PH -->
|
39 |
<h4>Уровень pH</h4>
|
40 |
<p>EEPROM : <span id="pH_eep"></span></p>
|
41 |
<form>
|
|
|
50 |
<div class="card">
|
51 |
<img class="card-img-top" src="..." alt="Card image cap">
|
52 |
<div class="card-body">
|
53 |
+
<!-- PH ON - sec -->
|
54 |
+
<h4>pH доз. ON sec.</h4>
|
55 |
+
<p>EEPROM : <span id="ph_on_eep"></span></p>
|
56 |
+
<form>
|
57 |
+
<label for="ph_on_set">Новое : </label>
|
58 |
+
<input type="number" id="ph_on_set" value="2.5" min="0.1" max="20" step="0.01">
|
59 |
+
</form>
|
60 |
</div>
|
61 |
<div class="card-footer">
|
62 |
+
<button id="ph_on_set_but" type="button" class="btn btn-primary">Записать</button>
|
63 |
</div>
|
64 |
</div>
|
65 |
<div class="card">
|
|
|
83 |
|
84 |
|
85 |
|
86 |
+
|
87 |
+
|
88 |
|
89 |
|
90 |
|
91 |
|
92 |
|
93 |
+
|
94 |
+
|
95 |
+
|
|
|
96 |
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
|
99 |
<!-- Уровень - EC -->
|