Ajout de l'UC ForgotPassword

Modification CSS
Mise en place des blocs arondis (cbb)
Clarification interface pages login avec les blocs cbb
Correction articleController : validation
This commit is contained in:
2008-02-14 12:14:51 +00:00
parent 39dadefc43
commit e3f0133ffc
20 changed files with 395 additions and 38 deletions

View File

@@ -15,11 +15,14 @@
<table width="100%">
<tr><td width="50%">
<fmt:message key="login.label.createnewuser" /><br />
<div class="cbb">
<h2><fmt:message key="login.label.createnewuser" /></h2>
<fmt:message key="login.label.createaccount" /><br />
<a href="registerUser.htm"><fmt:message key="login.label.continue" /></a>
<a href="registerUser.htm"><fmt:message key="login.label.register" /></a>
</div>
</td><td>
<fmt:message key="login.label.alreadyaccount" /> :<br />
<div class="cbb">
<h2><fmt:message key="login.label.alreadyaccount" /> :</h2>
<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 />
@@ -28,7 +31,12 @@
<br /><br />
<a href="javascript:document.getElementById('formlogin').submit();" id="submit_btn"><fmt:message key="login.btn.connexion" /></a>
</form>
<div class="yacos_button">
<a href="<c:url value="/forgotPassword.htm"/>">
<fmt:message key="login.label.forgotPasswordHeading"/>
</a>
</div>
</div>
</td></tr>
</table>
</body>