From d8b02407afd7ce933d1a9935f5c723a5d47ae368 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 28 Mar 2019 22:03:52 +0100 Subject: graphic update --- app/view/templates/admin.php | 40 ++++++++++++++++++++++++---- app/view/templates/font.php | 16 ++++++++++- app/view/templates/info.php | 59 ++++++++++++++++++++++------------------- app/view/templates/media.php | 2 +- app/view/templates/timeline.php | 14 ++++++++++ app/view/templates/user.php | 13 +++++++++ 6 files changed, 110 insertions(+), 34 deletions(-) (limited to 'app/view/templates') diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php index bd37464..08126a7 100644 --- a/app/view/templates/admin.php +++ b/app/view/templates/admin.php @@ -10,11 +10,19 @@
-

Administration

+
+ +
+ +

Administration

+ +
+ +

Home page

@@ -49,6 +57,10 @@ ?> +
+ +
+

Page creation

@@ -82,6 +94,10 @@ } ?> +
+ +
+

Editing

@@ -89,7 +105,8 @@ -

Render

+ +

Render

@@ -97,7 +114,8 @@
-

Links

+ +

Links

@@ -113,7 +131,7 @@ (This modifications need re-rendering) -

Edit quick menu

+

Edit quick menu

> @@ -137,6 +155,10 @@ } ?> +
+ +
+

CSS

@@ -154,6 +176,9 @@ ?> +
+ +

Tracking

@@ -162,13 +187,18 @@ (Need rendering to work) +
+
+
+ +
- +
diff --git a/app/view/templates/font.php b/app/view/templates/font.php index 3de0dce..6c53023 100644 --- a/app/view/templates/font.php +++ b/app/view/templates/font.php @@ -10,8 +10,11 @@
+
-

Fonts

+ + +
+

Add Font

@@ -31,6 +38,9 @@
+
+ +

Font stock

@@ -55,6 +65,10 @@ foreach ($fontlist as $font ) { ?> +
+ +
+
diff --git a/app/view/templates/info.php b/app/view/templates/info.php index 3203ce6..6e971fb 100644 --- a/app/view/templates/info.php +++ b/app/view/templates/info.php @@ -10,6 +10,34 @@
+ +
+ + + + + + - - - - - - - -
+

Manual

@@ -362,6 +365,8 @@ __content of this page html element__
+
+
diff --git a/app/view/templates/media.php b/app/view/templates/media.php index 1b63b16..cf02ebb 100644 --- a/app/view/templates/media.php +++ b/app/view/templates/media.php @@ -12,7 +12,7 @@
-

Explorer

+

Explorer

diff --git a/app/view/templates/timeline.php b/app/view/templates/timeline.php index fcf8afd..874b953 100644 --- a/app/view/templates/timeline.php +++ b/app/view/templates/timeline.php @@ -14,6 +14,10 @@
+
+ +
+

Timeline

    @@ -68,6 +72,12 @@ foreach ($groupedeventlist as $eventuser) {
+
+ +
+ +

Message

+
@@ -83,6 +93,10 @@ foreach ($groupedeventlist as $eventuser) { +
+ +
+ diff --git a/app/view/templates/user.php b/app/view/templates/user.php index 0f9ac7b..7512267 100644 --- a/app/view/templates/user.php +++ b/app/view/templates/user.php @@ -10,6 +10,9 @@
+
+ +

User : id() ?>

@@ -26,8 +29,13 @@ +
+ + isadmin()) { ?> +
+

Admin panel

@@ -110,9 +118,14 @@ foreach ($userlist as $user ) {
+ + + + + -- cgit v1.2.3