Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\LLScoreItem\Edit.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.LLScoreItem.Edit" %> <!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.CSS("/zh-cn/bootstrap/css/bootstrap.css") %> <%= Import.CSS("/zh-cn/bootstrap/css/bootstrap-theme.css") %> <%= Import.CSS("/zh-cn/bootstrap/admin.css") %> <%-- <%= Import.CSS("/zh-cn/Admin_StyleSheet.css") %>--%> <%= Import.Script("/jquery.1.9.js")%> <%= Import.Script("/app.js")%> <%= Import.Script("/bootstrap/bootstrap.min.js")%> </head> <body> <div class="wrap"> <% var nav = new NavigationInstance(this) { }; nav.IsTopNav = true; %> <%= nav.ToHtml() %> <div class="container-fulid"> <div class="row"> <% nav.GetChildMenu(Request["muid"]);%> <%= nav.ToHtml() %> <div class="col-md-12 " id="content"> <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="frmLLScoreItem" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr> <th title="<%= Define.Get("LLScoreItem_??????????").ToScriptTag() %>"> <%= Define.Get("LLScoreItem_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentListenLesson_Name", IN(this.ViewData["_LLScoreItem"], this.ViewData["_LLScoreItem.ParentListenLesson.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLLScoreItem [name=ParentListenLesson]","Edit");" }%> <%= new HtmlHidden("ParentListenLesson", this.ViewData["_LLScoreItem.ParentListenLesson.Guid"])%> <a href="#selectListenLesson" class="decoration-none" onclick="return SelectListenLesson('#frmLLScoreItem [name=ParentListenLesson]','#frmLLScoreItem [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> <th title="<%= Define.Get("LLScoreItem_??????????").ToScriptTag() %>"> <%= Define.Get("LLScoreItem_??????????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentSTScoreType_Name", IN(this.ViewData["_LLScoreItem"], this.ViewData["_LLScoreItem.ParentSTScoreType.Name"])) { ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmLLScoreItem [name=ParentSTScoreType]","Edit");" }%> <%= new HtmlHidden("ParentSTScoreType", this.ViewData["_LLScoreItem.ParentSTScoreType.Guid"])%> <a href="#selectSTScoreType" class="decoration-none" onclick="return SelectSTScoreType('#frmLLScoreItem [name=ParentSTScoreType]','#frmLLScoreItem [name=ParentSTScoreType_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("ParentSTScoreType") %> </td> </tr> <tr> <th title="<%= Define.Get("LLScoreItem_?????").ToScriptTag() %>"> <%= Define.Get("LLScoreItem_?????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("Name", this.ViewData["_LLScoreItem.Name"], 256) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("Name") %> </td> </tr> <tr> <th title="<%= Define.Get("LLScoreItem_???").ToScriptTag() %>"> <%= Define.Get("LLScoreItem_???").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("Description", this.ViewData["_LLScoreItem.Description"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> </td> </tr> <tr> <th title="<%= Define.Get("LLScoreItem_??????").ToScriptTag() %>"> <%= Define.Get("LLScoreItem_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ScoreRatio", this.ViewData["_LLScoreItem.ScoreRatio"]) { Class = "ipt-t ipt-t-dft " }%> <%= new HtmlYKTip("ScoreRatio") %> </td> </tr> <tr> <th title="<%= Define.Get("LLScoreItem_??????").ToScriptTag() %>"> <%= Define.Get("LLScoreItem_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("CreateTime", this.ViewData["_LLScoreItem.CreateTime"].ToDateTimeN().ToLongDate()) { Class = "ipt-t ipt-t-dft datetime " }%> <%= new HtmlYKTip("CreateTime") %> </td> </tr> <tr> <th title="<%= Define.Get("LLScoreItem_?????").ToScriptTag() %>"> <%= Define.Get("LLScoreItem_?????")%>?? </th> <td class="tooltip" title="<%= Define.Get("LLScoreItem_SortNumber_????????????????????????").ToScriptTag()%>"> <%= new HtmlText("SortNumber", this.ViewData["_LLScoreItem.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["_LLScoreItem"])) { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> <%= GetSubmitText(this.ViewData["_LLScoreItem"])%></span></div> <div title="" onclick="GoList();" class="btn btn-dft"> <span> <%= DefineEnum.????.Define() %></span></div> </td> </tr> </table> </form> </div> </div> </div> </div> </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/LLScoreItemAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmLLScoreItem" }); //????? $("#frmLLScoreItem [name=SortNumber]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "num1" }, message: { required: "<%= Define.Get("LLScoreItem_SortNumber_???????????").ToScriptChar() %>", regex: "<%= Define.Get("LLScoreItem_SortNumber_???????????").ToScriptChar() %>" } }); //?????????? $("#frmLLScoreItem [name=ParentListenLesson]").formValidator({ targetFocus: "#frmLLScoreItem [name=ParentListenLesson_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("LLScoreItem_ListenLessonGuid_???????????????").ToScriptChar() %>" } }); //?????????? $("#frmLLScoreItem [name=ParentSTScoreType]").formValidator({ targetFocus: "#frmLLScoreItem [name=ParentSTScoreType_Name]", validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("LLScoreItem_STScoreTypeGuid_???????????").ToScriptChar() %>" } }); //????? $("#frmLLScoreItem [name=Name]").formValidator({ validatorGroup: "Edit", rules: { required: null }, message: { required: "<%= Define.Get("LLScoreItem_Name_?????????").ToScriptChar() %>" } }); //?????? $("#frmLLScoreItem [name=ScoreRatio]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "decmal1" }, message: { required: "<%= Define.Get("LLScoreItem_ScoreRatio_????????????").ToScriptChar() %>", regex: "<%= Define.Get("LLScoreItem_ScoreRatio_????????????").ToScriptChar() %>" } }); //?????? $("#frmLLScoreItem [name=CreateTime]").formValidator({ validatorGroup: "Edit", rules: { required: null, regex: "datetime" }, message: { required: "<%= Define.Get("LLScoreItem_CreateTime_???????????").ToScriptChar() %>", regex: "<%= Define.Get("LLScoreItem_CreateTime_??????????????").ToScriptChar() %>" } }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { LLScoreItemAjax.Insert($("#frmLLScoreItem"), send, function (json) { document.getElementById("frmLLScoreItem").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { LLScoreItemAjax.Update($("#frmLLScoreItem"), send, function (json) { document.getElementById("frmLLScoreItem").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Delete(send) { var key = document.getElementById("frmLLScoreItem").KEY.value; LLScoreItemAjax.Delete(key, send, function (json) { GoList(); }); }; </script> <script type="text/javascript"> //?????? //??????????? //??????????? </script> <script type="text/javascript"> //?????? </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de