%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexAlbumBy" %> <% if (this.ListAlbum != null && this.ListAlbum.Count > 0) { %>
<%= new HtmlAnchor(
new HtmlImg(SettingGroup.AlbumCover(album), album.Name) { Width=140, Height=88, OnErrorImg=SettingGroup.DefaultImg}
) { Title = album.Name, Target = "_blank", Href = WebUrl.AlbumView(album.Guid) }%>
|
<%= new HtmlAnchor(album.Name) { Title = album.Name, Target = "_blank", Href = WebUrl.AlbumView(album.Guid) }%> <%= new HtmlAnchor(album.ParentUser.TrueName) { Href = WebUrl.Show(album.ParentUser.ParentUserType.ParentDomain.Code, album.ParentUser.UserName), Title = album.ParentUser.ParentUserType.ParentDomain.Name }%> |