15 lines
788 B
Plaintext
15 lines
788 B
Plaintext
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
|
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<form action="<c:url value='j_acegi_security_check'/>" method="POST" id="mainformlogin">
|
|
<a href="login.htm" id="connexion"><fmt:message key="login.label.inscription"/></a><br />
|
|
<fmt:message key="login.label.connexion"/> :
|
|
<input type='text' name='j_username' value="<fmt:message key='login.field.login' />" onfocus="if (this.value == '<fmt:message key='login.field.login' />') { this.value = ''; }" onblur="if (this.value == '') { this.value = '<fmt:message key='login.field.login' />'; }" />
|
|
<input type='password' name='j_password' />
|
|
<a href="javascript:document.getElementById('mainformlogin').submit();" id="submit_btn"><fmt:message key="login.btn.submit" /></a>
|
|
</form>
|
|
|
|
</body>
|
|
</html> |