Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Tools\WeiKeHelper\ClientUploadInfo.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ClientUploadInfo.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.WeiKeHelper.ClientUploadInfo" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <%= 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")%> <title></title> <link href="./css/style.css" rel="Stylesheet" type="text/css" /> </head> <body> <%if (this.ErrorCode != 0) { %> ErrorCode = <%=this.ErrorCode %><br /> Message = <%=this.Message %> <%} else { %> <div class="forms login-form"> <form id="frmUploadInfo" onsubmit="return false;"> <div class="items "> <div class="item item-border"> <label>?????????????????????????</label><br /><br /> <% if (this.User != null) { %> <% if (this.ListCategory.Count > 0) { %> <div class="item item-border" style="display:<%= this.ListCategory.Count>1 ? "block" : " none"%>;margin-bottom:-15px;"> <label class="lbl">????????</label> <%= new HtmlSelect("CategoryGuid", "Name", "Guid", "Guid") { Option = this.ListCategory, SelectedValue = CookieGroup.ListUserCategory.FirstResult(), Class="lbl", Height=28 }.InsertOption("::???::", "", 0) %> <%= new HtmlYKTip("CategoryGuid")%> </div> <% } %> <br /> <%if (this.ListGrade.Count > 0) { %> <div class="item item-border" style="display:<%= this.ListGrade.Count>1 ? "block" : " none"%>;"> <label class="lbl">????????</label> <%= new HtmlSelect("GradeGuid", "Name", "Guid", "Guid") { Option = this.ListGrade,Height = 28 }.InsertOption("::???::", "", 0)%> <%= new HtmlYKTip("GradeGuid")%> </div> <% } } %> </div> <%= new HtmlHidden("Guids",this.Guids) %> <%= new HtmlHidden("Names",this.Names) %> <div class="item " style=""> <%= new HtmlSubmit("???","SubmitInfo","SubmitInfo(this);"){ Class = "login_btn" } %> </div> </div> </form> </div> <%} %> <script type="text/javascript"> <% if (this.User == null) { %> $(function () { window.location.href = "ClientLogin.aspx?Guid=<%=this.Guids%>&Name=<%=this.Names%>"; }); <% } %> var finish = "false"; function SubmitInfo(send) { $.ajax( { cache: false, type: "POST", url: Global.Site + "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.ClientAjax.SubmitInfo", data: Global.GetFormValue($("#frmUploadInfo")), async: true, dataType: 'json', success: function (result) { //$(send).val("??????"); alert("?????????????????????"); window.location.href = "ClientUploadInfo.aspx?Guid=<%=this.Guids%>&Names=<%=this.Names%>&finish=1"; Global.Disabled(send, false); }, beforeSend: function () { $(send).val("?????..."); Global.Disabled(send, true); }, complete: function () { }, error: function (XMLHttpRequest, textStatus, errorThrown) { $(send).val("???"); Global.Disabled(send, false); var message = XMLHttpRequest.responseText; Global.Error(message); } }); } </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de