From bcd9d5c9afc0fb921a7ae87fbbd969d0094bdf2f Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Fri, 13 Sep 2024 17:15:20 +0200 Subject: [PATCH] ui: Style info/error templates + disable shutdown on swap in progress. --- basicswap/templates/error.html | 132 ++++++++++++++++++++++++++++++--- basicswap/templates/info.html | 132 ++++++++++++++++++++++++++++++--- 2 files changed, 242 insertions(+), 22 deletions(-) diff --git a/basicswap/templates/error.html b/basicswap/templates/error.html index 84fb999..7ddbfc8 100644 --- a/basicswap/templates/error.html +++ b/basicswap/templates/error.html @@ -1,13 +1,123 @@ - - - - (BSX) BasicSwap - v{{ version }} - - -

{{ title_str }}

-

Info: {{ message_str }}

-

home

- - \ No newline at end of file + + + + + + + + + + (BSX) BasicSwap - Info + + + +
+
+ + + + + +
+

ERROR:

+

{{ message_str }}

+ Home +
+

+ Need help? + Help / Tutorials +

+

+ {{ title }} +

+
+
+ + + diff --git a/basicswap/templates/info.html b/basicswap/templates/info.html index 84fb999..ef77ed4 100644 --- a/basicswap/templates/info.html +++ b/basicswap/templates/info.html @@ -1,13 +1,123 @@ - - - - (BSX) BasicSwap - v{{ version }} - - -

{{ title_str }}

-

Info: {{ message_str }}

-

home

- - \ No newline at end of file + + + + + + + + + + (BSX) BasicSwap - Info + + + +
+
+ + + + + +
+

INFO:

+

{{ message_str }}

+ Home +
+

+ Need help? + Help / Tutorials +

+

+ {{ title }} +

+
+
+ + +