From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- .../admin-v2/gallery/addcategory/index.php | 39 ++++ .../cms-special/admin-v2/gallery/index.php | 218 +++++++++++++++++++++ .../cms-special/admin-v2/gallery/publish/index.php | 57 ++++++ 3 files changed, 314 insertions(+) create mode 100644 Neutron-trunk/cms-special/admin-v2/gallery/addcategory/index.php create mode 100644 Neutron-trunk/cms-special/admin-v2/gallery/index.php create mode 100644 Neutron-trunk/cms-special/admin-v2/gallery/publish/index.php (limited to 'Neutron-trunk/cms-special/admin-v2/gallery') diff --git a/Neutron-trunk/cms-special/admin-v2/gallery/addcategory/index.php b/Neutron-trunk/cms-special/admin-v2/gallery/addcategory/index.php new file mode 100644 index 0000000..68451fc --- /dev/null +++ b/Neutron-trunk/cms-special/admin-v2/gallery/addcategory/index.php @@ -0,0 +1,39 @@ + + "Nouvelle catégorie - Galerie de photos", "headerName" => "Nouvelle catégorie" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> +
+ "> +

+

+
+ + + \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/gallery/index.php b/Neutron-trunk/cms-special/admin-v2/gallery/index.php new file mode 100644 index 0000000..7623820 --- /dev/null +++ b/Neutron-trunk/cms-special/admin-v2/gallery/index.php @@ -0,0 +1,218 @@ + + "Galerie de photos", "headerName" => "Galerie de photos" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> + +

+ +

+ + +

+ + + + diff --git a/Neutron-trunk/cms-special/admin-v2/gallery/publish/index.php b/Neutron-trunk/cms-special/admin-v2/gallery/publish/index.php new file mode 100644 index 0000000..e2768ac --- /dev/null +++ b/Neutron-trunk/cms-special/admin-v2/gallery/publish/index.php @@ -0,0 +1,57 @@ + + "Nouvelle photo - Galerie de photos", "headerName" => "Nouvelle photo" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> +
+

+

+

+
+ + + \ No newline at end of file -- cgit