Merge origin/master

Conflicts:
	web/WEB-INF/AuthentificationJSP.jsp
This commit is contained in:
thomas.millot 2021-10-18 15:11:37 +02:00
commit 5a0ba05682
5 changed files with 27 additions and 48 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/nbproject/private/
/build/

View File

@ -1,17 +1,26 @@
<%-- <%--
Document : authentificationJSP Document : authentificationJSP
Created on : 18 oct. 2021, 11:09:26 Created on : 18 oct. 2021, 11:09:26
Author : thomas.millot Author : Chelloug.Eliass
--%> --%>
<%@include file="jspf/enteteJSPF.jspf" %>
<div id="contenu">
<h2>Merci de vous identifier pour acceder aux dossiers</h2>
<form name="frmIdentification" method="POST" action="index.php?choixTraitement=connexion&action=valideConnexion">
<fieldset><legend>Identification utilisateur</legend>
<br /><br />
<label for="nom">Nom du compte</label>
<input id="login" type="text" name="login" size="30" maxlength="45" placeholder="Entrez votre nom d'Utilisateur">
</p>
<p>
<label for="mdp">Mot de passe</label>
<input id="mdp" type="password" name="mdp" size="30" maxlength="45" placeholder="Entrez votre Mot de Passe">
</p><br /><br />
<input type="submit" name="valider" value="Valider">
<input type="reset" name="annuler" value="Annuler">
</p>
</fieldset>
</form>
<br /><br />
</div>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<h1>Hegerghtehrteh</h1>
</body>
</html>

View File

@ -1,7 +1,7 @@
<%-- <%--
Document : ModifProfilJSP Document : ModifProfilJSP
Created on : 18 oct. 2021, 11:10:01 Created on : 18 oct. 2021, 11:10:01
Author : thomas.millot Author : Chelloug.Eliass
--%> --%>
<%@page contentType="text/html" pageEncoding="UTF-8"%> <%@page contentType="text/html" pageEncoding="UTF-8"%>

View File

@ -1,7 +1,7 @@
<%-- <%--
Document : ProfilJSP Document : ProfilJSP
Created on : 18 oct. 2021, 11:09:44 Created on : 18 oct. 2021, 11:09:44
Author : thomas.millot Author : Chelloug.Eliass
--%> --%>
<%@page contentType="text/html" pageEncoding="UTF-8"%> <%@page contentType="text/html" pageEncoding="UTF-8"%>

View File

@ -3,41 +3,9 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head> <head>
<title>SDIS29</title> <title>SDIS29</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="./styles/styles.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/x-icon" href="./images/favicon.ico" />
<script src="include/proceduresJava.js" type="text/javascript"></script>
</head> </head>
<?php
if (isset($_REQUEST['zFormulaire'])) {$formulaire=$_REQUEST['zFormulaire'];}
if (isset($_REQUEST['zChamp'])) {$champ =$_REQUEST['zChamp'];}
?>
<body onload="donner_focus('<?php echo $formulaire."','".$champ;?>');">
<div id="page"> <div id="page">
<div id="entete"> <div id="entete">
<img src="./images/logo.png" id="logo" alt="SDIS29" title="SDIS 29" /> <img src="./images/LogoSDIS29.jpg" id="logo" alt="SDIS29" title="SDIS 29" />
<div id="sommaire"> <div id="sommaire"></div>
<?php if (isset($_SESSION['idUtilisateur']))
{echo '<ul>';
if ($_SESSION['statut']==2)
{echo '
<li><a href="index.php?choixTraitement=parametres&action=voir" title="parametres">parametres</a>|</li>
<li><a href="index.php?choixTraitement=gardes&action=voir" title="gardes">gardes</a>|</li>';}
if ($_SESSION['statut']==3)
{echo '
<li><a href="index.php?choixTraitement=interventions&action=voir" title="interventions">interventions</a>|</li>';}
echo '
<li><a href="index.php?choixTraitement=pompiers&action=voir&type=a">pompiers</a>|</li>
<li><b>Bienvenue '.$_SESSION['prenom'].' '.strtoupper($_SESSION['nom']).' </b></li>
<li style="text-align:left;"><a href="index.php?choixTraitement=connexion&action=demandeConnexion" title="Se d&eacute;connecter"><img alt="déconnexion" src="images/deconnexion.png" border="0" height="26px"></a></li>
</ul>';
}
?>
<h1>SDIS29 : gestion des gardes et des interventions</h1><img src="./images/sdis.jpg" id="logo" alt="SDIS29" title="SDIS 29" />
</div>
<?php if (isset($_SESSION['adr1']))
{echo '
<div><small><p style="text-align:left;">'.$_SESSION['adr1'].'<br />'.$_SESSION['adr2'].'<br />'.$_SESSION['adr3'].'<br />'.$_SESSION['adr4'].'</p></small>
</div>';}?>
</div>
<!-- fin affichage du menu --> <!-- fin affichage du menu -->