aboutsummaryrefslogtreecommitdiff
path: root/ui/sections/overview_control.html
diff options
context:
space:
mode:
authorSean <heavydragon99@outlook.com>2024-03-21 09:30:20 +0100
committerSean <heavydragon99@outlook.com>2024-03-21 09:30:20 +0100
commitfeb7a342718f0d014678517bf45e0043846905a7 (patch)
treefc34e8ff06a1dfa116d09212c865c5e2af978848 /ui/sections/overview_control.html
parentdd1d3ecfb03fc37662d40d5a005ce4f92f649d3f (diff)
Added fourth grid. Made grid 1 change depending on which item is selected
Diffstat (limited to 'ui/sections/overview_control.html')
-rw-r--r--ui/sections/overview_control.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/ui/sections/overview_control.html b/ui/sections/overview_control.html
new file mode 100644
index 0000000..4a27e53
--- /dev/null
+++ b/ui/sections/overview_control.html
@@ -0,0 +1,47 @@
+<ul>
+ <li class="list-item">
+ <span class="dot"></span> Fotocellen
+ <div class="buttons">
+ <button onclick="onOffButton(this)" value="1">On</button>
+ <button onclick="onOffButton(this)" value="0">Off</button>
+ </div>
+ </li>
+ <li class="list-item">
+ <span class="dot"></span> CCTV
+ <div class="buttons">
+ <button onclick="onOffButton(this)" value="1">On</button>
+ <button onclick="onOffButton(this)" value="0">Off</button>
+ </div>
+ </li>
+ <li class="list-item">
+ <span class="dot"></span> Verlichting
+ <div class="buttons">
+ <button onclick="onOffButton(this)" value="1">On</button>
+ <button onclick="onOffButton(this)" value="0">Off</button>
+ </div>
+ </li>
+ <li class="list-item">
+ <span class="dot"></span> Verkeerslicht
+ <div class="buttons">
+ <button onclick="onOffButton(this)" value="1">On</button>
+ <button onclick="onOffButton(this)" value="0">Off</button>
+ </div>
+ </li>
+ <li class="list-item">
+ <span class="dot"></span> Slagboom
+ <div class="buttons">
+ <button onclick="onOffButton(this)" value="1">On</button>
+ <button onclick="onOffButton(this)" value="0">Off</button>
+ </div>
+ </li>
+ <li class="list-item">
+ <span class="dot"></span> Matrixbord
+ <div class="buttons">
+ <select class="dropdown">
+ <option value="wegafsluiting">Wegafsluiting</option>
+ <option value="werkzaamheden">Werkzaamheden</option>
+ <option value="uitschakelen">Uitschakelen</option>
+ </select>
+ </div>
+ </li>
+</ul> \ No newline at end of file