Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\Control\My\MyExamineAlbum.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyExamineAlbum.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyExamineAlbum" %> <%= new MyExamineNavTopInstance(this) { Local= MyExamineNavTopItem.?????? }.ToHtml()%> <div class="flat data-box"> <div class="head"> <span class="title">????????<%= this.Query.RecordCount %>??<%= Define.Get("Client_???")%>???????</span> </div> <div class="dataControl "> <form id="frmExamineAlbumSearch" method="post" action="<%= WebUrl.Proxy() %>"> ????? <%= new HtmlText("Name", this.Name) { Width = 120 }%> ????? <%= new HtmlText("CreateTimeBegin", this.CreateTimeBegin.ToShortDate()) { Width = 80 }%> ?? <%= new HtmlText("CreateTimeEnd", this.CreateTimeEnd.ToShortDate()) { Width = 80 }%> <%= new HtmlHidden("Key","MyExamineAlbum") %> <%= new HtmlSubmit("???") %> <div class="btn-group"> <%= new HtmlButton("???", "AlbumBatchExamine(this);"){ Class="btn btn-success pull-right" }%> <%= new HtmlButton("???", "AlbumBatchUnExamine(this);"){ Class="btn btn-warning pull-right" }%> </div> <%= new HtmlButton("???", "AlbumBatchDelete(this);"){ Class="btn btn-danger pull-right" }%> </form> <script type="text/javascript"> $(function () { $("#frmExamineAlbumSearch [name=CreateTimeBegin]").datepicker({ maxDate: new Date($("#frmExamineAlbumSearch [name=CreateTimeEnd]").val()), onClose: function () { $("#frmExamineAlbumSearch [name=CreateTimeEnd]").datepicker("option", "minDate", new Date(this.value)); } }); $("#frmExamineAlbumSearch [name=CreateTimeEnd]").datepicker({ minDate: new Date($("#frmExamineAlbumSearch [name=CreateTimeBegin]").val()), onClose: function () { $("#frmExamineAlbumSearch [name=CreateTimeBegin]").datepicker("option", "maxDate", new Date(this.value)); } }); }); </script> <script type="text/javascript"> //?????? function AlbumBatchExamine(send) { var items = $("#MyAlbumData .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("??????????????<%= Define.Get("Client_???")%>???") == true) { $.ajax( { cache: false, type: "POST", url: Global.Site + "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.ClientAjax.AlbumBatchExamine", data: key, async: true, dataType: 'json', success: function (result) { $(send).val("???"); flash("<%= Define.Get("Client_???")%>??????") Global.Disabled(send, false); window.location.href = window.location.href; //location.reload(); }, 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 { flash("???????????????"); } }; //?????? function AlbumBatchUnExamine(send) { var items = $("#MyAlbumData .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("???????????<%= Define.Get("Client_???")%>???") == true) { $.ajax( { cache: false, type: "POST", url: Global.Site + "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.ClientAjax.AlbumBatchUnExamine", data: key, async: true, dataType: 'json', success: function (result) { $(send).val("???"); flash("<%= Define.Get("Client_???")%>??????") Global.Disabled(send, false); window.location.href = window.location.href; //location.reload(); }, 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 { flash("???????????????"); } }; //?????? function AlbumBatchDelete(send) { var items = $("#MyAlbumData .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("???????????<%= Define.Get("Client_???")%>???") == true) { $.ajax( { cache: false, type: "POST", url: Global.Site + "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.ClientAjax.AlbumBatchDelete", data: key, async: true, dataType: 'json', success: function (result) { $(send).val("???"); flash("<%= Define.Get("Client_???")%>??????") Global.Disabled(send, false); $("#frmExamineAlbumSearch").submit(); }, 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 { flash("???????????<%= Define.Get("Client_???")%>??"); } }; //?????? function AlbumDelete(send, pkid) { if (confirm("?????????<%= Define.Get("Client_???")%>???") == true) { $.ajax( { cache: false, type: "POST", url: Global.Site + "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.ClientAjax.AlbumDelete", data: "key=" + pkid, async: true, dataType: 'json', success: function (result) { $(send).html("???"); flash("<%= Define.Get("Client_???")%>??????") Global.Disabled(send, false); $("#frmExamineAlbumSearch").submit(); }, 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> <div id="MyAlbumData" class="data"> <div class=""> <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 >??? </td> <td >???</td> <td >????</td> <td >??? </td> <td >?????? </td> <td >??? </td> </tr> <!--??? ????? ????? ?? ??????? ????? ????????? ????????? class="firstLine lastLine"--> <% for (int i = 0; i <= this.ListAlbum.Count - 1; i++) { var album = this.ListAlbum[i]; %> <tr class='<%= i == 0 ? "firstLine" : "" %> <%= i == this.ListAlbum.Count - 1 ? "lastLine" : "" %>'> <td class="sel"> <%= new HtmlCheckBox() { Value = SetKey(album.Guid, album.Version), Class = "trsel", Title = DefineEnum.???_????.Define() }%> </td> <td class="v min-video-photo-td"> <div class="min-video-photo"><%= new HtmlAnchor( new HtmlImg(SettingGroup.AlbumCover(album), album.Name) { OnErrorImg=SettingGroup.DefaultImg}) { Href = WebUrl.MyAlbumVideo(album.Guid), Title=album.Name }%></div> </td> <td> <p> <%= new HtmlAnchor(album.Name) { Href = WebUrl.MyAlbumVideo(album.Guid) }%> </p> </td> <td> <% var classStatus = ""; if (album.Status == (int)AVA.ResourcesPlatform.Model.Pub.AlbumStatusEnum.???) { classStatus = "pass"; } else { classStatus = ""; } %> <span class="<%=classStatus %>"> <%= ((AVA.ResourcesPlatform.Model.Pub.AlbumStatusEnum)album.Status).Define() %> </span><br /> <% var classExamine = ""; if (album.Examine == (int)AVA.ResourcesPlatform.Model.Pub.AlbumExamineEnum.??????) { classExamine = "pass"; } else if (album.Examine == (int)AVA.ResourcesPlatform.Model.Pub.AlbumExamineEnum.????????) { } else { classExamine = ""; } %> <span class="<%=classExamine %>"> <%= ((AVA.ResourcesPlatform.Model.Pub.AlbumExamineEnum)album.Examine).Define() %> </span><br /> <% if (album.LockAlbum == (int)AVA.ResourcesPlatform.Model.Pub.AlbumLockAlbumEnum.???) { %> <%= new HtmlSpan("???") { Title = album.ParentLockUser.UserName + " " + album.LockDateTime + " " + album.LockDescription }.Style(new { Color = "Red" })%> <% } %> </td> <td> <%= album.CreateTime.ToDateTimeN().ToShortDate() %> </td> <td class="play"> <%= CreateInstance.AlbumVideoDao.Count(l=>l.ParentAlbum== album) %> </td> <td class="action"> <a href="#delete" onclick="AlbumDelete(this,'<%= SetKey(album.Guid, album.Version) %>'); return false;">???</a> </td> </tr> <% } %> </tbody> </table> </div> <script type="text/javascript"> $("#MyAlbumData .trselall").click(function () { if (this.checked == true) { $("#MyAlbumData .trsel").attr("checked", "checked"); } else { $("#MyAlbumData .trsel").removeAttr("checked"); } }) function SelectMyAlbumAll() { var bool = $("#MyAlbumData .trselall").attr("checked"); bool = !bool; if (bool == true) { $("#MyAlbumData .trsel").attr("checked", "checked"); $("#MyAlbumData .trselall").attr("checked", "checked"); } else { $("#MyAlbumData .trsel").removeAttr("checked"); $("#MyAlbumData .trselall").removeAttr("checked"); } } </script> </div> <div> <a onclick="SelectMyAlbumAll(); return false;" href="#">???? - ???</a> </div> <%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.MyExamineAlbum(int.MaxValue, this.Name, this.CreateTimeBegin.ToString(null), this.CreateTimeEnd.ToString(null)) }.ToHtml()%> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de