Compare commits
No commits in common. "761e62ebe0aba65d42fa1077fe16051e5531eab8" and "d74c04a97dca21295b1358c90e8658d8d3564dd3" have entirely different histories.
761e62ebe0
...
d74c04a97d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
/nbproject/private/
|
|
||||||
/build/
|
|
@ -1,26 +1,17 @@
|
|||||||
<%--
|
<%--
|
||||||
Document : authentificationJSP
|
Document : authentificationJSP
|
||||||
Created on : 18 oct. 2021, 11:09:26
|
Created on : 18 oct. 2021, 11:09:26
|
||||||
Author : Chelloug.Eliass
|
Author : thomas.millot
|
||||||
--%>
|
--%>
|
||||||
|
|
||||||
<div id="contenu">
|
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
||||||
<h2>Merci de vous identifier pour acceder aux dossiers</h2>
|
<!DOCTYPE html>
|
||||||
<form name="frmIdentification" method="POST" action="index.php?choixTraitement=connexion&action=valideConnexion">
|
<html>
|
||||||
<fieldset><legend>Identification utilisateur</legend>
|
<head>
|
||||||
<br /><br />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<label for="nom">Nom du compte</label>
|
<title>JSP Page</title>
|
||||||
<input id="login" type="text" name="login" size="30" maxlength="45" placeholder="Entrez votre nom d'Utilisateur">
|
</head>
|
||||||
</p>
|
<body>
|
||||||
<p>
|
<h1>Hello World!</h1>
|
||||||
<label for="mdp">Mot de passe</label>
|
</body>
|
||||||
<input id="mdp" type="password" name="mdp" size="30" maxlength="45" placeholder="Entrez votre Mot de Passe">
|
</html>
|
||||||
</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 : Chelloug.Eliass
|
Author : thomas.millot
|
||||||
--%>
|
--%>
|
||||||
|
|
||||||
<%@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 : Chelloug.Eliass
|
Author : thomas.millot
|
||||||
--%>
|
--%>
|
||||||
|
|
||||||
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user