Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Pub\VideoPV\List.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="List.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.VideoPV.List1" %> <table class="g-table-comm" cellpadding="2px" cellspacing="0px"> <tr class="thead"> <th class="wd0"> </th> <th class="wd1 ckb"> <%= new HtmlCheckBox() { Class = "trSelAll", Title = DefineEnum.??????????????????.Define(), Lang = ".listContainer .trsel" }%> </th> <th class="wd2"> </th> <% foreach (var field in this.Fields) { switch (field) { case "WeekViewCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"WeekViewCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("WeekViewCount") %> </span> </th> <% break; case "MoonViewCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"MoonViewCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("MoonViewCount") %> </span> </th> <% break; case "DayViewCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"DayViewCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("DayViewCount") %> </span> </th> <% break; case "YearViewCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"YearViewCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("YearViewCount") %> </span> </th> <% break; case "AllViewCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"AllViewCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("AllViewCount") %> </span> </th> <% break; case "DayCommentCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"DayCommentCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("DayCommentCount") %> </span> </th> <% break; case "WeekCommentCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"WeekCommentCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("WeekCommentCount") %> </span> </th> <% break; case "MoonCommentCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"MoonCommentCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("MoonCommentCount") %> </span> </th> <% break; case "YearCommentCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"YearCommentCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("YearCommentCount") %> </span> </th> <% break; case "AllCommentCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"AllCommentCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("AllCommentCount") %> </span> </th> <% break; case "DayCollectCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"DayCollectCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("DayCollectCount") %> </span> </th> <% break; case "WeekCollectCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"WeekCollectCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("WeekCollectCount") %> </span> </th> <% break; case "MoonCollectCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"MoonCollectCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("MoonCollectCount") %> </span> </th> <% break; case "YearCollectCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"YearCollectCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("YearCollectCount") %> </span> </th> <% break; case "AllCollectCount": //VideoPV_?????? %> <th> <span onclick="Sort('<%= UserControlDefine.GetOrder(Query,"AllCollectCount").ToScriptTag() %>',event)"> <%= Define.Get("VideoPV_??????").HtmlEncode() %> <%= OrderBy("AllCollectCount") %> </span> </th> <% break; } } %> </tr> <% foreach (var item in this.ListData) { %> <tr class="trout"> <td class="wd0 summary" title="<%= DefineEnum.??????????.Define() %>" onclick="GetSummary(this,'/Pub/VideoPV/summary','guid=<%= item.Guid %>')"> </td> <td class="wd1 ckb"> <%= new HtmlCheckBox() { Value= SetKey(item.Guid, item.Version), Class = "trsel", Title = DefineEnum.???_????.Define() }%> </td> <td class="wd2"> <nobr><a href="edit.aspx?guid=<%= item.Guid %>"><%= DefineEnum.???.Define() %></a></nobr> </td> <% foreach (var field in this.Fields) { switch (field) { case "WeekViewCount": %> <td> <span title="<%= item.WeekViewCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.WeekViewCount %> </span> </td> <% break; case "MoonViewCount": %> <td> <span title="<%= item.MoonViewCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.MoonViewCount %> </span> </td> <% break; case "DayViewCount": %> <td> <span title="<%= item.DayViewCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.DayViewCount %> </span> </td> <% break; case "YearViewCount": %> <td> <span title="<%= item.YearViewCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.YearViewCount %> </span> </td> <% break; case "AllViewCount": %> <td> <span title="<%= item.AllViewCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.AllViewCount %> </span> </td> <% break; case "DayCommentCount": %> <td> <span title="<%= item.DayCommentCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.DayCommentCount %> </span> </td> <% break; case "WeekCommentCount": %> <td> <span title="<%= item.WeekCommentCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.WeekCommentCount %> </span> </td> <% break; case "MoonCommentCount": %> <td> <span title="<%= item.MoonCommentCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.MoonCommentCount %> </span> </td> <% break; case "YearCommentCount": %> <td> <span title="<%= item.YearCommentCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.YearCommentCount %> </span> </td> <% break; case "AllCommentCount": %> <td> <span title="<%= item.AllCommentCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.AllCommentCount %> </span> </td> <% break; case "DayCollectCount": %> <td> <span title="<%= item.DayCollectCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.DayCollectCount %> </span> </td> <% break; case "WeekCollectCount": %> <td> <span title="<%= item.WeekCollectCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.WeekCollectCount %> </span> </td> <% break; case "MoonCollectCount": %> <td> <span title="<%= item.MoonCollectCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.MoonCollectCount %> </span> </td> <% break; case "YearCollectCount": %> <td> <span title="<%= item.YearCollectCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.YearCollectCount %> </span> </td> <% break; case "AllCollectCount": %> <td> <span title="<%= item.AllCollectCount.ToString(string.Empty).ToScriptTag() %>"> <%= item.AllCollectCount %> </span> </td> <% break; } } %> </tr> <% } %> </table>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de