This commit is contained in:
elliass.chelloug 2021-10-18 14:48:39 +02:00
parent f008779cbe
commit 2fa67490d9
4 changed files with 25 additions and 14 deletions

2
.gitignore vendored Normal file
View File

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

View File

@ -1,17 +1,26 @@
<%--
Document : authentificationJSP
Created on : 18 oct. 2021, 11:09:26
Author : thomas.millot
Author : Chelloug.Eliass
--%>
<%@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>Hello World!</h1>
</body>
</html>
<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>

View File

@ -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"%>

View File

@ -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"%>