<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.User.Signup" %>

提示

轻松注册,10秒搞定!请填写以下信息,全部为必填
用户名注册后不能修改,请仔细核对。
;"> <%= new HtmlSelect("DomainGuid", "Name", "Guid", "Guid") { Option = this.ListDomain, SelectedValue = CookieGroup.DomainGuid }%> <%= new HtmlYKTip("DomainGuid")%>
<% for (int i = 0; i <= this.ListUserType.Count - 1; i++) { var userType = this.ListUserType[i]; %> <% } %>
<% if (this.ListUnitMaster.Count > 0) { %>
<%= new HtmlSelect("UnitMaster", "Name", "Guid", "Guid") { Option = this.ListUnitMaster,OnChange="ChangeUnit(this);" }.InsertOption("::请选择::", "", 0)%>
<% } %>
<%= new HtmlText("UserName",null,12)%> <%= new HtmlYKTip("UserName") %>
<%= new HtmlPassword("Password",null,30)%> <%= new HtmlYKTip("Password") { }%>
<%= new HtmlPassword("PasswordConfirm",null,30)%> <%= new HtmlYKTip("PasswordConfirm") %>
<%= new HtmlText("TrueName",null,20) %> <%= new HtmlYKTip("TrueName") %>
<%= new HtmlText("MobilePhone",null,20) %> <%= new HtmlYKTip("MobilePhone") %>
<%= new HtmlText("IDCard",null,20) %> <%= new HtmlYKTip("IDCard") %>
<%= new HtmlText("CheckCode",null,4) %> <%= new HtmlYKTip("CheckCode") %>
<%= new HtmlImg("", "点击更换验证码") { ID = "checkCodeIMG", OnClick = "changeCheckCode();" }%> 看不清,换一个
<%= new HtmlCheckBox("Agree", true, 1, 0) { Class = "chk" }%> 我已阅读并接受 <%= new HtmlAnchor("注册协议") { Href = WebUrl.Agreement(), Target = "_blank" }%> 和 <%= new HtmlAnchor("版权声明") { Href = WebUrl.Copyright(), Target = "_blank" }%>
<%= new HtmlSubmit("注 册","Signup","SignupClient(this);") %>
不了解资源平台?请访问 <%= new HtmlAnchor("产品体验中心") { Href="http://www.ava.com.cn", Target="_blank" }%>