From 3256134a3903c21a1be1dece9c6a9eb664870fc1 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Wed, 26 Aug 2026 21:56:10 +0200 Subject: [PATCH] better process for the dispalying of the process --- Website/templates/schnell_buchung.html | 159 +++++++++++-------------- 1 file changed, 71 insertions(+), 88 deletions(-) diff --git a/Website/templates/schnell_buchung.html b/Website/templates/schnell_buchung.html index 78353eb..267dc44 100644 --- a/Website/templates/schnell_buchung.html +++ b/Website/templates/schnell_buchung.html @@ -71,7 +71,6 @@ line-height: 1.65; } - /* Formular Styles */ .booking-review__form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); @@ -163,7 +162,7 @@ margin-top: 1.5rem; } - /* NEU: Loading State & Fortschrittsbalken UI */ + /* Loading State UI (1:30 Min Process) */ #setup-loading-state, #setup-success-state { display: none; @@ -173,13 +172,13 @@ .progress-wrapper { width: 100%; - max-width: 480px; + max-width: 520px; margin: 2.5rem auto 1rem; } .progress-bar-container { width: 100%; - height: 16px; + height: 18px; background: #e8f4f4; border-radius: 999px; overflow: hidden; @@ -191,23 +190,23 @@ width: 0%; background: linear-gradient(90deg, #166271, #1b8a3e); border-radius: 999px; - transition: width 0.5s ease-out, background-color 0.3s; + transition: width 0.4s ease-out; } .progress-percent { - font-size: 1.5rem; + font-size: 1.6rem; font-weight: 800; color: #173a42; margin-top: 0.8rem; - font-variant-numeric: tabular-nums; /* Sorgt dafür, dass die Zahlen beim Hochzählen nicht wackeln */ + font-variant-numeric: tabular-nums; } .status-messages { - font-size: 1.1rem; - color: #5e757d; + font-size: 1.05rem; + color: #166271; font-weight: 600; - height: 2rem; - margin-top: 1.5rem; + min-height: 2.5rem; + margin-top: 1.2rem; transition: color 0.3s; } @@ -270,7 +269,6 @@ .booking-review__actions .btn { width: 100%; min-width: 0; } } - /* Verstecke UI-Elemente beim Drucken */ @media print { header, footer, nav, .booking-review__actions { display: none !important; } body { background: white; } @@ -283,9 +281,7 @@
- - - +
Buchung prüfen & abschließen

{{ title }}

@@ -380,14 +376,11 @@
- - - +

Instanz wird bereitgestellt

-

Ihre Umgebung wird isoliert aufgesetzt und Zertifikate werden generiert.

+

Ihre isolierte Umgebung wird eingerichtet, SSL-Zertifikate ausgestellt und Datenbanken initialisiert.

-
@@ -395,17 +388,15 @@
0%
-
Validierung der Daten...
-

Bitte schließen Sie dieses Fenster nicht. Dies dauert etwa 30 bis 45 Sekunden.

+
Starte Tenant Watcher...
+

Bitte lassen Sie dieses Fenster geöffnet. Die automatische Einrichtung dauert ca. 1:30 Minuten.

- - - +
✓

Ihre Schule ist online!

-

Das Setup wurde erfolgreich abgeschlossen. Ihre Rechnung wurde an die angegebene E-Mail-Adresse versandt.

+

Das Setup wurde erfolgreich abgeschlossen. Ihre Rechnung sowie Zugangsdaten wurden zusätzlich per E-Mail versandt.

Aus Datenschutzgründen (AVV) müssen Sie das generierte Passwort nach dem ersten Login zwingend ändern! @@ -413,8 +404,8 @@

Login-URL:
-

-

Benutzername (Admin): -

-

Initial-Passwort: -

+

Benutzername (Admin): admin

+

Initial-Passwort: admin123

@@ -433,7 +424,6 @@