From ef18c5f848a5e4d1239bdc1d89e0cc9f75a10512 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 8 Aug 2019 23:02:03 +0200 Subject: feature : terminal style option + bug fix : externallinkblank missing underscore --- app/view/templates/admin.php | 57 +++++++++++++++++++++++++++++++++++-------- app/view/templates/home.php | 3 +++ app/view/templates/layout.php | 14 ++++++++--- 3 files changed, 60 insertions(+), 14 deletions(-) (limited to 'app/view') diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php index 3eba1c4..c1d7ff4 100644 --- a/app/view/templates/admin.php +++ b/app/view/templates/admin.php @@ -158,6 +158,10 @@ + + + +

CSS

@@ -166,19 +170,48 @@ - + + +
+ + + + + + + +
+ +

Interface

+ +

Set interface Style

+ +
+ + + +

Tracking

@@ -190,6 +223,10 @@
+ + + +
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 17dfc2d..e41c2cc 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -43,6 +43,9 @@
+ + +

diff --git a/app/view/templates/layout.php b/app/view/templates/layout.php index b054791..3c38be4 100644 --- a/app/view/templates/layout.php +++ b/app/view/templates/layout.php @@ -1,17 +1,23 @@ + - + - - + <?= $title ?> + '; + } + ?>