Browse Source

edit system.html

aaron-1015 3 years ago
parent
commit
dadd5d3e67
4 changed files with 42 additions and 6 deletions
  1. 5 0
      templates/device.html
  2. 17 0
      templates/history.html
  3. 18 0
      templates/system.html
  4. 2 6
      templates/tower.html

+ 5 - 0
templates/device.html

@@ -6,5 +6,10 @@
 
 
 {% block body %}
+    <div id="select_devices">
+        <button>設備</button>
+        <button>通道</button>
+        <button>事件</button>
 
+    </div>
 {% endblock %}

+ 17 - 0
templates/history.html

@@ -37,5 +37,22 @@
             </select>
         </div>
     </div>
+    <div id="download_options">
+        <div id="download_options_1">
+            <button>今日</button>
+            <button>最近3日</button>
+            <button>最近一週</button>
+            <button>最近一週</button>
+        </div>  
+        <div id="download_options_2">
+            <button>報表匯出</button>
+            <button>上傳檔案</button>
+        </div>
+    </div>
+    <div id="history_health_indicator">
+        <img src="static/img/history.png" alt="歷史健康指標(CV)" />
+    </div>
+    <div id="history_events_list">
+    </div>
     
 {% endblock %}

+ 18 - 0
templates/system.html

@@ -6,5 +6,23 @@
 
 
 {% block body %}
+    <div id="select_systems">
+        <button>使用者</button>
+        <button>聯絡人</button>
+        <button>環境設置</button>
+        <button>LINE群組設定</button>
 
+    </div>
+    <div id="info_table">
+        <table>
+            <th>使用者身分</th>
+            <th>使用者名稱</th>
+            <th>帳號</th>
+            <th>電子郵件</th>
+            <th>權限設定</th>
+            <th>修改密碼</th>
+            <th>備註</th>
+            <th>+新增</th>
+        </table>
+    </div>
 {% endblock %}

+ 2 - 6
templates/tower.html

@@ -23,10 +23,6 @@
             <option value="課2">課2</option>
         </select>
     </div>
-    <div id='show_factory_class_1'>
-        A廠區/一課
-    </div>
-    <div id='show_factory_class_2'>
-        A廠區/二課
-    </div>
+    <div id='show_factory_class_1'>A廠區/一課</div>
+    <div id='show_factory_class_2'>A廠區/二課</div>
 {% endblock %}