Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\LLFinallyScore\EditIFrame.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditIFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.LLFinallyScore.EditIFrame" %> <!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="frmLLFinallyScore" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr style='<%= IN(this.ViewData["_LLFinallyScore.ParentLLUser"], "", "display:none;")%>'> <th title="<%= Define.Get("LLFinallyScore_LLUserUserUserName_????????").ToScriptTag() %>"> <%= Define.Get("LLFinallyScore_LLUserUserUserName_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_LLFinallyScore.ParentLLUser.ParentUser.UserName"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("LLFinallyScore_??????").ToScriptTag() %>"> <%= Define.Get("LLFinallyScore_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentLLUser_Guid", IN(this.ViewData["_LLFinallyScore"], this.ViewData["_LLFinallyScore.ParentLLUser.ParentUser.TrueName"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLLFinallyScore [name=ParentLLUser]","Edit");" }%> <%= new HtmlHidden("ParentLLUser", this.ViewData["_LLFinallyScore.ParentLLUser.Guid"])%> <a href="#selectLLUser" class="decoration-none" onclick="return SelectLLUser('#frmLLFinallyScore [name=ParentLLUser]','#frmLLFinallyScore [name=ParentLLUser_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("ParentLLUser") %> </td> </tr> <tr style='<%= IN(this.ViewData["_LLFinallyScore.ParentLLApplication"], "", "display:none;")%>'> <th title="<%= Define.Get("LLFinallyScore_LLApplicationListenLessonName_??????????????").ToScriptTag() %>"> <%= Define.Get("LLFinallyScore_LLApplicationListenLessonName_??????????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText(null, this.ViewData["_LLFinallyScore.ParentLLApplication.ParentListenLesson.Name"]) { ReadOnly = true, Disabled = true, Class = "ipt-t ipt-t-dft" }%> </td> </tr> <tr> <th title="<%= Define.Get("LLFinallyScore_??????????").ToScriptTag() %>"> <%= Define.Get("LLFinallyScore_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentLLApplication_Guid", IN(this.ViewData["_LLFinallyScore"], this.ViewData["_LLFinallyScore.ParentLLApplication.ParentApplication.Title"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLLFinallyScore [name=ParentLLApplication]","Edit");" }%> <%= new HtmlHidden("ParentLLApplication", this.ViewData["_LLFinallyScore.ParentLLApplication.Guid"])%> <a href="#selectLLApplication" class="decoration-none" onclick="return SelectLLApplication('#frmLLFinallyScore [name=ParentLLApplication]','#frmLLFinallyScore [name=ParentLLApplication_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("ParentLLApplication") %> </td> </tr> <tr> <th title="<%= Define.Get("LLFinallyScore_????????").ToScriptTag() %>"> <%= Define.Get("LLFinallyScore_????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentLLScoreItem_Name", IN(this.ViewData["_LLFinallyScore"], this.ViewData["_LLFinallyScore.ParentLLScoreItem.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLLFinallyScore [name=ParentLLScoreItem]","Edit");" }%> <%= new HtmlHidden("ParentLLScoreItem", this.ViewData["_LLFinallyScore.ParentLLScoreItem.Guid"])%> <a href="#selectLLScoreItem" class="decoration-none" onclick="return SelectLLScoreItem('#frmLLFinallyScore [name=ParentLLScoreItem]','#frmLLFinallyScore [name=ParentLLScoreItem_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("ParentLLScoreItem") %> </td> </tr> <tr> <th title="<%= Define.Get("LLFinallyScore_???").ToScriptTag() %>"> <%= Define.Get("LLFinallyScore_???").HtmlEncode() %>?? </th> <td> <%= new HtmlText("AllScore", this.ViewData["_LLFinallyScore.AllScore"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("AllScore") %> </td> </tr> <tr> <th title="<%= Define.Get("LLFinallyScore_??????").ToScriptTag() %>"> <%= Define.Get("LLFinallyScore_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("CreateTime", this.ViewData["_LLFinallyScore.CreateTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("CreateTime") %> </td> </tr> <tr> <th title="<%= Define.Get("LLFinallyScore_?????").ToScriptTag() %>"> <%= Define.Get("LLFinallyScore_?????")%>?? </th> <td class="tooltip" title="<%= Define.Get("LLFinallyScore_SortNumber_????????????????????????").ToScriptTag()%>"> <%= new HtmlText("SortNumber", this.ViewData["_LLFinallyScore.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["_LLFinallyScore"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(this.ViewData["_LLFinallyScore"])%></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/LLFinallyScoreAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmLLFinallyScore" }); //????? $("#frmLLFinallyScore [name=SortNumber]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "num1" }, message: { required: "<%= Define.Get("LLFinallyScore_SortNumber_???????????").ToScriptChar() %>", regex: "<%= Define.Get("LLFinallyScore_SortNumber_???????????").ToScriptChar() %>" } }); //?????? $("#frmLLFinallyScore [name=ParentLLUser]").formValidator({ targetFocus: "#frmLLFinallyScore [name=ParentLLUser_Guid]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("LLFinallyScore_LLUserGuid_???????????").ToScriptChar() %>" } }); //?????????? $("#frmLLFinallyScore [name=ParentLLApplication]").formValidator({ targetFocus: "#frmLLFinallyScore [name=ParentLLApplication_Guid]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("LLFinallyScore_LLApplicationGuid_???????????????").ToScriptChar() %>" } }); //???????? $("#frmLLFinallyScore [name=ParentLLScoreItem]").formValidator({ targetFocus: "#frmLLFinallyScore [name=ParentLLScoreItem_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("LLFinallyScore_LLScoreItemGuid_?????????????").ToScriptChar() %>" } }); //??? $("#frmLLFinallyScore [name=AllScore]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "decmal1" }, message: { required: "<%= Define.Get("LLFinallyScore_AllScore_?????????").ToScriptChar() %>", regex: "<%= Define.Get("LLFinallyScore_AllScore_?????????").ToScriptChar() %>" } }); //?????? $("#frmLLFinallyScore [name=CreateTime]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "datetime" }, message: { required: "<%= Define.Get("LLFinallyScore_CreateTime_???????????").ToScriptChar() %>", regex: "<%= Define.Get("LLFinallyScore_CreateTime_??????????????").ToScriptChar() %>" } }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { LLFinallyScoreAjax.Insert($("#frmLLFinallyScore"), send, function (json) { document.getElementById("frmLLFinallyScore").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { LLFinallyScoreAjax.Update($("#frmLLFinallyScore"), send, function (json) { document.getElementById("frmLLFinallyScore").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmLLFinallyScore").KEY.value; LLFinallyScoreAjax.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