From 1dd2495a2e20f5046e3c9910db7162f7c4f85b9a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 31 Dec 2023 19:22:16 +0100 Subject: [PATCH] better like that --- API/ZONE.sh | 6 ----- templates/register.html | 46 +++++++++++++++++++++++++++++---------- templates/saltpepper.http | 2 +- tools/mailjet.sh | 2 +- 4 files changed, 36 insertions(+), 20 deletions(-) diff --git a/API/ZONE.sh b/API/ZONE.sh index 1e696e09b..bd54c7f72 100755 --- a/API/ZONE.sh +++ b/API/ZONE.sh @@ -132,12 +132,6 @@ sed -i '$ d' ~/.zen/tmp/${MOATS}.http ## REMOVE LAST ',' echo ']}' >> ~/.zen/tmp/${MOATS}.http -## UMAP LEVEL -if [[ $UMAP == "ONE" ]]; then - - -fi - ### SEND RESPONSE ON PORT cat ~/.zen/tmp/${MOATS}.http | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 & diff --git a/templates/register.html b/templates/register.html index 62fa51fdb..0629e2ec1 100644 --- a/templates/register.html +++ b/templates/register.html @@ -56,12 +56,19 @@ header { color: black; } +#toggleConsoleButton { + position: fixed; + top: 10px; + left: 10px; + cursor: pointer; +} + #console { visibility: hidden; background: rgba(0, 0, 0, 0.9); /* Adjust the background color and opacity as needed */ color: white; - width: 570px; - height: 480px; + width: 80%; + height: 45%; position: absolute; bottom: 0; left: 0; @@ -98,15 +105,29 @@ input[name="uplanet"] { - +
@@ -119,7 +140,7 @@ input[name="uplanet"] { --> - +