Correction bug Lien vers user registration / modifier le profil via le menu du haut

This commit is contained in:
Nicolas Michard
2008-02-04 15:52:30 +00:00
parent c5dec3ca02
commit c5bd76a8f5
6 changed files with 42 additions and 13 deletions

View File

@@ -6,13 +6,29 @@
<c:if test="${not empty param.login_error}">
<div class="login_error">
Your login attempt was not successful, try again.<br /><br />
<fmt:message key="login.message.error" /><br /><br />
</div>
</c:if>
</c:if><br />
<br /> FORMULAIRE DE CONNEXION
<br /> NOUVEL UTILISATEUR
<br />
<table width="100%">
<tr><td width="50%">
<fmt:message key="login.label.createnewuser" /><br />
<fmt:message key="login.label.createaccount" /><br />
<a href="registerUser.htm"><fmt:message key="login.label.continue" /></a>
</td><td>
<fmt:message key="login.label.alreadyaccount" /> :<br />
<form action="<c:url value='j_acegi_security_check'/>" method="POST" id="formlogin">
<fmt:message key="login.label.login" /> : <input type='text' name='j_username' /><br />
<fmt:message key="login.label.password" /> : <input type='password' name='j_password' /><br />
<input type="checkbox" name="_acegi_security_remember_me"/>&nbsp;&nbsp;<fmt:message key='login.label.rememberme' /><br />
<br /><br />
<a href="javascript:document.getElementById('formlogin').submit();" id="submit_btn"><fmt:message key="login.label.connexion" /></a>
</form>
</td></tr>
</table>
</body>
</html>

View File

@@ -8,7 +8,7 @@
${ currentUser.firstName } ${ currentUser.lastName } <b>(<authz:authentication operation="username"></authz:authentication>)</b><br />
You currently follow <b>4</b> conferences<br />
You have the following rights : <b>Author, Chairman, PC Member</b><br />
<a href="#">Change my profile</a><br />
<a href="registerUser.htm">Change my profile</a><br />
<a href="j_acegi_logout" id="submit_btn"><fmt:message key="login.btn.logout" /></a>
</body>