From ffd4be3630505749c4bab3a185ffbbc5d462c4fa Mon Sep 17 00:00:00 2001 From: "AzureAD\\AniketSaha" Date: Thu, 10 Jul 2025 11:55:26 +0200 Subject: [PATCH] Integrated login and monitoring screen with added features --- templates/control.html | 17 +++++++ templates/login.html | 101 +++++++++++++++++++++++++++++++++++------ 2 files changed, 103 insertions(+), 15 deletions(-) diff --git a/templates/control.html b/templates/control.html index 107f1d0..b47d784 100644 --- a/templates/control.html +++ b/templates/control.html @@ -118,6 +118,20 @@ text-align: center; border-radius: 5px; } + .monitor-link { + color: white; + background-color: #007bff; + padding: 10px 15px; + border-radius: 5px; + text-decoration: none; + font-weight: bold; + transition: background-color 0.3s; + } + +.monitor-link:hover { + background-color: #0056b3; +} + .slider-container { margin-top: 10px; } @@ -133,6 +147,9 @@

Hydraulic Machine Control

+ + Monitor + diff --git a/templates/login.html b/templates/login.html index d8f2a63..2e00382 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,23 +1,94 @@ - + - Login - + + + Login + + +