<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ClientUploadInfo.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.WeiKeClient.ClientUploadInfo" %> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/jquery.1.9.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.ScriptTheme("js/jquery-ui.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("js", "/global.js")%> <%= Import.CSS("Carousel.css")%> <%= Import.CSS("style.css")%> <%if (this.ErrorCode != 0) { %> ErrorCode = <%=this.ErrorCode %>
Message = <%=this.Message %> <%} else { %>


<% if (this.User != null) { %> <% if (this.ListCategory.Count > 0) { %>
;margin-bottom:-15px;"> <%= new HtmlSelect("CategoryGuid", "Name", "Guid", "Guid") { Option = this.ListCategory, SelectedValue = CookieGroup.ListUserCategory.FirstResult(), Class="lbl", Height=28 }.InsertOption("::选择::", "", 0) %> <%= new HtmlYKTip("CategoryGuid")%>
<% } %>
<%if (this.ListGrade.Count > 0) { %>
;"> <%= new HtmlSelect("GradeGuid", "Name", "Guid", "Guid") { Option = this.ListGrade,Height = 28 }.InsertOption("::选择::", "", 0)%> <%= new HtmlYKTip("GradeGuid")%>
<% } } %>
<%= new HtmlHidden("Guids",this.Guids) %> <%= new HtmlHidden("Names",this.Names) %>
<%= new HtmlSubmit("提交","SubmitInfo","SubmitInfo(this);"){ Class = "login_btn" } %>
<%} %>