;">
<%= new HtmlSelect("DomainGuid", "Name", "Guid", "Guid") { Option = this.ListDomain }.InsertOption("::请选择::", "", 0)%>
<%= new HtmlYKTip("DomainGuid")%>
<%= new HtmlSelect("UserTypeGuid", "Name", "Guid", "Guid") { Option = this.ListUserType }.InsertOption("::请选择::", "", 0)%>
<%
if (this.ListUnitMaster.Count > 0)
{
%>
<%= new HtmlSelect("UnitMaster", "Name", "Guid", "Guid") { Option = this.ListUnitMaster,OnChange="ChangeUnit(this);" }.InsertOption("::请选择::", "", 0)%>
<%
}
%>
用户名必须使用身份证号!
<%= new HtmlText("UserName",null,18)%>
<%= 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" }%>