Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\VideoPlay\VideoPlayInfo.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.VideoPlay.VideoPlayInfo" %> <div class="box mbox"> <div style="cursor: s-resize;" class="head"> <div class="caption"> <div class="title"> ??????? </div> </div> </div> <!--head end--> <div class="body tabwrap" id="slide-con_AlbumInfo"> <div class="staff"> <!--??????--> <ul> <li> <%= new HtmlImg(CreateInstance.UserDao.HeadPortrait(this.Video.ParentUser)) { Height=64, Width=64 }%> </li> <li>???????? <%= new HtmlAnchor(this.Video.Author) { Target = "_blank", Href = WebUrl.Show(this.Video.ParentUser.ParentUserType.ParentDomain.Code, this.Video.ParentUser.UserName), Title = this.Video.ParentUser.ParentUserType.ParentDomain.Name }%> </li> <li>???????? <%= new HtmlAnchor(this.Video.ParentUser.ParentUserType.ParentDomain.Name) { Target = "_blank", Href = new UrlExecute() { ParentDomain = this.Video.ParentUser.ParentUserType.ParentDomain.Guid }.ToUrl(SearchType.Video) }%> </li> <li>???: <%= new HtmlAnchor(this.Video.ParentCategory.Name) { Target = "_blank", Href = new UrlExecute() { ParentCategory = this.Video.ParentCategory.Guid }.ToUrl(SearchType.Video) }%> </li> <% if (this.ListChannel.Count > 0) { %> <li>???: <% foreach (var channel in this.ListChannel) { %> <%= new HtmlAnchor(channel.Name) { Target = "_blank", Href = new UrlExecute() { ParentChannel = channel.Guid }.ToUrl(SearchType.Video) }%> <% } %> </li> <% } %> <% if (this.ListVideoTag.Count > 0) { %> <li>???: <% foreach (var tag in this.ListVideoTag) { %> <%= new HtmlAnchor(tag.Title) { Target = "_blank", Href = new UrlExecute() { TagTitle = tag.Title }.ToUrl(SearchType.Video) }%> <% } %> </li> <% } %> <li> <%= new PVHistoryCollectInstance(this) { PKId= this.Video.Guid,PVTarget="Video" }.ToHtml() %> </li> </ul> </div> <div class="pill-content"> <br class="clearfix"> </div> </div> <!--body end--> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de