Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\Application\ListDownloadMessage.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ListDownloadMessage.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.Application.ListDownloadMessage" %> <table class="g-table-comm" cellpadding="2px" cellspacing="0px"> <tr class="thead"> <th class="wd0"></th> <th class="wd2"></th> <% foreach (var field in this.Fields) { switch (field) { case "ApplicationUserUserName": //Application_UserUserName_????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_User.UserName").ToScriptTag() %>',event)"> <%= Define.Get("Application_UserUserName_?????").HtmlEncode() %> <%= OrderBy("_User.UserName") %> </span> </th> <% break; case "ApplicationRecordEquipmentName": //Application_RecordEquipmentName_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"_RecordEquipment.Name").ToScriptTag() %>',event)"> <%= Define.Get("Application_RecordEquipmentName_??????").HtmlEncode() %> <%= OrderBy("_RecordEquipment.Name") %> </span> </th> <% break; case "ApplicationDate": //Application_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"ApplicationDate").ToScriptTag() %>',event)"> <%= Define.Get("Application_??????").HtmlEncode() %> <%= OrderBy("ApplicationDate") %> </span> </th> <% break; case "Title": //Application_??? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"Title").ToScriptTag() %>',event)"> <%= Define.Get("Application_???").HtmlEncode() %> <%= OrderBy("Title") %> </span> </th> <% break; case "DownloadAllRecord": //Application_????????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"DownloadAllRecord").ToScriptTag() %>',event)"> <%= Define.Get("Application_?????????").HtmlEncode() %> <%= OrderBy("DownloadAllRecord") %> </span> </th> <% break; case "DownloadDateTime": //Application_???????????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"DownloadDateTime").ToScriptTag() %>',event)"> <%= Define.Get("Application_????????????").HtmlEncode() %> <%= OrderBy("DownloadDateTime") %> </span> </th> <% break; case "DownloadMessage": //Application_????????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"DownloadMessage").ToScriptTag() %>',event)"> <%= Define.Get("Application_?????????").HtmlEncode() %> <%= OrderBy("DownloadMessage") %> </span> </th> <% break; } } %> </tr> <% foreach (var item in this.ListData) { %> <tr class="trout"> <td class="wd0 summary" title="<%= DefineEnum.??????????.Define() %>"></td> <td class="wd2"> <nobr><a style="cursor: pointer" onclick="ReDownloadMessage(this)" key="<%= SetKey(item.Guid,item.Version) %>">??????</a> <a style="cursor: pointer" onclick="ClearDownloadMessage(this)" key="<%= SetKey(item.Guid,item.Version) %>">??????</a> </nobr> </td> <% foreach (var field in this.Fields) { switch (field) { case "ApplicationUserUserName": %> <td> <span title="<%= ViewData.Val("ParentUser.UserName", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentUser.UserName", item) %> <%= ViewData.Val("ParentUser.TrueName", item) %> </span> </td> <% break; case "ApplicationRecordEquipmentName": %> <td> <span title="<%= ViewData.Val("ParentRecordEquipment.Name", item).ToString(string.Empty).ToScriptTag() %>"> <%= ViewData.Val("ParentRecordEquipment.Name", item) %> </span> </td> <% break; case "ApplicationDate": %> <td> <span title="<%= item.ApplicationDate.ToDateTimeN().ToAutoShortDate() %>"> <%= item.StartTime.ToDateTimeN().ToAutoShortDate() %> ?? <%= item.EndTime.ToDateTimeN().ToAutoShortDate() %> </span> </td> <% break; case "Title": %> <td> <span title="<%= item.Title.ToString(string.Empty).ToScriptTag() %>"> <%= item.Title %> <%= item.Speaker %> </span> </td> <% break; case "DownloadAllRecord": %> <td> <span title="<%= item.DownloadAllRecord.ToString(string.Empty).ToScriptTag() %>"> <%= item.DownloadAllRecord != null ? ((AVA.ResourcesPlatform.Model.Pub.ApplicationDownloadAllRecordEnum)item.DownloadAllRecord).Define() : null %> </span> </td> <% break; case "DownloadDateTime": %> <td> <span title="<%= item.DownloadDateTime.ToString(string.Empty).ToScriptTag() %>"> <%= item.DownloadDateTime.ToAutoShortDate() %> </span> </td> <% break; case "DownloadMessage": %> <td> <%= new HtmlSpan(item.DownloadMessage) { FilterHtml = true, TextLength = 30, Suffix = "...", WideWord = true } %> </td> <% break; } } %> </tr> <% } %> </table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de