Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\My\MySubjectAttachmentList.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MySubjectAttachmentList.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySubjectAttachmentList" %> <div class="well"> <div class="p_title"> <span class="title">???????????</span>????????? <span> <%= this.Subject._ListSubjectAttachment.Count %>????? </span><span class="f_r"> <%= new MySubjectNavInstance(this) { Local = "???" }.ToHtml()%> </span> </div> <div class="dataControl box"> <%= new HtmlButton("???...", "window.location.href='" + WebUrl.MySubjectAttachmentAdd(this.Subject.Guid) + "';")%> <%= new HtmlButton("???", "SubjectAttachmentBatchDelete(this);")%> </div> <div id="MySubjectAttachmentData" 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" class="disabled"> ??? </td> <td valign="middle" class="disabled" style="width: 100px;"> ??? </td> </tr> <!--??? ????? ????? ?? ??????? ????? ????????? ????????? class="firstLine lastLine"--> <% for (int i = 0; i <= this.ListSubjectAttachment.Count - 1; i++) { var subjectAttachment = this.ListSubjectAttachment[i]; %> <tr class='<%= i == 0 ? "firstLine" : "" %> <%= i == this.ListSubjectAttachment.Count - 1 ? "lastLine" : "" %>'> <td class="sel" valign="middle"> <%= new HtmlCheckBox() { Value = SetKey(subjectAttachment.Guid, subjectAttachment.Version), Class = "trsel", Title = DefineEnum.???_????.Define() }%> </td> <td class="v"> <%= new HtmlAnchor(subjectAttachment.FileName) { Target = "_blank", Href = SettingGroup.SubjectAttachmentFile(subjectAttachment) }%> </td> <td> <%= ((AVA.ResourcesPlatform.Model.Pub.SubjectAttachmentFileTypeEnum)subjectAttachment.FileType).Define() %> </td> <td> <%= AVA.ResourcesPlatform.Config.Helper.FormatSize(subjectAttachment.FileSize) %> </td> <td class="action"> <%= new HtmlAnchor("???") { Href = WebUrl.MySubjectAttachmentEdit(subjectAttachment.Guid) }%> | <a href="#delete" onclick="SubjectAttachmentDelete(this,'<%= SetKey(subjectAttachment.Guid, subjectAttachment.Version) %>'); return false;">???</a> </td> </tr> <% } %> </tbody> </table> </div> <script type="text/javascript"> $("#MySubjectAttachmentData .trselall").click(function () { if (this.checked == true) { $("#MySubjectAttachmentData .trsel").attr("checked", "checked"); } else { $("#MySubjectAttachmentData .trsel").removeAttr("checked"); } }) function SelectMySubjectAttachmentAll() { var bool = $("#MySubjectAttachmentData .trselall").attr("checked"); bool = !bool; if (bool == true) { $("#MySubjectAttachmentData .trsel").attr("checked", "checked"); $("#MySubjectAttachmentData .trselall").attr("checked", "checked"); } else { $("#MySubjectAttachmentData .trsel").removeAttr("checked"); $("#MySubjectAttachmentData .trselall").removeAttr("checked"); } } </script> <script type="text/javascript"> //?????? function SubjectAttachmentBatchDelete(send) { var items = $("#MySubjectAttachmentData .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.SubjectAttachmentBatchDelete", 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 SubjectAttachmentDelete(send, pkid) { if (confirm("?????????????????????") == true) { $.ajax( { cache: false, type: "POST", url: Global.Site + "/Ajax.aspx?AVA.ResourcesPlatform.Ajax.ClientAjax.SubjectAttachmentDelete", 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="SelectMySubjectAttachmentAll(); return false;" href="#">???? - ???</a> </div> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de