1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<h:outputText value="<form action="" escape="false"/><h:outputLink value="j_acegi_security_check"/><h:outputText value="" method="POST""/>
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="45%"> </td>
<td width="55%"> </td>
</tr>
<tr>
<td align="right" class="bodyTXT"><h:outputText
value="#{msg['login.loginName']}" /></td>
<td><input type="text" name="j_username" class="loginTXT"
size="10" /></td>
</tr>
<tr>
<td align="right" class="bodyTXT"><h:outputText
value="#{msg['login.password']}" /></td>
<td><input type="password" name="j_password" class="loginTXT"
size="10" /></td>
</tr>
<tr>
<td align="right" class="bodyTXT"><h:outputText
value="#{msg['login.rememberme']}" /></td>
<td><input type="checkbox" name="_acegi_security_remember_me"
class="checkbox" /></td>
</tr>
<tr>
<td height="40" valign="bottom" align="center"><input
name="submit" type="submit" value="#{msg['login.login']}"
class="button" /></td>
<td align="center" valign="bottom"><input name="clear"
type="reset" value="#{msg['login.clear']}" class="button" /></td>
</tr>
<tr>
<td></td>
<td align='center'><strong><font color='Red'><!-- Ici Message d'erreurs --></font></strong></td>
</tr>
</table>
<h:outputText value="</form>"/> |