Compare commits

..

3 Commits

Author SHA1 Message Date
elliass.chelloug
761e62ebe0 2021-10-18 14:51:39 +02:00
elliass.chelloug
0450b70925 Merge origin/master 2021-10-18 14:48:52 +02:00
elliass.chelloug
2fa67490d9 2021-10-18 14:48:39 +02:00
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 Document : authentificationJSP
Created on : 18 oct. 2021, 11:09:26 Created on : 18 oct. 2021, 11:09:26
Author : thomas.millot Author : Chelloug.Eliass
--%> --%>
<%@page contentType="text/html" pageEncoding="UTF-8"%> <div id="contenu">
<!DOCTYPE html> <h2>Merci de vous identifier pour acceder aux dossiers</h2>
<html> <form name="frmIdentification" method="POST" action="index.php?choixTraitement=connexion&action=valideConnexion">
<head> <fieldset><legend>Identification utilisateur</legend>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <br /><br />
<title>JSP Page</title> <label for="nom">Nom du compte</label>
</head> <input id="login" type="text" name="login" size="30" maxlength="45" placeholder="Entrez votre nom d'Utilisateur">
<body> </p>
<h1>Hello World!</h1> <p>
</body> <label for="mdp">Mot de passe</label>
</html> <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 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"%>