cms:loginsendcv
FollowPortlet name: cms:loginsendcv -> cms:login
Inherits from: cms:login
Description/Purpose: To display the login form that career site users can use to login to the platform. This login form is designed to be used in conjunction with an application form during the application process. As such it preserves the JobID or CompanyID on post back
Attributes
Esempio
<cms:LoginSendCv>
<div id="login-big">
<div class="login-title">Sei già registrato?</div>
<br style="clear:both;" />
<div class="login-field">
<label>Username</label>
<cms:Username CssClass="un" />
</div>
<div class="login-field">
<label>Password</label>
<cms:Password CssClass="pw" />
</div>
<span style="color: red;">
<cms:ResultMessage />
</span>
<div class="login-CV">
<cms:ButtonLogin Type="button" Text="login" CssClass="button" title="Login">
<actions>
<action CV="true" Registered="true" Save="false" URL="/Annunci/Risposta-Annuncio"></ action>
</actions>
</cms:ButtonLogin>
</div>
</div>
</cms:LoginSendCv>
Comments
0 comments
Please sign in to leave a comment.