diff --git a/rdgenerator/templates/generator.html b/rdgenerator/templates/generator.html index 02de78d..d504ef3 100644 --- a/rdgenerator/templates/generator.html +++ b/rdgenerator/templates/generator.html @@ -150,6 +150,58 @@ border-radius: 4px; display: inline-block; margin-left: 10px; + } + + .password-requirement { + display: none; /* Hidden by default */ + color: orange; + font-size: 0.9em; + margin-top: 5px; + } + + .sponsor-button { + display: inline-flex; + align-items: center; + background: linear-gradient(135deg, #00457C 0%, #0079C1 100%); + color: white; + padding: 12px 28px; + border-radius: 50px; + text-decoration: none; + font-weight: 600; + font-size: 16px; + letter-spacing: 0.5px; + transition: all 0.3s ease; + box-shadow: 0 4px 15px rgba(0, 69, 124, 0.2); + border: 2px solid rgba(255, 255, 255, 0.1); + text-transform: uppercase; + } + + .sponsor-button:hover { + transform: translateY(-2px); + box-shadow: 0 8px 25px rgba(0, 69, 124, 0.3); + background: linear-gradient(135deg, #005AA7 0%, #0095EA 100%); + border-color: rgba(255, 255, 255, 0.2); + } + + .sponsor-button i { + margin-right: 12px; + font-size: 20px; + background: white; + color: #00457C; + padding: 8px; + border-radius: 50%; + width: 20px; + height: 20px; + display: flex; + align-items: center; + justify-content: center; + transition: all 0.3s ease; + } + + .sponsor-button:hover i { + transform: rotate(360deg); + color: #0095EA; + } @@ -233,6 +285,7 @@ {{ form.runasadmin }}

{{ form.passApproveMode }}

+
To use the hide connection window feature, please set a permanent password.
{{ form.permanentPassword }} *The password is used as default, but can be changed by the client

@@ -263,7 +316,7 @@

Permissions

- The following Permissions can be set as default (the user can change the settins) or override (the settings cannot be changed).
+ The following Permissions can be set as default (the user can change the settings) or override (the settings cannot be changed).
{{ form.permissionsDorO }} {{ form.permissionsType }}

@@ -298,10 +351,24 @@
- Source Code on github -
+
+ +
+
+ +