From 73e2d40ee0d82c9d68eca8db35b323db77eb5713 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 17 Mar 2020 12:20:58 +0100 Subject: move deepsearch into pages list --- app/view/templates/home.php | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'app/view/templates/home.php') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 1d15a8d..8078d4a 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -19,22 +19,6 @@ $this->insert('homemenu', ['user' => $user, 'opt' => $opt, 'optlist' => $optlist, 'pagelist' => $pagelist, 'faviconlist' => $faviconlist, 'thumbnaillist' => $thumbnaillist, 'editorlist' => $editorlist, 'colors' => $colors]); ?> -
-
- - > - - > - - > - - > - - > - - -
-
@@ -48,6 +32,24 @@

Pages ()

+ +
+
+ + > + + > + + > + + > + + > + + +
+
+
-- cgit v1.2.3 From 7d1b16dce7e435caefd39975ca68a08c4f79fc03 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 23 Mar 2020 16:19:48 +0100 Subject: map integration in home --- app/view/templates/home.php | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'app/view/templates/home.php') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 8078d4a..204864f 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -30,8 +30,37 @@
-

Pages ()

+

Pages () >list / >map

+ + + + + +
+
+ + + + + + + +
+ +
+ + + + + + +
@@ -161,6 +190,8 @@
+ + -- cgit v1.2.3 From 1a93d70c938f3ae2b050f3a102c961cf1cc3cefc Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 23 Mar 2020 21:04:15 +0100 Subject: filter map and orphans hide --- app/view/templates/home.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/view/templates/home.php') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 204864f..33bca81 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -30,7 +30,7 @@
-

Pages () >list / >map

+

Pages () >list / >map

@@ -39,12 +39,12 @@
- - + > + - +
@@ -134,7 +134,7 @@ - + issupereditor()) { ?> -- cgit v1.2.3 From d17713051ca2fef29de8025fe876d417838cea7f Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 25 Mar 2020 19:53:38 +0100 Subject: graph look, add redirections, close #50 --- app/view/templates/home.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'app/view/templates/home.php') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 33bca81..482ce17 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -24,7 +24,7 @@
- insert('homeopt', ['opt' => $opt, 'user' => $user]) ?> + insert('homeopt', ['opt' => $opt, 'user' => $user, 'display' => $display]) ?>
@@ -39,8 +39,10 @@
- > - + > + + > + -- cgit v1.2.3