<#-- 注册页 --> 注册 - ${title} <#-- 引入页头 --> <@include action="${newPublic_2}"/>

会员注册

* ${(error['userName'])!}
* ${(error['password'])!}
*
* ${(error['issue'])!}
* ${(error['answer'])!}
${(error['email'])!}
<#list userCustomList as userCustom>
<#if userCustom.required == true>* <#if userCustom.chooseType ==1> <#if userCustom.chooseType ==2> <#if userCustom.itemValue?has_content> <#list userCustom.itemValue?keys as itemValue> <#-- 选中项 --> <#assign _checked = ""> <#list userCustom.userInputValueList as userInputValue> <#if userInputValue.options == itemValue> <#assign _checked=" checked='checked'"> <#-- 默认选第一项 --> <#if itemValue_index == 0 && userCustom.userInputValueList?exists && userCustom.userInputValueList?size == 0> <#assign _checked = " checked='checked'"> ${userCustom.itemValue[itemValue]} <#if userCustom.chooseType ==3> <#if userCustom.itemValue?has_content> <#list userCustom.itemValue?keys as itemValue> <#-- 选中项 --> <#assign _checked = ""> <#list userCustom.userInputValueList as userInputValue> <#if userInputValue.options == itemValue> <#assign _checked=" checked='checked'"> ${userCustom.itemValue[itemValue]} <#if userCustom.chooseType ==4> <#if userCustom.chooseType ==5> ${userCustom.tip} <#assign userCustom_id = "userCustom_"+userCustom.id> ${error[userCustom_id]}
<#-- 验证码 --> <#if captchaKey != ''>
${(error['captchaValue'])!}
${(error['register'])!} ${error['token']}
<#--引入页脚--> <@include action="${newPublic_3}"/>