From 90b3efeeb9d939303ff80b180725e06e2e57af79 Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 13 Apr 2023 03:02:57 +0200 Subject: =?UTF-8?q?=C3=A9diteur=20page=20album?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/album.php | 48 +++++++++++++++++++++++++++++++++++++++---- view/discographie.php | 8 ++++---- view/template-formulaires.php | 6 +++--- 3 files changed, 51 insertions(+), 11 deletions(-) (limited to 'view') diff --git a/view/album.php b/view/album.php index 47d771f..e2989dc 100644 --- a/view/album.php +++ b/view/album.php @@ -15,6 +15,14 @@ ob_start(); ?> + +fileListCount; $i++) -
+ +
> +

Modifier cet album

+ + +
+

- + + + + + Retour à la discographie +

+ +

Retour à la discographie

fileListCount; $i++) // éditeur ou bouton "Nouvel album" if($_SESSION['admin'] == 1) { - if(isset($_GET['action']) && $_GET['action'] == 'edition' && $fileCode == '') + if(isset($_GET['action']) && $_GET['action'] === 'edition' && $fileCode === '') { $style = 'class="articleAvecEditeur"'; ?> @@ -112,9 +112,9 @@ for($i = 0; $i < $Albums->fileListCount; $i++) ?>
> fileList[$i]['fileCode'] == $fileCode) { ?> diff --git a/view/template-formulaires.php b/view/template-formulaires.php index 01f86c2..be51df6 100644 --- a/view/template-formulaires.php +++ b/view/template-formulaires.php @@ -43,9 +43,9 @@ ob_start(); ?>
-
+ Infos qui seront affichées dans la page spécifique à cet album:

"); } @@ -53,7 +53,7 @@ if($page == 'discographie') - + -- cgit v1.2.3