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
|
||||
Created on : 18 oct. 2021, 11:09:26
|
||||
Author : Chelloug.Eliass
|
||||
Author : thomas.millot
|
||||
--%>
|
||||
|
||||
<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>
|
||||
|
||||
<%@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>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<%--
|
||||
Document : ModifProfilJSP
|
||||
Created on : 18 oct. 2021, 11:10:01
|
||||
Author : Chelloug.Eliass
|
||||
Author : thomas.millot
|
||||
--%>
|
||||
|
||||
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<%--
|
||||
Document : ProfilJSP
|
||||
Created on : 18 oct. 2021, 11:09:44
|
||||
Author : Chelloug.Eliass
|
||||
Author : thomas.millot
|
||||
--%>
|
||||
|
||||
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user