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