%@ Control Language="C#" AutoEventWireup="true" CodeBehind="List.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.ApplicationPV.List1" %>
<%= new HtmlCheckBox() { Class = "trSelAll", Title = DefineEnum.全选_不选_本页所有记录.Define(), Lang = ".listContainer .trsel" }%> | <% foreach (var field in this.Fields) { switch (field) { case "WeekViewCount": //ApplicationPV_周播放数 %> | ',event)"> <%= Define.Get("ApplicationPV_周播放数").HtmlEncode() %> <%= OrderBy("WeekViewCount") %> | <% break; case "MoonViewCount": //ApplicationPV_月播放数 %>',event)"> <%= Define.Get("ApplicationPV_月播放数").HtmlEncode() %> <%= OrderBy("MoonViewCount") %> | <% break; case "DayViewCount": //ApplicationPV_日播放数 %>',event)"> <%= Define.Get("ApplicationPV_日播放数").HtmlEncode() %> <%= OrderBy("DayViewCount") %> | <% break; case "YearViewCount": //ApplicationPV_年播放数 %>',event)"> <%= Define.Get("ApplicationPV_年播放数").HtmlEncode() %> <%= OrderBy("YearViewCount") %> | <% break; case "AllViewCount": //ApplicationPV_总播放数 %>',event)"> <%= Define.Get("ApplicationPV_总播放数").HtmlEncode() %> <%= OrderBy("AllViewCount") %> | <% break; case "DayCommentCount": //ApplicationPV_日评论数 %>',event)"> <%= Define.Get("ApplicationPV_日评论数").HtmlEncode() %> <%= OrderBy("DayCommentCount") %> | <% break; case "WeekCommentCount": //ApplicationPV_周评论数 %>',event)"> <%= Define.Get("ApplicationPV_周评论数").HtmlEncode() %> <%= OrderBy("WeekCommentCount") %> | <% break; case "MoonCommentCount": //ApplicationPV_月评论数 %>',event)"> <%= Define.Get("ApplicationPV_月评论数").HtmlEncode() %> <%= OrderBy("MoonCommentCount") %> | <% break; case "YearCommentCount": //ApplicationPV_年评论数 %>',event)"> <%= Define.Get("ApplicationPV_年评论数").HtmlEncode() %> <%= OrderBy("YearCommentCount") %> | <% break; case "AllCommentCount": //ApplicationPV_总评论数 %>',event)"> <%= Define.Get("ApplicationPV_总评论数").HtmlEncode() %> <%= OrderBy("AllCommentCount") %> | <% break; case "DayCollectCount": //ApplicationPV_日收藏数 %>',event)"> <%= Define.Get("ApplicationPV_日收藏数").HtmlEncode() %> <%= OrderBy("DayCollectCount") %> | <% break; case "WeekCollectCount": //ApplicationPV_周收藏数 %>',event)"> <%= Define.Get("ApplicationPV_周收藏数").HtmlEncode() %> <%= OrderBy("WeekCollectCount") %> | <% break; case "MoonCollectCount": //ApplicationPV_月收藏数 %>',event)"> <%= Define.Get("ApplicationPV_月收藏数").HtmlEncode() %> <%= OrderBy("MoonCollectCount") %> | <% break; case "YearCollectCount": //ApplicationPV_年收藏数 %>',event)"> <%= Define.Get("ApplicationPV_年收藏数").HtmlEncode() %> <%= OrderBy("YearCollectCount") %> | <% break; case "AllCollectCount": //ApplicationPV_总收藏数 %>',event)"> <%= Define.Get("ApplicationPV_总收藏数").HtmlEncode() %> <%= OrderBy("AllCollectCount") %> | <% break; } } %>|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<%= new HtmlCheckBox() { Value= SetKey(item.Guid, item.Version), Class = "trsel", Title = DefineEnum.选择_不选.Define() }%> |
|
<%
foreach (var field in this.Fields)
{
switch (field)
{
case "WeekViewCount":
%>
<%= item.WeekViewCount %> | <% break; case "MoonViewCount": %><%= item.MoonViewCount %> | <% break; case "DayViewCount": %><%= item.DayViewCount %> | <% break; case "YearViewCount": %><%= item.YearViewCount %> | <% break; case "AllViewCount": %><%= item.AllViewCount %> | <% break; case "DayCommentCount": %><%= item.DayCommentCount %> | <% break; case "WeekCommentCount": %><%= item.WeekCommentCount %> | <% break; case "MoonCommentCount": %><%= item.MoonCommentCount %> | <% break; case "YearCommentCount": %><%= item.YearCommentCount %> | <% break; case "AllCommentCount": %><%= item.AllCommentCount %> | <% break; case "DayCollectCount": %><%= item.DayCollectCount %> | <% break; case "WeekCollectCount": %><%= item.WeekCollectCount %> | <% break; case "MoonCollectCount": %><%= item.MoonCollectCount %> | <% break; case "YearCollectCount": %><%= item.YearCollectCount %> | <% break; case "AllCollectCount": %><%= item.AllCollectCount %> | <% break; } } %>