Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\AlbumView\AlbumViewInfo.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.AlbumView.AlbumViewInfo" %> <h3 style="FONT-SIZE: 140%" class="headline">??????: <%= this.Album.Name %> <%= new PVHistoryCollectInstance(this) { PKId= this.Album.Guid,PVTarget="Album" }.ToHtml() %> </h3> <%= new HtmlImg(SettingGroup.AlbumCover(this.Album), this.Album.Name) { Class = "vi-img", Width=140, Height=88, OnErrorImg=SettingGroup.DefaultImg}.Style(new { margin_top = "20px" }) %> <ul class="baseinfo"> <li class="area"> <label> ???: </label> <%= new HtmlAnchor(this.Album.ParentUser.ParentUserType.ParentDomain.Name) { Target = "_blank", Href = new UrlExecute() { ParentDomain = this.Album.ParentUser.ParentUserType.ParentDomain.Guid }.ToUrl(SearchType.Album) }%> </li> <li> <label> ????: </label> <%= new HtmlAnchor(this.Album.ParentUser.TrueName) { Target = "_blank", Href = WebUrl.Show(this.Album.ParentUser.ParentUserType.ParentDomain.Code, this.Album.ParentUser.UserName), Title = this.Album.ParentUser.ParentUserType.ParentDomain.Name }%> </li> <li> <label> ???: </label> <%= this.Album.ParentAlbumLevel.Name %> </li> <% if (this.ListCategory.Count > 0) { %> <li class="stattype"> <label> ???: </label> <% foreach (var category in this.ListCategory) { %> <%= new HtmlAnchor(category.Name) { Target = "_blank", Href = new UrlExecute() { ParentChannel = category.Guid }.ToUrl(SearchType.Album) }%> <% } %></li> <% } %> <% if (this.ListChannel.Count > 0) { %> <li class="stattype"> <label> ???: </label> <% foreach (var channel in this.ListChannel) { %> <%= new HtmlAnchor(channel.Name) { Target = "_blank", Href = new UrlExecute() { ParentChannel = channel.Guid }.ToUrl(SearchType.Album) }%> <% } %></li> <% } %> <% if (this.ListAlbumTag.Count > 0) { %> <li class="stattype"> <label> ???: </label> <% foreach (var tag in this.ListAlbumTag) { %> <%= new HtmlAnchor(tag.Title) { Target = "_blank", Href = new UrlExecute() { TagTitle = tag.Title }.ToUrl(SearchType.Album) }%> <% } %> </li> <% } %> </ul> <ul class="baseinfo"> <li><span>??????:</span><span class="num"> <%= this.Album.VideoCount%></span> <span>?????:</span><span class="num"> <%= this.Album.VideoView%></span> <span>???:</span><span class="num"> <%= this.Album.CommentCount%></span> <span>???:</span><span class="num"> <%= this.Album.CollectCount%></span></li> </ul> <div class="intro "> <hr> <%= this.Album.Description.RestoreHtml() %> </div>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de