Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\RecommendVideo\Edit.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Edit.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.RecommendVideo.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.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"> <% 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="frmRecommendVideo" action="" onsubmit="return false;"> <div> <table class="g-table-cntacomm"> <tr> <th title="<%= Define.Get("RecommendVideo_???????").ToScriptTag() %>"> <%= Define.Get("RecommendVideo_???????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentDomain_Name_Code", null) {OnChange = "GetDayOfWeekRecommend();", ReadOnly = true, Class = "ipt-t ipt-t-dft", OnBlur = "$.validator.itemValid("#frmRecommendVideo [name=ParentDomain]","Edit");" }%> <%= new HtmlHidden("ParentDomain", this.ViewData["_RecommendVideo.ParentDomain.Guid"])%> <a href="#selectDomain" class="decoration-none" onclick="return SelectDomain('#frmRecommendVideo [name=ParentDomain]','#frmRecommendVideo [name=ParentDomain_Name_Code]')"><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("ParentDomain") %> </td> </tr> <tr> <th title="<%= Define.Get("RecommendVideo_??????").ToScriptTag() %>"> <%= Define.Get("RecommendVideo_??????").HtmlEncode() %>?? </th> <td> <%= new HtmlText("ParentRecordEquipment_Name", null) {OnChange = "GetDayOfWeekRecommend();", ReadOnly = true, Class = "ipt-t ipt-t-dft" }%> <%= new HtmlHidden("ParentRecordEquipment", null)%> <a href="#selectRecordEquipment" class="decoration-none" onclick="return SelectRecordEquipment('#frmRecommendVideo [name=ParentRecordEquipment]','#frmRecommendVideo [name=ParentRecordEquipment_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> </td> </tr> </table> <div id="divDayOfWeekRecommend"> ????????... </div> </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", "Update(this);") { Class = "hidden" }%> <div onclick="$(this).siblings(':submit')[0].click();" class="btn btn-dft btn-dft-impt"> <span> ??????</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/RecommendVideoAjax.js")%> <script type="text/javascript"> //?????? //?????? $.validator.initConfig({ validatorGroup: "Edit", form: "#frmRecommendVideo" }); </script> <script type="text/javascript"> //??????AJAX??? //??? function Insert(send) { RecommendVideoAjax.Insert($("#frmRecommendVideo"), send, function (json) { document.getElementById("frmRecommendVideo").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); GoList(); }); }; //??? function Update(send) { RecommendVideoAjax.Update($("#frmRecommendVideo"), send, function (json) { document.getElementById("frmRecommendVideo").KEY.value = json.Key; alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); window.location.href = window.location.href; }); }; //??? function Delete(send) { var key = document.getElementById("frmRecommendVideo").KEY.value; RecommendVideoAjax.Delete(key, send, function (json) { GoList(); }); }; </script> <script type="text/javascript"> //?????? //??????????? function GetDayOfWeekRecommend() { if ($("#divDayOfWeekRecommend").length > 0) { var domainGuid = $("#frmRecommendVideo [Name=ParentDomain]").val(); var recordEquipmentGuid = $("#frmRecommendVideo [Name=ParentRecordEquipment]").val(); if (domainGuid != null && domainGuid != "") { $("#divDayOfWeekRecommend").html("????????????") var params = ""; params += "DomainGuid=" + encodeURIComponent(domainGuid); params += "&RecordEquipmentGuid=" + encodeURIComponent(recordEquipmentGuid); //alert(params); Global.HtmlControl("/Pub/RecommendVideo/ControlEdit", params, null, function (result) { $("#divDayOfWeekRecommend").html(result.Html); }); } else { $("#divDayOfWeekRecommend").html("?????????????"); } } } $(function () { $("#frmRecommendVideo [Name=ParentRecordEquipment]").parent().find(".select-clear").bind("click", function () { GetDayOfWeekRecommend() }); $("#frmRecommendVideo [Name=ParentDomain]").parent().find(".select-clear").bind("click", function () { GetDayOfWeekRecommend() }); GetDayOfWeekRecommend(); }) //??????????? //??????????? </script> <script type="text/javascript"> //?????? <% if (Request.UrlReferrer != null && Request.UrlReferrer.ToString().IndexOf("ListIFrame") != -1) { %> function GoList() { GoReturn(); } <% } %> </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de