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
|
||||
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>
|
||||
|
||||
|
@ -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"%>
|
||||
|
@ -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"%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user