Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\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="video-photo"> <%= new HtmlAnchor( new HtmlImg(SettingGroup.AlbumCover(album), album.Name) { OnErrorImg=SettingGroup.DefaultImg} ) { Title = album.Name, Target = "_blank", Href = WebUrl.AlbumView(album.Guid) }%> </div> <div class="video-infos"> <div class="title"> <%= new HtmlAnchor(album.Name) { Title = album.Name, Target = "_blank", Href = WebUrl.AlbumView(album.Guid) }%> </div> <p class="others-info"> <span class="author"> <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-who-ico"}+album.ParentUser.TrueName) { Href = WebUrl.Show(album.ParentUser.ParentDomain.Code, album.ParentUser.UserName), Title = album.ParentUser.ParentDomain.Name }%></span> </p> <% if (SettingGroup.Setting().ShowDomainName) { %><p class="others-info"> <span class="domain"> <%= new HtmlSpan() { Class = "ico ico-box-ico" }%><%= album.ParentUser.ParentDomain.Name %> <%-- = new HtmlAnchor(album.ParentUser.ParentDomain.Name){ Href=album.ParentUser.ParentDomain.RecourseSite} --%> </span></p> <% } %> </div> </li> <% } %> <li class="left_fix"> </li> <li class="left_fix"> </li> <li class="left_fix"> </li> </ul> <% } else { %> <div class="alert">??????</div> <%} %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de