|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
- <div id="select_histories">
|
|
|
+<div id="select_histories">
|
|
|
<div id="select_histories_1">
|
|
|
<select>
|
|
|
<option></option>
|
|
@@ -18,6 +18,7 @@
|
|
|
</div>
|
|
|
<div id="tower_temperature">
|
|
|
<div scr="hot_water" style="width: 300px;height:300px;color: #26b72b;float:left">熱水溫度</div>
|
|
|
+ <h1>Item ID: {{ temp }}</h1>
|
|
|
<div id="cold_water" style="width: 300px;height:300px;color: #8600FF;float:left">冷水溫度</div>
|
|
|
<div id="wet_water" style="width: 300px;height:300px;color: #737300;float:left">濕球溫度</div>
|
|
|
</div>
|
|
@@ -124,4 +125,5 @@ tr:nth-child(even) {
|
|
|
});
|
|
|
|
|
|
</script>
|
|
|
+
|
|
|
{% endblock %}
|