From 3e8510e0511a39ff7af6e32d466872add5580fe3 Mon Sep 17 00:00:00 2001 From: Ansyth <tanguy.charles@ensiie.fr> Date: Sat, 7 Dec 2019 14:13:43 +0100 Subject: [PATCH] =?UTF-8?q?m=C3=A0j?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bibliotheque.php | 3 ++- public/espace_perso.php | 1 + public/image_alea.php | 3 ++- public/index.php | 1 + public/js/ajax.js | 4 +++- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/public/bibliotheque.php b/public/bibliotheque.php index 7eedb53..dad6af1 100644 --- a/public/bibliotheque.php +++ b/public/bibliotheque.php @@ -42,7 +42,8 @@ urlHasArgument(); <html> -<?php generateHeader('Bibliothèque'); ?> +<?php generateHeader('Bibliothèque'); + generateUserBanner();?> <body onload="startviewer()"> <!-- génération des bannières --> <?php diff --git a/public/espace_perso.php b/public/espace_perso.php index b7bf206..41b5252 100644 --- a/public/espace_perso.php +++ b/public/espace_perso.php @@ -41,6 +41,7 @@ $listeCDCperso = $coupdecoeurRepository->fetchByIdUser($_SESSION["id_user"]); <html> <?php generateHeader('espace perso'); + generateUserBanner(); ?> <body onload="startDisplayer('CDClist', 'CDCdisplayArea'); startDisplayer('Reviewlist', 'ReviewdisplayArea')" style="text-align: center; background-image:url('./ressources/background/test2.jpeg'); diff --git a/public/image_alea.php b/public/image_alea.php index 09ab199..a60cc12 100644 --- a/public/image_alea.php +++ b/public/image_alea.php @@ -34,7 +34,8 @@ urlHasArgument(); <html> <?php -generateHeader('Image Alea'); + generateHeader('Image Alea'); + generateUserbanner(); ?> <body style="background-image:url('./ressources/background/test2.jpeg'); text-align: center"> <!-- génération des bonnières --> diff --git a/public/index.php b/public/index.php index e92c5f4..03ddd45 100644 --- a/public/index.php +++ b/public/index.php @@ -38,6 +38,7 @@ urlHasArgument(); <html> <?php generateHeader('Pimaza'); + generateUserBanner(); ?> <body style="text-align: center; background-image:url('./ressources/background/test2.jpeg'); diff --git a/public/js/ajax.js b/public/js/ajax.js index e13bc61..8002819 100644 --- a/public/js/ajax.js +++ b/public/js/ajax.js @@ -21,4 +21,6 @@ function ajaxNewReview(userP, photoP, noteP) { function ajaxRemoveReview(userP, photoP) { $.post("ReviewSubmitAction.php", {user: userP, photo: photoP, action: "remove"}) -} \ No newline at end of file +} + +// azedizgejguheif \ No newline at end of file -- GitLab