Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\DefaultTheme\Control\Nav.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Nav" %> <% if (this.NavUrlParam != null && this.NavUrlParam.Count > 0) { this.NavUrlParam.Insert(0, new AVA.ResourcesPlatform.Config.UrlParam() { Field = "???", Value = WebUrl.Index() }); %> <div class="breadcrumb"> <span class="icon"></span> <% for (int i = 0; i <= this.NavUrlParam.Count - 1; i++) { var item = this.NavUrlParam[i]; if (i == this.NavUrlParam.Count - 1) { %> <span class="active"> <% } else { %> <span> <% } %> <%= new HtmlAnchor(item.Field) { Href= item.Value, Suffix="...", TextLength=24 }%> <% if (i != this.NavUrlParam.Count - 1) { %> > <% } %> </span> <% } %> <span id="spnNavSuffix"> </span> </div> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de