Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Sys\ManagerDefine\EditIFrame.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Sys.ManagerDefine.EditIFrame" %> <!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"> <div class="subcontent"> <form id="frmManagerDefine" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr style="display:none"> <th title="<%= Define.Get("ManagerDefine_????????").ToScriptTag() %>"> <%= Define.Get("ManagerDefine_????????")%>?? </th> <td> <%= new HtmlText("ManagerGuid", IN(this.ViewData["_ManagerDefine"], this.ViewData["_ManagerDefine.ManagerGuid"], this.UserCode), 32) { Class = "ipt-t ipt-t-dft " }%> </td> </tr> <tr> <th title="<%= Define.Get("ManagerDefine_?????????").ToScriptTag() %>"> <%= Define.Get("ManagerDefine_?????????")%>?? </th> <td> <%= new HtmlText("ListCount", this.ViewData["_ManagerDefine.ListCount"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 16 }%> <%= new HtmlYKTip("ListCount") %> </td> </tr> <tr> <th title="<%= Define.Get("ManagerDefine_????????????").ToScriptTag() %>"> <%= Define.Get("ManagerDefine_????????????")%>?? </th> <td> <%= new HtmlText("SelectListCount", this.ViewData["_ManagerDefine.SelectListCount"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 8 }%> <%= new HtmlYKTip("SelectListCount") %> </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(ViewData["_ManagerDefine"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(ViewData["_ManagerDefine"])%></span></div> </td> </tr> </table> </form> </div> </div> </div> </div> </body> <%= Import.Script("js","/JQueryUI/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("/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("js", "/global.js")%> <%= Import.Script("js", "/Ajax/Sys/ManagerDefineAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmManagerDefine" }); //????????? $("#frmManagerDefine [name=ListCount]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "intege1" }, message: { required: "<%= Define.Get("ManagerDefine_ListCount_??????????????").ToScriptChar() %>", regex: "<%= Define.Get("ManagerDefine_ListCount_??????????????????").ToScriptChar() %>" } }); //???????????? $("#frmManagerDefine [name=SelectListCount]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "intege1" }, message: { required: "<%= Define.Get("ManagerDefine_SelectListCount_?????????????????").ToScriptChar() %>", regex: "<%= Define.Get("ManagerDefine_SelectListCount_?????????????????????").ToScriptChar() %>" } }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { ManagerDefineAjax.Insert($("#frmManagerDefine"), send, function (json) { document.getElementById("frmManagerDefine").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); }); }; //??? function Update(send) { ManagerDefineAjax.Update($("#frmManagerDefine"), send, function (json) { document.getElementById("frmManagerDefine").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); }); }; </script> <script type="text/javascript"> //?????? //?????????????? //??????????? //??????????? //??????????? $(".tooltip").tipsy({ fade: true }); </script> <script type="text/javascript"> //?????? </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de