Files
yacos/YACOSWeb/WebContent/WEB-INF/jsp/loginFull.jsp

18 lines
323 B
Plaintext

<%@ include file="/WEB-INF/decorators/include.jsp"%>
<html>
<head></head>
<body>
<c:if test="${not empty param.login_error}">
<div class="login_error">
Your login attempt was not successful, try again.<br /><br />
</div>
</c:if>
<br /> FORMULAIRE DE CONNEXION
<br /> NOUVEL UTILISATEUR
</body>
</html>