Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\SubjectView\SubjectViewVideo.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.SubjectView.SubjectViewVideo" %> <% if (this.ListSubjectVideo != null && this.ListSubjectVideo.Count > 0) { %> <div class="box mbox "> <div class="head"> <div class="title "> ????????? </div> </div> <div class="videolist body clearfix"> <ul> <% for (int i = 0; i <= this.ListSubjectVideo.Count - 1; i++) { var subjectSpeaker = this.ListSubjectVideo[i]; var video = subjectSpeaker.ParentVideo; var subject = subjectSpeaker.ParentSubject; var stUser = CreateInstance.STUserDao.Where(l => l.ParentUser.Guid == this.UserCode && l.ParentSubject == subject) .Take(1) .FirstResult(); var scoreStatus = CreateInstance.STUserDao.UserVideoScore(stUser, video); %> <li> <div class="vediodiv"> <%= new HtmlAnchor( new HtmlImg(SettingGroup.VideoCover(video), video.Name) { Width=140, Height=88, OnErrorImg=SettingGroup.DefaultImg} ) { Title = video.Name, Target = "_blank", Href = WebUrl.SubjectPlay(this.Subject.Guid,video.Guid) }%> </div> <div class="clear"></div> <p class="ttle"> <%= new HtmlAnchor(video.Name) { Target = "_blank", Title = video.Name, Href = WebUrl.SubjectPlay(this.Subject.Guid,video.Guid) }%> </p> <p class="viewcounts"> <spa>???:</spa> <span class="num"> <%= video.VideoView %></span> </p> <p> <span>???:</span> <%= new HtmlAnchor(video.Author) { Title = video.ParentUser.ParentUserType.ParentDomain.Name + " " + video.Author, Target = "_blank", Href = WebUrl.Show(video.ParentUser.ParentUserType.ParentDomain.Code, video.ParentUser.UserName) }%> <% switch (scoreStatus) { case 0: %> ??? <% break; case 1: %> ??? <% break; case 2: %> ????? <% break; } %> </p> </li> <% } %> <li> <p></p> </li> <li> <p></p> </li> <li> <p></p> </li> <li> <p></p> </li> </ul> </div> <div class="clearFloat"></div> </div> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de