Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\My\MyVideoTimeInfoOtherList.ascx
??<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyVideoTimeInfoOtherList" %> <div class="well"> <div class="p_title"> <span class="title">????????</span>????????? <span> <%= this.Video._ListVideoTimeInfoOther.Count %>???????? </span><span class="f_r"> <%= new MyVideoNavInstance(this) { Local = MyVideoNavItem.???, Video = this.Video }.ToHtml() %> </span> </div> <hr /> <div class="dataControl box"> <%= new HtmlButton("???", "VideoTimeInfoOtherBatchDelete(this);")%> </div> <div id="MyVideoTimeInfoOtherData" class="data"> <table cellspacing="0" cellpadding="0" width="100%"> <tbody> <tr id="dataHead" class="dataHead"> <td valign="middle" class="sel" style="width: 20px;"> <input type="checkbox" class="trselall" /> </td> <td valign="middle">??? </td> <td valign="middle" class="disabled">??? </td> <td valign="middle">?????? </td> <td valign="middle" class="disabled" style="width: 100px;">??? </td> </tr> <!--??? ????? ????? ?? ??????? ????? ????????? ????????? class="firstLine lastLine"--> <% for (int i = 0; i <= this.ListVideoTimeInfoOther.Count - 1; i++) { var videoTimeInfoOther = this.ListVideoTimeInfoOther[i]; %> <tr class='<%= i == 0 ? "firstLine" : "" %> <%= i == this.ListVideoTimeInfoOther.Count - 1 ? "lastLine" : "" %>'> <td class="sel" valign="middle"> <%= new HtmlCheckBox() { Value = SetKey(videoTimeInfoOther.Guid, videoTimeInfoOther.Version), Class = "trsel", Title = DefineEnum.???_????.Define() }%> </td> <td class="status"> <%= videoTimeInfoOther.ParentUser.TrueName %> <%= videoTimeInfoOther.ParentUser.UserName %> </td> <td class="status"> <%= AVA.ResourcesPlatform.Config.Helper.FormatSecond(videoTimeInfoOther.Seconds / 1000) %> </td> <td class="v"> <%= videoTimeInfoOther.Description %> </td> <td class="action"> <a href="#delete" onclick="VideoTimeInfoOtherDelete(this,'<%= SetKey(videoTimeInfoOther.Guid, videoTimeInfoOther.Version) %>'); return false;">???</a></td> </tr> <% } %> </tbody> </table> </div> <script type="text/javascript"> $("#MyVideoTimeInfoOtherData .trselall").click(function () { if (this.checked == true) { $("#MyVideoTimeInfoOtherData .trsel").attr("checked", "checked"); } else { $("#MyVideoTimeInfoOtherData .trsel").removeAttr("checked"); } }) function SelectMyVideoTimeInfoOtherAll() { var bool = $("#MyVideoTimeInfoOtherData .trselall").attr("checked"); bool = !bool; if (bool == true) { $("#MyVideoTimeInfoOtherData .trsel").attr("checked", "checked"); $("#MyVideoTimeInfoOtherData .trselall").attr("checked", "checked"); } else { $("#MyVideoTimeInfoOtherData .trsel").removeAttr("checked"); $("#MyVideoTimeInfoOtherData .trselall").removeAttr("checked"); } } </script> <script type="text/javascript"> //?????? function VideoTimeInfoOtherBatchDelete(send) { var items = $("#MyVideoTimeInfoOtherData .trsel:checked"); var key = ""; for (var i = 0; i <= items.length - 1; i++) { key += "pkid=" + encodeURIComponent(items[i].value); if (i != items.length - 1) { key += "&"; } } if (key != "") { if (confirm("???????????????????????") == true) { $.ajax( { cache: false, type: "POST", url: Global.Site + "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.ClientAjax.VideoTimeInfoOtherBatchDelete", data: key, async: true, dataType: 'json', success: function (result) { $(send).val("???"); alert("???????????????") Global.Disabled(send, false); window.location.href = window.location.href; }, beforeSend: function () { $(send).val("??????..."); Global.Disabled(send, true); }, complete: function () { }, error: function (XMLHttpRequest, textStatus, errorThrown) { $(send).val("???"); Global.Disabled(send, false); var message = XMLHttpRequest.responseText; Global.Error(message); } }); } } else { alert("?????????????????????"); } }; //?????? function VideoTimeInfoOtherDelete(send, pkid) { if (confirm("?????????????????????") == true) { $.ajax( { cache: false, type: "POST", url: Global.Site + "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.ClientAjax.VideoTimeInfoOtherDelete", data: "key=" + pkid, async: true, dataType: 'json', success: function (result) { $(send).html("???"); alert("???????????????") Global.Disabled(send, false); window.location.href = window.location.href; }, beforeSend: function () { $(send).html("?????"); Global.Disabled(send, true); }, complete: function () { }, error: function (XMLHttpRequest, textStatus, errorThrown) { $(send).html("???"); Global.Disabled(send, false); var message = XMLHttpRequest.responseText; Global.Error(message); } }); } }; </script> <div> <a onclick="SelectMyVideoTimeInfoOtherAll(); return false;" href="#">???? - ???</a> </div> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de