Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\LLApplication\EditIFrame.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.LLApplication.EditIFrame" %> <!DOCTYPE html> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <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="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="frmLLApplication" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr class="hidden"> <th title="<%= Define.Get("LLApplication_??????????").ToScriptTag() %>"> <%= Define.Get("LLApplication_??????????").HtmlEncode() %>?? </th> <td> <%--<%= new HtmlText("ParentListenLesson_Name", IN(this.ViewData["_LLApplication"], this.ViewData["_LLApplication.ParentListenLesson.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLLApplication [name=ParentListenLesson]","Edit");" }%>--%> <%--<%= new HtmlHidden("ParentListenLesson", this.ViewData["_LLApplication.ParentListenLesson.Guid"])%>--%> <%= new HtmlText("ParentListenLesson_Name", this.ListenLesson != null ? this.ListenLesson.Name : null) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLLApplication [name=ParentListenLesson]","Edit");" }%> <%= new HtmlHidden("ParentListenLesson", this.ListenLesson != null ? this.ListenLesson.Guid : null)%> <a href="#selectListenLesson" class="decoration-none" onclick="return SelectListenLesson('#frmLLApplication [name=ParentListenLesson]','#frmLLApplication [name=ParentListenLesson_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("ParentListenLesson") %> </td> </tr> <tr style='<%= IN(this.ViewData["_LLApplication.ParentApplication"], "", "display:none;")%>'> <th title="<%= Define.Get("LLApplication_ApplicationRecordEquipmentDomainName_??????").ToScriptTag() %>"> <%= Define.Get("LLApplication_ApplicationRecordEquipmentDomainName_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_LLApplication.ParentApplication.ParentRecordEquipment.ParentDomain.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_LLApplication.ParentApplication"], "", "display:none;")%>'> <th title="<%= Define.Get("LLApplication_ApplicationRecordEquipmentDomainCode_??????").ToScriptTag() %>"> <%= Define.Get("LLApplication_ApplicationRecordEquipmentDomainCode_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_LLApplication.ParentApplication.ParentRecordEquipment.ParentDomain.Code"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr style='<%= IN(this.ViewData["_LLApplication.ParentApplication"], "", "display:none;")%>'> <th title="<%= Define.Get("LLApplication_ApplicationRecordEquipmentName_????????????").ToScriptTag() %>"> <%= Define.Get("LLApplication_ApplicationRecordEquipmentName_????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_LLApplication.ParentApplication.ParentRecordEquipment.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("LLApplication_??????????").ToScriptTag() %>"> <%= Define.Get("LLApplication_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentApplication_Title", IN(this.ViewData["_LLApplication"], this.ViewData["_LLApplication.ParentApplication.Title"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLLApplication [name=ParentApplication]","Edit");" }%> <%= new HtmlHidden("ParentApplication", this.ViewData["_LLApplication.ParentApplication.Guid"])%> <a href="#selectApplication" class="decoration-none" onclick="return SelectApplication('#frmLLApplication [name=ParentApplication]','#frmLLApplication [name=ParentApplication_Title]','ListenLesson','<%= this.ListenLesson.Guid %>')"><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("ParentApplication") %> </td> </tr> <tr> <th title="<%= Define.Get("LLApplication_?????").ToScriptTag() %>"> <%= Define.Get("LLApplication_?????")%>?? </th> <td class="tooltip" title="<%= Define.Get("LLApplication_SortNumber_????????????????????????").ToScriptTag()%>"> <%= new HtmlText("SortNumber", this.ViewData["_LLApplication.SortNumber"], 4) { Class = "ipt-t ipt-t-dft ", DefaultValue = 0 }%> <%= new HtmlYKTip("SortNumber") %> </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["_LLApplication"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(this.ViewData["_LLApplication"])%></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("js","/JQueryUI/jquery-ui.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/LLApplicationAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmLLApplication" }); //????? $("#frmLLApplication [name=SortNumber]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "num1" }, message: { required: "<%= Define.Get("LLApplication_SortNumber_???????????").ToScriptChar() %>", regex: "<%= Define.Get("LLApplication_SortNumber_???????????").ToScriptChar() %>" } }); //?????????? $("#frmLLApplication [name=ParentListenLesson]").formValidator({ targetFocus: "#frmLLApplication [name=ParentListenLesson_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("LLApplication_ListenLessonGuid_???????????????").ToScriptChar() %>" } }); //?????????? $("#frmLLApplication [name=ParentApplication]").formValidator({ targetFocus: "#frmLLApplication [name=ParentApplication_Title]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("LLApplication_ApplicationGuid_???????????????").ToScriptChar() %>" } }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { LLApplicationAjax.Insert($("#frmLLApplication"), send, function (json) { document.getElementById("frmLLApplication").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { LLApplicationAjax.Update($("#frmLLApplication"), send, function (json) { document.getElementById("frmLLApplication").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmLLApplication").KEY.value; LLApplicationAjax.Delete(key, send, function (json) { GoList(); }); }; </script> <script type="text/javascript"> //?????? //??????????? //??????????? </script> <script type="text/javascript"> //?????? function GoList() { window.location.href = "ListIframe.aspx?ListenLessonGuid=<%= this.ListenLesson.Guid %>"; } </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de