">
<%= Define.Get("ApplicationPV_周播放数").HtmlEncode() %>:
|
<%= new HtmlText("WeekViewCount", this.ViewData["_ApplicationPV.WeekViewCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_月播放数").HtmlEncode() %>:
|
<%= new HtmlText("MoonViewCount", this.ViewData["_ApplicationPV.MoonViewCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_日播放数").HtmlEncode() %>:
|
<%= new HtmlText("DayViewCount", this.ViewData["_ApplicationPV.DayViewCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_年播放数").HtmlEncode() %>:
|
<%= new HtmlText("YearViewCount", this.ViewData["_ApplicationPV.YearViewCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_总播放数").HtmlEncode() %>:
|
<%= new HtmlText("AllViewCount", this.ViewData["_ApplicationPV.AllViewCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_日评论数").HtmlEncode() %>:
|
<%= new HtmlText("DayCommentCount", this.ViewData["_ApplicationPV.DayCommentCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_周评论数").HtmlEncode() %>:
|
<%= new HtmlText("WeekCommentCount", this.ViewData["_ApplicationPV.WeekCommentCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_月评论数").HtmlEncode() %>:
|
<%= new HtmlText("MoonCommentCount", this.ViewData["_ApplicationPV.MoonCommentCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_年评论数").HtmlEncode() %>:
|
<%= new HtmlText("YearCommentCount", this.ViewData["_ApplicationPV.YearCommentCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_总评论数").HtmlEncode() %>:
|
<%= new HtmlText("AllCommentCount", this.ViewData["_ApplicationPV.AllCommentCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_日收藏数").HtmlEncode() %>:
|
<%= new HtmlText("DayCollectCount", this.ViewData["_ApplicationPV.DayCollectCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_周收藏数").HtmlEncode() %>:
|
<%= new HtmlText("WeekCollectCount", this.ViewData["_ApplicationPV.WeekCollectCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_月收藏数").HtmlEncode() %>:
|
<%= new HtmlText("MoonCollectCount", this.ViewData["_ApplicationPV.MoonCollectCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_年收藏数").HtmlEncode() %>:
|
<%= new HtmlText("YearCollectCount", this.ViewData["_ApplicationPV.YearCollectCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|
">
<%= Define.Get("ApplicationPV_总收藏数").HtmlEncode() %>:
|
<%= new HtmlText("AllCollectCount", this.ViewData["_ApplicationPV.AllCollectCount"]) { Class = "ipt-t ipt-t-dft ", ReadOnly = true }%>
|