Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\Search\SearchAlbumChannel.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Search.SearchAlbumChannel" %> <% if (this.ListMasterChannel != null && this.ListMasterChannel.Count > 0) { %> <ul class="nav nav-list"> <li class="nav-header">??????</li> <li class='<%= this.ListUrlParam.NotHas("ParentChannel")?"active":"" %>'> <%= new HtmlAnchor("???") { Href = WebUrl.Album(this.ListUrlParam.Remove("ParentChannel")) }%> </li> <% foreach (var channel in this.ListMasterChannel) { %> <li class='<%= this.ListUrlParam.Has("ParentChannel",channel.Guid)?"active":"" %>'> <%= new HtmlAnchor(channel.Name) { Href=WebUrl.Album(this.ListUrlParam.AddOnly("ParentChannel",channel.Guid)) }%> </li> <% var listChannel = this.ListChannel(channel); if (listChannel.Count > 0) { %> <% foreach (var subChannel in listChannel) { %> <li class='<%= this.ListUrlParam.Has("ParentChannel",subChannel.Guid)?"active":"" %>'> <%= new HtmlAnchor(subChannel.Name) { Href = WebUrl.Album(this.ListUrlParam.AddOnly("ParentChannel", subChannel.Guid)) }.Style(new { Padding_Left="28px" })%> </li> <% } } } %> </ul> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de