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