cms:newuserregistration
FollowPortlet name: cms:newuserregistration
Description/Purpose: To display a form that allows users to register with the career site.
Sub-tags: cms:Username, cms:Password, cms:ConfPassword, cms:ErrorMessage, cms:ButtonRegist,
cms:PrivacyAccept, cms:PrivacyNotAccept, cms:NewsAccept, cms:NewsNotAccept, cms:GeneralConditionsAccept,
cms:GeneralConditionsNotAccept
Attributes
Esempio
<cms:NewUserRegistration GoOnSuccess="/MySpace/">
<center>
<cms:ErrorMessage CssClass="error" />
</center> <table class="FORM">
<tr>
<td class="FORMLABLE">=LS(SD_EMAIL):</td>
<td class="FORMFIELD">
<cms:Username CssClass="TEXTBOX" />
</td>
</tr>
<tr>
<td class="FORMLABLE">=LS(SD_PASSWORD):</td>
<td class="FORMFIELD">
<cms:Password CssClass="TEXTBOX" /> </td>
</tr>
<tr>
<td class="FORMLABLE">=LS(SD_CONFIRMPASSWORD):</td>
<td class="FORMFIELD">
<cms:ConfPassword CssClass="TEXTBOX" />
</td>
</tr>
</table>
<div class="ContainerButtons">
<div class="ContainerButton">
<cms:ButtonRegist Text="=LS(SB_REGISTRA)" CssClass="button" WebAnalytics="new_user_registration" />
</div>
</div>
</cms:NewUserRegistration>
Comments
0 comments
Please sign in to leave a comment.