<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.User.Signup" %>
;"> <%= 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]; %> <% } %>
<%= new HtmlSelect("GradeGuid","Name","Guid","Guid"){ Option = this.ListGrade}.InsertOption("::请选择::", null, 0)%> <%= new HtmlYKTip("GradeGuid").Style(new { Width="auto",Margin_Left="5px"})%>
<%= new HtmlText("UserName",null,12)%> <%= new HtmlYKTip("UserName").Style(new { Width="auto",Margin_Left="5px"}) %>
<%= new HtmlPassword("Password",null,30)%> <%= new HtmlYKTip("Password").Style(new { Width="auto",Margin_Left="5px"})%>
<%= new HtmlPassword("PasswordConfirm",null,30)%> <%= new HtmlYKTip("PasswordConfirm").Style(new { Width="auto",Margin_Left="5px"}) %>
<%= new HtmlText("TrueName",null,20) %> <%= new HtmlYKTip("TrueName").Style(new { Width="auto",Margin_Left="5px"}) %>
<%= new HtmlText("MobilePhone",null,20) %> <%= new HtmlYKTip("MobilePhone").Style(new { Width="auto",Margin_Left="5px"}) %>
<%= new HtmlText("CheckCode",null,4) %> <%= new HtmlYKTip("CheckCode").Style(new { Width="auto",Margin_Left="5px"}) %>
<%= new HtmlImg("", "点击更换验证码") { ID = "checkCodeIMG", OnClick = "changeCheckCode();" }%> 看不清,换一个
<%= new HtmlCheckBox("Agree", true, 1, 0) { Class = "chk" }%> 我已阅读并接受 <%= new HtmlAnchor("注册协议") { Href = WebUrl.Agreement(), Target = "_blank" }.Style(new { Color="blue"})%> 和 <%= new HtmlAnchor("版权声明") { Href = WebUrl.Copyright(), Target = "_blank" }.Style(new { Color="blue"})%>
<%= new HtmlSubmit("注 册","SignupPage","SignupPageClient(this);") %>
不了解资源平台?请访问 <%= new HtmlAnchor("产品体验中心") { Href="http://www.ava.com.cn", Target="_blank" }.Style(new { Color="blue"})%>