*用户类型: |
<%= new HtmlSelect("UserTypeGuid", "Name", "Guid", "Guid") { Option = this.ListUserType }.SelectText("参赛教师")%>
|
*学校: |
<%= new HtmlText("Remark",null,100)%>
<%= new HtmlYKTip("Remark") %>
|
*所在小组: |
<%= new HtmlSelect("ParentUser", "TrueName", "Guid", "Guid") { Option = this.ListUserGroup,OnChange="ParentUserChange(this);" }.AddOption("::请选择::",null)%>
<%= new HtmlYKTip("ParentUser") %>
|
*用户名: |
<%= 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 HtmlText("Address",null,256) %>
|
邮政编码: |
<%= new HtmlText("PostalCode",null,100) %>
|
选题: |
<%= new HtmlText("VideoName",null,20) %>
|
学科: |
<%= new HtmlSelect("ParentCategory", "Name", "Guid", "Guid") { Option = this.ListAllCategory, DefaultSelectValue = "", OnChange = "GetTextbook();" }.InsertOption("::选择::", "", 0)%>
|
出版社: |
<%= new HtmlSelect("ParentPress", "Name", "Guid", "Guid") { Option = this.ListAllPress, DefaultSelectValue = "", OnChange = "GetTextbook();" }.InsertOption("::选择::", "", 0)%>
|
年级: |
<%= new HtmlSelect("ParentGrade", "Name", "Guid", "Guid") { Option = this.ListAllGrade, DefaultSelectValue = "", OnChange = "GetTextbook();" }.InsertOption("::选择::", "", 0)%>
|
*课本: |
|
*课元课: |
|
参加评课: |
<%= new HtmlSelect("ParentSubject", "Name", "Guid", "ParentUserGuid") { Disabled=true, Option = this.ListSubject }.InsertOption("::" + DefineEnum.选择.Define() + "::", null, 0)%>
|
参加原因: |
<%= new HtmlText("ApplyRemark",null,20) %>
|
验证码: |
<%= 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" }%>
|