From 56355e857bcb851c5143faf5f5e744986a39c650 Mon Sep 17 00:00:00 2001 From: "thomas.millot" Date: Mon, 18 Oct 2021 14:51:37 +0200 Subject: [PATCH] --- web/WEB-INF/AuthentificationJSP.jsp | 2 +- web/WEB-INF/jspf/enteteJSPF.jspf | 46 +++++++++++++++++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/web/WEB-INF/AuthentificationJSP.jsp b/web/WEB-INF/AuthentificationJSP.jsp index bb46075..67c530e 100644 --- a/web/WEB-INF/AuthentificationJSP.jsp +++ b/web/WEB-INF/AuthentificationJSP.jsp @@ -12,6 +12,6 @@ JSP Page -

Hello World!

+

Hegerghtehrteh

diff --git a/web/WEB-INF/jspf/enteteJSPF.jspf b/web/WEB-INF/jspf/enteteJSPF.jspf index a02f8a3..51c7697 100644 --- a/web/WEB-INF/jspf/enteteJSPF.jspf +++ b/web/WEB-INF/jspf/enteteJSPF.jspf @@ -1,3 +1,43 @@ -<%-- any content can be specified here e.g.: --%> -<%@ page pageEncoding="UTF-8" %> -

Hello World!

+ + + + SDIS29 + + + + + + + ');"> +
+
+ +
+'; + if ($_SESSION['statut']==2) + {echo ' +
  • parametres|
  • +
  • gardes|
  • ';} + if ($_SESSION['statut']==3) + {echo ' +
  • interventions|
  • ';} + echo ' +
  • pompiers|
  • +
  • Bienvenue '.$_SESSION['prenom'].' '.strtoupper($_SESSION['nom']).'
  • +
  • déconnexion
  • + '; + } +?> +

    SDIS29 : gestion des gardes et des interventions

    +
    +

    '.$_SESSION['adr1'].'
    '.$_SESSION['adr2'].'
    '.$_SESSION['adr3'].'
    '.$_SESSION['adr4'].'

    +
    ';}?> +
    + \ No newline at end of file