From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- .../cms-special/admin-v2/home/all/db.json | 178 +++++++++++++++++++++ .../cms-special/admin-v2/home/all/index.php | 4 + .../cms-special/admin-v2/home/appearance/index.php | 45 ++++++ .../cms-special/admin-v2/home/data/index.php | 27 ++++ .../admin-v2/home/housekeeping/index.php | 27 ++++ Neutron-trunk/cms-special/admin-v2/home/index.php | 58 +++++++ 6 files changed, 339 insertions(+) create mode 100644 Neutron-trunk/cms-special/admin-v2/home/all/db.json create mode 100644 Neutron-trunk/cms-special/admin-v2/home/all/index.php create mode 100644 Neutron-trunk/cms-special/admin-v2/home/appearance/index.php create mode 100644 Neutron-trunk/cms-special/admin-v2/home/data/index.php create mode 100644 Neutron-trunk/cms-special/admin-v2/home/housekeeping/index.php create mode 100644 Neutron-trunk/cms-special/admin-v2/home/index.php (limited to 'Neutron-trunk/cms-special/admin-v2/home') diff --git a/Neutron-trunk/cms-special/admin-v2/home/all/db.json b/Neutron-trunk/cms-special/admin-v2/home/all/db.json new file mode 100644 index 0000000..8a6ad37 --- /dev/null +++ b/Neutron-trunk/cms-special/admin-v2/home/all/db.json @@ -0,0 +1,178 @@ +[ + { + "name": "pages", + "id": 0, + "icon": "insert_drive_file", + "items": [ + { + "name": "list", + "id": 0, + "icon": "list_alt", + "page": "pages" + }, + { + "name": "create", + "id": 1, + "icon": "add", + "page": "pages/add" + } + ] + }, + { + "name": "gallery", + "id": 1, + "icon": "photo", + "items": [ + { + "name": "list", + "id": 2, + "icon": "photo_library", + "page": "gallery" + }, + { + "name": "add", + "id": 3, + "icon": "add_photo_alternate", + "page": "gallery/publish" + }, + { + "name": "category", + "id": 4, + "icon": "local_offer", + "page": "gallery/addcategory" + }, + { + "name": "userspace", + "id": 5, + "icon": "image_search", + "page": "../gallery" + } + ] + }, + { + "name": "calendar", + "id": 2, + "icon": "event", + "items": [ + { + "name": "all", + "id": 6, + "icon": "event", + "page": "calendar" + }, + { + "name": "create", + "id": 7, + "icon": "event_available", + "page": "calendar/add" + }, + { + "name": "userspace", + "id": 8, + "icon": "event_note", + "page": "../calendar" + } + ] + }, + { + "name": "plugins", + "id": 3, + "icon": "extension", + "items": [ + { + "name": "all", + "id": 9, + "icon": "extension", + "page": "plugins" + } + ] + }, + { + "name": "technical", + "id": 4, + "icon": "build_circle", + "items": [ + { + "name": "all", + "id": 12, + "icon": "engineering", + "page": "advanced" + }, + { + "name": "advanced", + "id": 13, + "icon": "build_circle", + "page": "advanced/jsonconf" + } + ] + }, + { + "name": "data", + "id": 5, + "icon": "pie_chart", + "items": [ + { + "name": "reset", + "id": 15, + "icon": "delete", + "page": "reset" + }, + { + "name": "stats", + "id": 16, + "icon": "pie_chart", + "page": "stats" + }, + { + "name": "logs", + "id": 17, + "icon": "subject", + "page": "logs" + } + ] + }, + { + "name": "updates", + "id": 6, + "icon": "cloud_download", + "items": [ + { + "name": "info", + "id": 19, + "icon": "info", + "page": "about" + } + ] + }, + { + "name": "apparence", + "id": 7, + "icon": "brush", + "items": [ + { + "name": "general", + "id": 22, + "icon": "brush", + "page": "appearance" + }, + { + "name": "theme", + "id": 23, + "icon": "palette", + "page": "customization" + }, + { + "name": "language", + "id": 26, + "icon": "language", + "page": "language" + }, + { + "name": "flags", + "id": 27, + "icon": "flag", + "page": "flags" + } + ] + } +] diff --git a/Neutron-trunk/cms-special/admin-v2/home/all/index.php b/Neutron-trunk/cms-special/admin-v2/home/all/index.php new file mode 100644 index 0000000..f844070 --- /dev/null +++ b/Neutron-trunk/cms-special/admin-v2/home/all/index.php @@ -0,0 +1,4 @@ + + + "Tableau de bord", "headerName" => "Tableau de bord" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> +
+ /cms-special/admin/home" class="mdc-button mdc-button--outlined"> +
+ + +
+ +

+ + +
+ \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/home/data/index.php b/Neutron-trunk/cms-special/admin-v2/home/data/index.php new file mode 100644 index 0000000..29205dc --- /dev/null +++ b/Neutron-trunk/cms-special/admin-v2/home/data/index.php @@ -0,0 +1,27 @@ + + "Tableau de bord", "headerName" => "Tableau de bord" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> +
+ /cms-special/admin/home" class="mdc-button mdc-button--outlined"> +
+ + +
+ +

+ + +
+ \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/home/housekeeping/index.php b/Neutron-trunk/cms-special/admin-v2/home/housekeeping/index.php new file mode 100644 index 0000000..8c0deae --- /dev/null +++ b/Neutron-trunk/cms-special/admin-v2/home/housekeeping/index.php @@ -0,0 +1,27 @@ + + "Tableau de bord", "headerName" => "Tableau de bord" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> +
+ /cms-special/admin/home" class="mdc-button mdc-button--outlined"> +
+ + +
+ +

+ + +
+ \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/home/index.php b/Neutron-trunk/cms-special/admin-v2/home/index.php new file mode 100644 index 0000000..327ab36 --- /dev/null +++ b/Neutron-trunk/cms-special/admin-v2/home/index.php @@ -0,0 +1,58 @@ + + "Tableau de bord", "headerName" => "Tableau de bord" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> +
+ /Switch Language" href="/cms-special/admin/language" class="material-icons-outlined mdc-top-app-bar__navigation-icon mdc-icon-button" id="language-selector">translate + +

+ + + +
+ + +
+ + +
+   + /cms-special/admin/logout" class="mdc-button mdc-button--outlined"> +
+ + +
+   + /?source=admin" target="_blank" class="mdc-button mdc-button--outlined"> +
+ + +
+
+ -- cgit