%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexAlbumBy" %> <% if (this.ListAlbum != null && this.ListAlbum.Count > 0) { %>
<%= 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 }%>