Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\Index\IndexAlbumBy.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexAlbumBy" %> <% if (this.ListAlbum != null && this.ListAlbum.Count > 0) { %> <ul> <% foreach (var album in this.ListAlbum) { %> <li> <div class="vediodiv"> <%= 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) }%> </div> <div class="clear"></div> <p class="ttle"> <%= new HtmlAnchor(album.Name) { Title = album.Name, Target = "_blank", Href = WebUrl.AlbumView(album.Guid) }%> </p> <p class="viewcounts"> <%= new HtmlAnchor(album.ParentUser.TrueName) { Href = WebUrl.Show(album.ParentUser.ParentUserType.ParentDomain.Code, album.ParentUser.UserName), Title = album.ParentUser.ParentUserType.ParentDomain.Name }%> </p> </li> <% } %> <li class="left_fix"> </li> <li class="left_fix"> </li> <li class="left_fix"> </li> <li class="left_fix"> </li> <li class="left_fix"> </li> </ul> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de