From cd46fa7e0904d3de182d947dc1820a9e833673e6 Mon Sep 17 00:00:00 2001
From: Paul-Christian Volkmer
Date: Tue, 25 Jul 2023 16:50:20 +0200
Subject: Add start and statistics page
---
src/main/resources/templates/fragments.html | 17 ++++++++++++
src/main/resources/templates/index.html | 40 ++++++++++++++++++++++++++++
src/main/resources/templates/statistics.html | 24 +++++++++++++++++
3 files changed, 81 insertions(+)
create mode 100644 src/main/resources/templates/fragments.html
create mode 100644 src/main/resources/templates/index.html
create mode 100644 src/main/resources/templates/statistics.html
(limited to 'src/main/resources/templates')
diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html
new file mode 100644
index 0000000..369add3
--- /dev/null
+++ b/src/main/resources/templates/fragments.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
new file mode 100644
index 0000000..8aa60d1
--- /dev/null
+++ b/src/main/resources/templates/index.html
@@ -0,0 +1,40 @@
+
+
+
+
+ ETL-Prozessor
+
+
+
+
+
+
+ Letzte Anfragen
+
+
+
+
+ | Status |
+ ID |
+ Datum |
+ Patienten-ID |
+
+
+
+
+ | [[ ${request.status} ]] |
+ [[ ${request.status} ]] |
+ [[ ${request.status} ]] |
+ [[ ${request.status} ]] |
+ [[ ${request.status} ]] |
+ [[ ${request.uuid} ]] |
+ |
+ [[ ${request.patientId} ]] |
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html
new file mode 100644
index 0000000..3f2a11b
--- /dev/null
+++ b/src/main/resources/templates/statistics.html
@@ -0,0 +1,24 @@
+
+
+
+
+ ETL-Prozessor
+
+
+
+
+
+ Statistiken
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3