From 2fa67490d9ecb2c1433232ff6f11c4e038c0b211 Mon Sep 17 00:00:00 2001 From: "elliass.chelloug" <elliass.chelloug@sio211-08.sio.lan> Date: Mon, 18 Oct 2021 14:48:39 +0200 Subject: [PATCH 1/2] --- .gitignore | 2 ++ web/WEB-INF/AuthentificationJSP.jsp | 33 ++++++++++++++++++----------- web/WEB-INF/ModifProfilJSP.jsp | 2 +- web/WEB-INF/ProfilJSP.jsp | 2 +- 4 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 .gitignore 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 bb46075..b38000a 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 --%> -<%@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> + 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"%> From 761e62ebe0aba65d42fa1077fe16051e5531eab8 Mon Sep 17 00:00:00 2001 From: "elliass.chelloug" <elliass.chelloug@sio211-08.sio.lan> Date: Mon, 18 Oct 2021 14:51:39 +0200 Subject: [PATCH 2/2] --- web/WEB-INF/AuthentificationJSP.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/WEB-INF/AuthentificationJSP.jsp b/web/WEB-INF/AuthentificationJSP.jsp index b38000a..79786bf 100644 --- a/web/WEB-INF/AuthentificationJSP.jsp +++ b/web/WEB-INF/AuthentificationJSP.jsp @@ -9,11 +9,11 @@ <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> + <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> + <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">