Change html layout
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
parent
0bdcc5a14b
commit
6ebf407e43
@ -64,7 +64,7 @@ def draw_temperature_image():
|
||||
color = "#b6b6b6"
|
||||
|
||||
fig, ax = plt.subplots(1)
|
||||
fig.set_figwidth(4)
|
||||
fig.set_figwidth(5.5)
|
||||
fig.set_figheight(2)
|
||||
fig.set_facecolor(background_color)
|
||||
|
||||
|
@ -106,7 +106,8 @@ var parse_config = function (event) {
|
||||
document.getElementById("heat_switch_label").style.visibility = visibility_heat
|
||||
document.getElementById("heat_switch").style.visibility = visibility_heat
|
||||
document.getElementById("heat_auto_switch").value = output;
|
||||
document.getElementById("config_temperatures").style.visibility = visibility
|
||||
document.getElementById("config_temperatures_on").style.visibility = visibility
|
||||
document.getElementById("config_temperatures_off").style.visibility = visibility
|
||||
}
|
||||
output = "einschalten"
|
||||
visibility = 'hidden'
|
||||
@ -124,7 +125,8 @@ var parse_config = function (event) {
|
||||
document.getElementById("water_switch_label").style.visibility = visibility_water
|
||||
document.getElementById("water_switch").style.visibility = visibility_water
|
||||
document.getElementById("water_auto_switch").value = output;
|
||||
document.getElementById("water_times").style.visibility = visibility
|
||||
document.getElementById("config_times_before_noon").style.visibility = visibility
|
||||
document.getElementById("config_times_afternoon").style.visibility = visibility
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
<body>
|
||||
<h1>Gewächshaus</h1>
|
||||
<hr>
|
||||
<table class="center">
|
||||
<tr>
|
||||
<td><h3>Temperatur </h3></td>
|
||||
@ -34,50 +33,47 @@
|
||||
<input id="heat_auto_switch" type="submit" value="" onclick="on_switch_heat_autostate()"></input>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="config_temperatures" style="visibility:hidden;">
|
||||
<table class="center">
|
||||
<tr>
|
||||
<td>Einschalttemperatur</td>
|
||||
<td class="input">
|
||||
<input id="decrease_on_temperature" type="submit" value="-" onclick="on_decrease_on_temperature()"></input>
|
||||
<tr id="config_temperatures_on" style="visibility: hidden;">
|
||||
<td class="table_left">Einschalttemperatur</td>
|
||||
<td>
|
||||
<table class="center">
|
||||
<td class="input">
|
||||
<input id="decrease_on_temperature" type="submit" value="-" onclick="on_decrease_on_temperature()"></input>
|
||||
</td>
|
||||
<td id="on_temperature"></td>
|
||||
<td class="input">
|
||||
<input id="increase_on_temperature" type="submit" value="+" onclick="on_increase_on_temperature()"></input>
|
||||
</td>
|
||||
</table>
|
||||
</td>
|
||||
<td id="on_temperature"></td>
|
||||
<td class="input">
|
||||
<input id="increase_on_temperature" type="submit" value="+" onclick="on_increase_on_temperature()"></input>
|
||||
</tr>
|
||||
<tr id="config_temperatures_off" style="visibility: hidden;">
|
||||
<td class="table_left">Ausschalttemperatur</td>
|
||||
<td>
|
||||
<table class="center">
|
||||
<td class="input">
|
||||
<input id="decrease_off_temperature" type="submit" value="-" onclick="on_decrease_off_temperature()"></input>
|
||||
</td>
|
||||
<td id="off_temperature"></td>
|
||||
<td class="input">
|
||||
<input id="increase_off_temperature" type="submit" value="+" onclick="on_increase_off_temperature()"></input>
|
||||
</td>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ausschalttemperatur</td>
|
||||
<td class="table_left" id="water_switch_label" style="visibility: hidden;">Bewässerung</td>
|
||||
<td class="input">
|
||||
<input id="decrease_off_temperature" type="submit" value="-" onclick="on_decrease_off_temperature()"></input>
|
||||
</td>
|
||||
<td id="off_temperature"></td>
|
||||
<td class="input">
|
||||
<input id="increase_off_temperature" type="submit" value="+" onclick="on_increase_off_temperature()"></input>
|
||||
<input id="water_switch" style="visibility: hidden;" type="submit" value="" onclick="on_switch_water()"></input>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<hr>
|
||||
<table class="center">
|
||||
<tr>
|
||||
<td class="table_left" id="water_switch_label" style="visibility: hidden;">Bewässerung</td>
|
||||
<td class="input">
|
||||
<input id="water_switch" style="visibility: hidden;" type="submit" value="" onclick="on_switch_water()"></input>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="table_left">Zeigesteuerte Bewässerung </td>
|
||||
<td class="input">
|
||||
<input id="water_auto_switch" type="submit" value="" onclick="on_switch_water_auto_state()"></input>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="water_times" style="visibility:hidden;">
|
||||
<table class="center">
|
||||
<tr>
|
||||
<td class="table_left">Zeigesteuerte Bewässerung </td>
|
||||
<td class="input">
|
||||
<input id="water_auto_switch" type="submit" value="" onclick="on_switch_water_auto_state()"></input>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="config_times_before_noon" style="visibility: hidden;">
|
||||
<td>Vormittag</td>
|
||||
<td>
|
||||
<table>
|
||||
@ -96,7 +92,7 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr id="config_times_afternoon" style="visibility: hidden;">
|
||||
<td>Nachmittag</td>
|
||||
<td>
|
||||
<table>
|
||||
|
Loading…
Reference in New Issue
Block a user