diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e35ea9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/nbproject/private/ +/build/ diff --git a/web/WEB-INF/AuthentificationJSP.jsp b/web/WEB-INF/AuthentificationJSP.jsp index 67c530e..3593709 100644 --- a/web/WEB-INF/AuthentificationJSP.jsp +++ b/web/WEB-INF/AuthentificationJSP.jsp @@ -1,17 +1,26 @@ <%-- Document : authentificationJSP Created on : 18 oct. 2021, 11:09:26 - Author : thomas.millot + Author : Chelloug.Eliass --%> +<%@include file="jspf/enteteJSPF.jspf" %> +
+

Merci de vous identifier pour acceder aux dossiers

+
+
Identification utilisateur +

+ + +

+

+ + +



+ + +

+
+
+

+
-<%@page contentType="text/html" pageEncoding="UTF-8"%> - - - - - JSP Page - - -

Hegerghtehrteh

- - diff --git a/web/WEB-INF/ModifProfilJSP.jsp b/web/WEB-INF/ModifProfilJSP.jsp index 9587ac0..f85a6a3 100644 --- a/web/WEB-INF/ModifProfilJSP.jsp +++ b/web/WEB-INF/ModifProfilJSP.jsp @@ -1,7 +1,7 @@ <%-- Document : ModifProfilJSP Created on : 18 oct. 2021, 11:10:01 - Author : thomas.millot + Author : Chelloug.Eliass --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> diff --git a/web/WEB-INF/ProfilJSP.jsp b/web/WEB-INF/ProfilJSP.jsp index 5fd3379..adb3a25 100644 --- a/web/WEB-INF/ProfilJSP.jsp +++ b/web/WEB-INF/ProfilJSP.jsp @@ -1,7 +1,7 @@ <%-- Document : ProfilJSP Created on : 18 oct. 2021, 11:09:44 - Author : thomas.millot + Author : Chelloug.Eliass --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> diff --git a/web/WEB-INF/jspf/enteteJSPF.jspf b/web/WEB-INF/jspf/enteteJSPF.jspf index 51c7697..9282886 100644 --- a/web/WEB-INF/jspf/enteteJSPF.jspf +++ b/web/WEB-INF/jspf/enteteJSPF.jspf @@ -3,41 +3,9 @@ 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