From 78cf655f5d894e629e4b4b7b6a5352d7ca6463e5 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 8 Oct 2022 20:19:53 +0100 Subject: [PATCH] update HTML and CSS in /user/site-settings.html template. I did a lot of re-arranging of the settings alongside adding CSS and HTML stuff to template in-general. --- templates/user/site-settings.html | 327 +++++++++++++++++++++++------- 1 file changed, 253 insertions(+), 74 deletions(-) diff --git a/templates/user/site-settings.html b/templates/user/site-settings.html index c898dcd..073341e 100644 --- a/templates/user/site-settings.html +++ b/templates/user/site-settings.html @@ -1,86 +1,265 @@ {% extends "layouts/default.html" %} {% block title %}Nicola Ellis & Ritherdon Archive{% endblock %} {% block content %} -

Site Settings

+
+

Site Settings

-

Sign-Up

-
- - - - -
+
+ + Dashboard + View Dashboard + + + My Account + My Account + + {% if roles.administrator %} + + Manage Accounts + Manage Accounts + + {% endif %} +
-

Nav. Menu

-
- - {% for page in pages %} - - - - {% endfor %} - -
+

Site Name

+
+ +
+ + +
+
-

Home Page

-
- -

Currently set to: {{settings.home-page}}

- +

Currently set to: {{settings.home-page}}

+
+ + +
+
+ +
+ +

Site Logo

+
+ +
+ Site Logo + + +
+
+ +
+ +
+ + + +
+
+ +
+ +

Sign-Up

+

+ Enabling this setting allows anyone to create account. If this + setting is disabled you can still create accounts via the + 'Manage Accounts' link above. +

+
+ +
+ + + +
+
+ +
+ +

Nav. Menu

+
+ {% for page in pages %} - +
+ + + +
{% endfor %} - - -
- -

Site Name

-
- - - -
+
+ + -

Site-Wide Code Snippet

-
- - - -
+
+ +

Favicon

+

+ A Favicon is the little image in the browser tab. +

+
+ +
+ Favicon + + +
+
-

Change Favicon

-Favicon -
- - - -
+
-

Site Logo

-Site Logo -
- - - - -
-
- - - -
+

Site-Wide Code Snippet

+

+ Enter HTML and JavaScript in the text box below and it will be added to + each Page and Archive Entry automatically. The intended use-case for + this is adding a snippet provided by Umami to track page views, device + types and which country the viewer is in. If you are unsure what any of + that means, just ignore this section. +

+
+ + + +
+
{% endblock %}