cms:login
SeguiNome del portlet: cms:login
Descrizione/Scopo: mostrare la form di login che gli utenti del Career Site possono usare per accedere alla piattaforma
Sub-tag: cms:username, cms:password, cms:resultmessage, cms:buttonlogin
Attributi:
Nome attributo | Tipo | Descrizione |
RedirectPreviousPage | Booleano | Se reindirizzare l'URL alla pagina precedente |
Esempio:
<cms:login RedirectPreviousPage="true">
<cms:ResultMessage CssClass="error" />
<table class="cvs cvi">
<tr>
<td class="login-td1" style="width:40%">USERNAME/E-MAIL</td>
<td style="text-align:left;">
<cms:Username cssclass="forgot-input" />
</td>
</tr>
<tr>
<td class="login-td1" style="width:40%">PAROLA</td>
<td style="text-align:left;">
<cms:Password cssclass="forgot-input" />
</td>
</tr>
</table>
<div class="DivButtonWf">
<cms:ButtonLogin CssClass="applybutt2" title="Intra" Text="INTRA" GoOnSuccess="/MySpace/Home.htm" />
</div>
<br />
<a href="/MySpace/ForgotPassword.htm" style="display:block; width:100%; text-align:center;">Ai uitat paro
</cms:login>
Commenti
0 commenti
Accedi per aggiungere un commento.