%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.AlbumView.AlbumViewInfo" %>
课程专辑:
<%= this.Album.Name %>
<%= new PVHistoryCollectInstance(this) { PKId= this.Album.Guid,PVTarget="Album" }.ToHtml() %>
<%= new HtmlImg(SettingGroup.AlbumCover(this.Album), this.Album.Name) { Class = "vi-img", Width=140, Height=88, OnErrorImg=SettingGroup.DefaultImg}.Style(new { margin_top = "20px" }) %>
-
<%= new HtmlAnchor(this.Album.ParentUser.ParentUserType.ParentDomain.Name) { Target = "_blank", Href = new UrlExecute() { ParentDomain = this.Album.ParentUser.ParentUserType.ParentDomain.Guid }.ToUrl(SearchType.Album) }%>
-
<%= 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 }%>
-
<%= this.Album.ParentAlbumLevel.Name %>
<%
if (this.ListCategory.Count > 0)
{
%>
-
<%
foreach (var category in this.ListCategory)
{
%>
<%= new HtmlAnchor(category.Name) { Target = "_blank", Href = new UrlExecute() { ParentChannel = category.Guid }.ToUrl(SearchType.Album) }%>
<%
}
%>
<%
}
%>
<%
if (this.ListChannel.Count > 0)
{
%>
-
<%
foreach (var channel in this.ListChannel)
{
%>
<%= new HtmlAnchor(channel.Name) { Target = "_blank", Href = new UrlExecute() { ParentChannel = channel.Guid }.ToUrl(SearchType.Album) }%>
<%
}
%>
<%
}
%>
<%
if (this.ListAlbumTag.Count > 0)
{
%>
-
<%
foreach (var tag in this.ListAlbumTag)
{
%>
<%= new HtmlAnchor(tag.Title) { Target = "_blank", Href = new UrlExecute() { TagTitle = tag.Title }.ToUrl(SearchType.Album) }%>
<%
}
%>
<%
}
%>
- 视频数量:
<%= this.Album.VideoCount%> 总播放:
<%= this.Album.VideoView%> 评论:
<%= this.Album.CommentCount%> 收藏:
<%= this.Album.CollectCount%>
<%= this.Album.Description.RestoreHtml() %>