From 3f1cc9d2f523634f870945ebd732565f95598015 Mon Sep 17 00:00:00 2001 From: Loic Masi Date: Fri, 6 Mar 2026 13:46:08 +0100 Subject: [PATCH] Ajout du footer --- Webzine.Documentation/Rapport/equipe 1 - rapport.md | 3 ++- Webzine.WebApplication/Views/Shared/_Footer.cshtml | 13 +++++++++++++ Webzine.WebApplication/Views/Shared/_Layout.cshtml | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 Webzine.WebApplication/Views/Shared/_Footer.cshtml diff --git a/Webzine.Documentation/Rapport/equipe 1 - rapport.md b/Webzine.Documentation/Rapport/equipe 1 - rapport.md index 0912423..76f195f 100644 --- a/Webzine.Documentation/Rapport/equipe 1 - rapport.md +++ b/Webzine.Documentation/Rapport/equipe 1 - rapport.md @@ -17,4 +17,5 @@ 06/03 : - Récupération des modifications depuis 'dev' - Ajout des redirections vers les pages 'Administration' -- Adaptation du layout principal pour adaptation entre public et administration \ No newline at end of file +- Adaptation du layout principal pour adaptation entre public et administration +- Ajout du Footer (sur toutes les pages) \ No newline at end of file diff --git a/Webzine.WebApplication/Views/Shared/_Footer.cshtml b/Webzine.WebApplication/Views/Shared/_Footer.cshtml new file mode 100644 index 0000000..08e1ee0 --- /dev/null +++ b/Webzine.WebApplication/Views/Shared/_Footer.cshtml @@ -0,0 +1,13 @@ +@* + For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 +*@ +@{ +} +
+
+
+ + © ASP .NET Core - DIIAGE 2025 - 2026 +
+
+
\ No newline at end of file diff --git a/Webzine.WebApplication/Views/Shared/_Layout.cshtml b/Webzine.WebApplication/Views/Shared/_Layout.cshtml index 0d6fe8c..ee7cb0d 100644 --- a/Webzine.WebApplication/Views/Shared/_Layout.cshtml +++ b/Webzine.WebApplication/Views/Shared/_Layout.cshtml @@ -15,7 +15,7 @@ -
+
@@ -26,6 +26,7 @@ }
+
\ No newline at end of file