Compare commits
3 Commits
d74c04a97d
...
761e62ebe0
Author | SHA1 | Date | |
---|---|---|---|
|
761e62ebe0 | ||
|
0450b70925 | ||
|
2fa67490d9 |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/nbproject/private/
|
||||||
|
/build/
|
@ -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>
|
||||||
|
|
||||||
|
@ -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"%>
|
||||||
|
@ -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"%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user