From 956a31db8fdbf5407071b0ca0a348236cd24b5ca Mon Sep 17 00:00:00 2001 From: Simon Kinane Date: Wed, 14 Sep 2022 16:00:57 +0100 Subject: [PATCH] uspot: Improve HTML for captive portal UI Signed-off-by: Simon Kinane --- .../uspot/files/usr/share/uspot/credentials.uc | 14 +++++++++----- .../ucentral/uspot/files/usr/share/uspot/error.uc | 3 ++- .../ucentral/uspot/files/usr/share/uspot/radius.uc | 14 +++++++++----- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/feeds/ucentral/uspot/files/usr/share/uspot/credentials.uc b/feeds/ucentral/uspot/files/usr/share/uspot/credentials.uc index a193e77f4..147a0da6b 100644 --- a/feeds/ucentral/uspot/files/usr/share/uspot/credentials.uc +++ b/feeds/ucentral/uspot/files/usr/share/uspot/credentials.uc @@ -3,14 +3,18 @@ Content-Type: text/html {{ header }} {% if (error): %} -

Invalid credentials

+

Invalid credentials

{% endif %}
- -
- - + + + + + + + +
diff --git a/feeds/ucentral/uspot/files/usr/share/uspot/error.uc b/feeds/ucentral/uspot/files/usr/share/uspot/error.uc index f4107f4d1..3ef3f4ecb 100644 --- a/feeds/ucentral/uspot/files/usr/share/uspot/error.uc +++ b/feeds/ucentral/uspot/files/usr/share/uspot/error.uc @@ -3,6 +3,7 @@ Content-Type: text/html {{ header }} -

An Error occured, please try again

+

An Error occured

+

Please try again

{{ footer }} diff --git a/feeds/ucentral/uspot/files/usr/share/uspot/radius.uc b/feeds/ucentral/uspot/files/usr/share/uspot/radius.uc index 997eb1497..6b67ce7e7 100644 --- a/feeds/ucentral/uspot/files/usr/share/uspot/radius.uc +++ b/feeds/ucentral/uspot/files/usr/share/uspot/radius.uc @@ -3,14 +3,18 @@ Content-Type: text/html {{ header }} {% if (error): %} -

Invalid credentials

+

Invalid credentials

{% endif %}
- -
- - + + + + + + + +