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