From beb476f50c88670a20e99367cda2ecb66b7ee9e9 Mon Sep 17 00:00:00 2001 From: Ismail Ali Date: Thu, 23 Jan 2025 23:03:28 +0100 Subject: [PATCH] =?UTF-8?q?Analoger=20Eing=C3=A4nge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Header.jsx | 2 +- components/Navigation.jsx | 1 + pages/analogeEingaenge.js | 359 +++++++++++++++++++++----------------- 3 files changed, 200 insertions(+), 162 deletions(-) diff --git a/components/Header.jsx b/components/Header.jsx index b31a66f..b9f96cd 100644 --- a/components/Header.jsx +++ b/components/Header.jsx @@ -52,7 +52,7 @@ function Header() {
-

Analoge Eingänge

-
- {inputs.map((input) => ( -
-
-

XIO-PM {input.id}

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
EingangWertBezeichnunguGuWoWoGKonfig
{input.id}{input.value}{input.name} - - - - - - - - - -
-
-
- ))} -
- - {/* Modal für Konfiguration */} - {activeConfig && ( -
-
-

- Konfiguration - XIO-PM {activeConfig} -

- - {/* Konfigurationsformular hier einfügen */} -
-
- - -
-
- - -
- {/* Weitere Felder hier hinzufügen */} - -
-
+
+ {/* Main Content */} +
+ {/* Erste Box */} +
+

Analoge Eingänge

+ + + + + + + + + + + + + + + {inputs.map((input) => ( + + + + + + + + + + + ))} + +
EingangWertBezeichnunguWuGoWoGAktion
{input.id}{input.value}{input.name} + + ● + + + + ● + + + + ● + + + + ● + + + +
- )} + + {/* Zweite Box */} +
+

Diagramm

+

Diagramm wird hier eingefügt

+
+ + {/* Dritte Box */} +
+

XIO-PM 1

+ + + + + + + + + + + + + + + {xioPmInputs.map((input) => ( + + + + + + + + + + + ))} + +
EingangWertBezeichnunguWuGoWoGAktion
{input.id}{input.value}{input.name} + + ● + + + + ● + + + + ● + + + + ● + + + +
+
+ + {/* Vierte Box */} +
+

XIO-PM 2

+

Inhalt für XIO-PM 2 wird hier eingefügt

+
+
); }