Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\AlbumPlay\AlbumPlayInfo.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.AlbumPlay.AlbumPlayInfo" %> <div class="box "> <div class=""> <div class=""> <ul class="nav nav-tabs tabs"> <li tabidx="rkLst4" id="thrkLst1" class="active"><a href="#cont" onclick="return false;">????????</a></li> <li tabidx="rkLst5" id="thrkLst2"> <%= new HtmlAnchor("???????") { Target="_blank", Href = WebUrl.AlbumView(this.Album.Guid) }%> </li> </ul> </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> <% 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> <% } %> </ul> </div> <div class="pill-content"> <div id="cont" data-pills="thrkLst1" class="active"> <div class="pill-body textlist"> <div class="staff"> <div class="clearfix"> </div> <p> <%= this.Video.Description.RestoreHtml() %> </p> </div> </div> </div> <div id="cont2" data-pills="thrkLst2" class=""> <div class="pill-body"> <div class="staff"> <!--??????--> <p> <%= this.Album.Description.RestoreHtml() %> </p> </div> </div> </div> <br class="clearfix"> </div> </div> <!--body end--> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de