Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\UserCategory\EditIFrame.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.UserCategory.Edit" %> <!doctype html > <html> <head> <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" /> <title> <%= this.Title %></title> <%= Import.Theme() %> <%= Import.Script("/jquery.1.9.js")%> </head> <body> <div id="divMain" class="gContent"> <div class="gCnta"> <div class="gCnta-cont"> <% if (Request.UrlReferrer != null && Request.UrlReferrer.ToString().IndexOf("ListIFrame") == -1) { %> <div class="g-title-2"> <div class="ico-loading right hidden"> </div> <div title="<%= DefineEnum.?????????.Define().ToScriptTag() %>" class="ico-question right"> </div> <h3 class="txt-14"> <%= Title %></h3> <%--<span class="txt-info">[<a href="#" onclick="GoList();return false;"><%= DefineEnum.???.Define() %></a>]</span>--%> </div> <div class="ln-thick ln-c-mid"> </div> <% } %> <div class="subcontent"> <form id="frmUserCategory" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr style='<%= IN(this.ViewData["_UserCategory.ParentUser"], "", "display:none;")%>'> <th title="<%= Define.Get("UserCategory_UserDomainName_??????").ToScriptTag() %>"> <%= Define.Get("UserCategory_UserDomainName_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_UserCategory.ParentUser.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_UserCategory.ParentUser"], "", "display:none;")%>'> <th title="<%= Define.Get("UserCategory_UserDomainCode_??????").ToScriptTag() %>"> <%= Define.Get("UserCategory_UserDomainCode_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_UserCategory.ParentUser.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_UserCategory.ParentUser"], "", "display:none;")%>'> <th title="<%= Define.Get("UserCategory_UserUserTypeName_?????????").ToScriptTag() %>"> <%= Define.Get("UserCategory_UserUserTypeName_?????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_UserCategory.ParentUser.ParentUserType.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("UserCategory_???????").ToScriptTag() %>"> <%= Define.Get("UserCategory_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentUser_TrueName_UserName", IN(this.ViewData["_UserCategory"], this.ViewData["_UserCategory.ParentUser.TrueName"] + "[" + this.ViewData["_UserCategory.ParentUser.UserName"] + "]")) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmUserCategory [name=ParentUser]","Edit");" }%> <%= new HtmlHidden("ParentUser", this.ViewData["_UserCategory.ParentUser.Guid"])%> <a href="#selectUser" class="decoration-none" onclick="return SelectUser('#frmUserCategory [name=ParentUser]','#frmUserCategory [name=ParentUser_TrueName_UserName]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a href="#clear" class="decoration-none select-clear hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <%= new HtmlYKTip("ParentUser") %> </td> </tr> <tr> <th title="<%= Define.Get("UserCategory_???????").ToScriptTag() %>"> <%= Define.Get("UserCategory_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentCategory_Name", IN(this.ViewData["_UserCategory"], this.ViewData["_UserCategory.ParentCategory.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmUserCategory [name=ParentCategory]","Edit");" }%> <%= new HtmlHidden("ParentCategory", this.ViewData["_UserCategory.ParentCategory.Guid"])%> <a href="#selectCategory" class="decoration-none" onclick="return SelectCategoryLast('#frmUserCategory [name=ParentCategory]','#frmUserCategory [name=ParentCategory_Name]')"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <a href="#clear" class="decoration-none select-clear hidden"><span class="txt-info">[<%= DefineEnum.???.Define() %>]</span></a> <%= new HtmlYKTip("ParentCategory") %> </td> </tr> </table> </div> <div style="margin-top: -1px;" class="ln-thin ln-c-mid"> </div> <table class="g-table-cntacomm"> <tr> <th> </th> <td> <%= new HtmlHidden("KEY", KEY)%> <%= new HtmlSubmit("Send", "Edit", GetSubmitMothed(this.ViewData["_UserCategory.Guid"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(this.ViewData["_UserCategory.Guid"])%></span></div> <div title="" onclick="GoList();" class="btn btn-dft"> <span> <%= DefineEnum.????.Define() %></span></div> </td> </tr> </table> </form> </div> </div> </div> </div> </body> </html> <%= Import.Script("/jquery-1.44.min.js")%> <%= Import.Script("js","/JQueryUI/jquery-ui-1.8.9.custom.min.js")%> <%= Import.Script("js", "/XhEditor/xheditor-zh-cn.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("js","/FancyBox/jquery.fancybox-1.2.1.js")%> <%= Import.CSS("js", "/FancyBox/jquery.fancybox.css")%> <%= Import.Script("/ToolTip/jquery.tipsy.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.Script("/global.aspx")%> <%= Import.Script("/SelectForm.js")%> <%= Import.Script("js", "/global.js")%> <%= Import.Script("js", "/Public.js")%> <%= Import.Script("js", "/ListPublic.js")%> <%= Import.Script("js", "/Ajax/Pub/UserCategoryAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmUserCategory" }); //??????? $("#frmUserCategory [name=ParentUser]").formValidator({ targetFocus: "#frmUserCategory [name=ParentUser_TrueName_UserName]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("UserCategory_UserGuid_????????????").ToScriptChar() %>" } }); //??????? $("#frmUserCategory [name=ParentCategory]").formValidator({ targetFocus: "#frmUserCategory [name=ParentCategory_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("UserCategory_CategoryGuid_????????????").ToScriptChar() %>" } }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { UserCategoryAjax.Insert($("#frmUserCategory"), send, function (json) { document.getElementById("frmUserCategory").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { UserCategoryAjax.Update($("#frmUserCategory"), send, function (json) { document.getElementById("frmUserCategory").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmUserCategory").KEY.value; UserCategoryAjax.Delete(key, send, function (json) { GoList(); }); }; </script> <script type="text/javascript"> //?????? //??????????? //??????????? </script> <script type="text/javascript"> //?????? <% if (Request.UrlReferrer != null && Request.UrlReferrer.ToString().IndexOf("ListIFrame") != -1) { %> function GoList() { window.location.href = "<%= Request.UrlReferrer %>"; } <% } %> </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de