From 885c93b79a4bc9671603941bd3a658fed38a788c Mon Sep 17 00:00:00 2001 From: vbochet <vbochet@gmail.com> Date: Thu, 28 Apr 2016 10:45:26 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20de=20la=20vue=20de=20la=20page?= =?UTF-8?q?=20de=20succ=C3=A8s=20d'ajout=20de=20partie=20pour=20prendre=20?= =?UTF-8?q?en=20compte=20le=20design?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/Partie/displayValid.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/app/view/Partie/displayValid.html b/app/view/Partie/displayValid.html index 566549b..25c7d37 100644 --- a/app/view/Partie/displayValid.html +++ b/app/view/Partie/displayValid.html @@ -1,10 +1,11 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <title>Title</title> -</head> -<body> -</body> -</html> \ No newline at end of file +<?php $page_title = "Formulaire d'ajout de partie"; + $RACINE = "../.."; ?> +<?php include(ROOT."/app/view/Includes/header.include.html"); ?> + + <article class="msg-valide"><h2>La partie a été enregistrée !</h2></article> + <article> + <p>:)</p> + </article> + +<?php include(ROOT."/app/view/Includes/footer.include.html"); ?> \ No newline at end of file -- GitLab