Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +15 -2
nutri_call.html
CHANGED
|
@@ -660,10 +660,10 @@ vkBridge.send('VKWebAppInit');
|
|
| 660 |
<span class="fert-header">NO3</span>
|
| 661 |
<span class="fert-header">P</span>
|
| 662 |
<span class="fert-header">K</span>
|
| 663 |
-
<span class="fert-header">Ca</span>
|
| 664 |
<span class="fert-header">Mg</span>
|
| 665 |
<span class="fert-header">S</span>
|
| 666 |
-
<span class="fert-header">
|
| 667 |
<span class="fert-header">Грамм</span>
|
| 668 |
</div>
|
| 669 |
|
|
@@ -745,6 +745,19 @@ vkBridge.send('VKWebAppInit');
|
|
| 745 |
<span class="fert-cell">-</span>
|
| 746 |
<input class="fert-input" type="number" step="0.001" id="potassium_sulfate" readonly style="background-color: #d4f5d4;" />
|
| 747 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 748 |
</div>
|
| 749 |
</fieldset>
|
| 750 |
|
|
|
|
| 660 |
<span class="fert-header">NO3</span>
|
| 661 |
<span class="fert-header">P</span>
|
| 662 |
<span class="fert-header">K</span>
|
| 663 |
+
<span class="fert-header">Ca(N)</span>
|
| 664 |
<span class="fert-header">Mg</span>
|
| 665 |
<span class="fert-header">S</span>
|
| 666 |
+
<span class="fert-header">Ca(ЭДТА)</span>
|
| 667 |
<span class="fert-header">Грамм</span>
|
| 668 |
</div>
|
| 669 |
|
|
|
|
| 745 |
<span class="fert-cell">-</span>
|
| 746 |
<input class="fert-input" type="number" step="0.001" id="potassium_sulfate" readonly style="background-color: #d4f5d4;" />
|
| 747 |
</div>
|
| 748 |
+
|
| 749 |
+
<div class="fert-row">
|
| 750 |
+
<span class="fert-name">K₂SO₄</span>
|
| 751 |
+
<span class="fert-cell">-</span>
|
| 752 |
+
<span class="fert-cell">-</span>
|
| 753 |
+
<span class="fert-cell">-</span>
|
| 754 |
+
<input class="fert-input" type="number" value="44.874" step="0.001" id="fert_k2so4_k"/>
|
| 755 |
+
<span class="fert-cell">-</span>
|
| 756 |
+
<span class="fert-cell">-</span>
|
| 757 |
+
<input class="fert-input" type="number" value="18.401" step="0.001" id="fert_k2so4_s" />
|
| 758 |
+
<span class="fert-cell">-</span>
|
| 759 |
+
<input class="fert-input" type="number" step="0.001" id="potassium_sulfate" readonly style="background-color: #d4f5d4;" />
|
| 760 |
+
</div>
|
| 761 |
</div>
|
| 762 |
</fieldset>
|
| 763 |
|