tp 3 / tp 4
This commit is contained in:
@@ -11,12 +11,23 @@
|
||||
<%@include file="jspf/entete.jspf" %>
|
||||
<body>
|
||||
<%@include file="jspf/menu.jspf" %>
|
||||
<h1>Bienvenue sur la nouvelle application de gestion des clients écrite avec JakartaEE</h1>
|
||||
<h1>Gestion de clients</h1>
|
||||
<c:choose>
|
||||
<c:when test="${!login}"><%@ include file="jspf/login.jspf" %></c:when>
|
||||
<c:when test="${login}">
|
||||
<p>Bienvenue ${param.pseudo} !</p>
|
||||
<c:choose>
|
||||
<c:when test="${!login}">
|
||||
<p>${authentification.getResultat()}</p>
|
||||
</c:when>
|
||||
<c:when test="${login}">
|
||||
<p>${authentification.getResultat()}</p>
|
||||
</c:when>
|
||||
</c:choose>
|
||||
</c:when>
|
||||
</c:choose>
|
||||
<p>
|
||||
${login}
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user