%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MySTVideoScore" %> <%= new MySubjectNavInstance(this) { Local = MySubjectNavItem.作品得分, Subject = this.Subject }.ToHtml()%>
评分人员 | 应评视频数 | 已评视频数 | |||
<%= item.ParentUser.TrueName %> | <%= CreateInstance.STUserVideoDao.Count(l=>l.ParentSTUser.ParentUser == item.ParentUser && l.ParentSubjectVideo.ParentSubject == this.Subject)%> | <%= scoreVideoCount %> |
参赛视频名称 | 评分情况 | <%--评分明细 | --%>分数 | 操作 | <%--总分 | --%>
<%= new HtmlAnchor(itemVideo.ParentVideo.Name) { Href = WebUrl.SubjectPlay(this.Subject.Guid,itemVideo.ParentVideo.Guid),Target="_blank" }%> |
<% var stUserVideoList = CreateInstance.STUserVideoDao.Where(l => l.ParentSubjectVideo == itemVideo).ToList();
if (stUserVideoList.Count == 0)
{
%>
该视频未分配
<%
}
else
{
%>
<%--应评人数:<%= stUserVideoList.Count %> --%> 应评人数:<%= subjectVideo.STUserCount %> <%--已评人数:<%= CreateInstance.STVideoScoreDao.VideoScoreCount(this.Subject,itemVideo.ParentVideo) %>--%> 已评人数:<%= subjectVideo.HasSTUserCount %> <% } %> |
<%-- | --%> <%= subjectVideo.AllScore == null ? 0 : Math.Round(subjectVideo.AllScore.ToDecimal(),1,MidpointRounding.AwayFromZero) %> | <%if(stUserVideoList.Count > 0) { %> 查看评分详情 <%} %> |