Merge origin/master

Conflicts:
	web/WEB-INF/AuthentificationJSP.jsp
This commit is contained in:
thomas.millot
2021-10-21 14:13:15 +02:00
parent 1a26976d0a
commit 0ec37013ed
3 changed files with 136 additions and 10 deletions

View File

@@ -9,10 +9,8 @@
<!-- Affichage du formulaire si l'utilisateur ne s'est pas encore authentifi<66> -->
<div id="contenu">
<h2>Merci de vous identifier pour acceder aux dossiers</h2>
<form name="frmIdentification" method="POST" action="Authentif">
<c:choose>
<c:when test="${empty param.ztPseudo}">
<h2>Merci de vous identifier pour acceder aux dossiers</h2>
<fieldset><legend>Identification utilisateur</legend>
<br /><br />
<label for="nom">Nom du compte</label>
@@ -25,13 +23,8 @@
<input type="submit" name="valider" value="Valider">
<input type="reset" name="annuler" value="Annuler">
</p>
<p>${message}</p>
</fieldset>
</c:when>
<c:otherwise>
<p>${controlForm.getResultat()}</p>
</c:otherwise>
</c:choose>
</form>
<br /><br/>
</div>