From adc4aee80f7cd3242f65f0b316af2b560a64712c Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Wed, 7 Dec 2016 11:58:25 +0100 Subject: Change templates set through administration UI --- tpl/default/configure.html | 124 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 tpl/default/configure.html (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html new file mode 100644 index 00000000..94f6df69 --- /dev/null +++ b/tpl/default/configure.html @@ -0,0 +1,124 @@ + + +{include="includes"} + + +{include="page.footer"} + + -- cgit v1.2.3 From a0df06517bada0f811b464017ce385290e02c2bf Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 3 Jan 2017 11:42:21 +0100 Subject: Minor improvements regarding #705 (coding style, unit tests, etc.) --- tpl/default/configure.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 94f6df69..e71133b4 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -25,14 +25,15 @@ - -- cgit v1.2.3 From 04a0e8ea34c241fdf6bd30b11f5242656f9cd1c2 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 3 Jan 2017 12:01:25 +0100 Subject: Updater: keep custom theme preference with the new theme setting --- tpl/default/configure.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index e71133b4..5820e6e4 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -25,11 +25,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Page title:
Title link:
Theme: - -
Timezone:{$timezone_form}
Redirector -
- (e.g. http://anonym.to/? will mask the HTTP_REFERER) -
Security: - - -
New link: - - -
RSS direct links - - -
Hide public links - - -
Update: - - -
Enable REST API - - -
API secret - -
- - -{include="page.footer"} - - -- cgit v1.2.3 From 402b03464812aaec76bc841ca7dacb775baf1e03 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:52:17 +0100 Subject: Introduce the new default Shaarli template --- tpl/default/configure.html | 210 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 tpl/default/configure.html (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html new file mode 100644 index 00000000..a2425601 --- /dev/null +++ b/tpl/default/configure.html @@ -0,0 +1,210 @@ + + + + {include="includes"} + + +{include="page.header"} + +{$ratioLabel='5-12'} +{$ratioLabelMobile='7-8'} +{$ratioInput='7-12'} +{$ratioInputMobile='1-8'} + +
+
+
+
+

{'Configure'|t}

+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ {ignore}FIXME! too hackish, needs to be fixed upstream{/ignore} +
{$timezone_form}
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+ +{include="page.footer"} + + + + + -- cgit v1.2.3 From 7040169069322d72cec4276b7b812291b57a0d40 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 21 Feb 2017 14:16:48 +0100 Subject: Multiple minor improvements and bugfixes regarding the new templates: * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox --- tpl/default/configure.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index a2425601..2f54a085 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -183,6 +183,36 @@ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
-- cgit v1.2.3 From b9b41d25e319f44f9fb8259a0237a8ee81ad394b Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 12 Mar 2017 12:45:32 +0100 Subject: Remove inline JS and add LibreJS headers in JS files Fixes #33 (wow!) Relates to #395 --- tpl/default/configure.html | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 2f54a085..f24ac435 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -222,19 +222,6 @@ {include="page.footer"} - - -- cgit v1.2.3 From 7cea7c7a9a6ab22bb4aa6e81ed111681779eb264 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 12 Mar 2017 13:41:49 +0100 Subject: Theme: Vertical align theme select in configure Fixes #807 --- tpl/default/configure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/default/configure.html') diff --git a/tpl/default/configure.html b/tpl/default/configure.html index f24ac435..d6536d47 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html @@ -55,7 +55,7 @@
- {loop="$theme_available"}
+
+
+
+ +
+
+
+
+ +
+
+
-- cgit v1.2.3 From a89f423dfa0eeb85be41321eb3867348a33665fb Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 7 Nov 2017 20:31:55 +0100 Subject: Remove redirector setting from Configure page This feature is pretty much useless these days as browsers have builtin features to support the thag "
-
-
-
- -
-
-
-
- -
-
-
-- cgit v1.2.3