Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Putian\Control\HeaderData.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HeaderData.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.HeaderData" %> <li> <%= new HtmlAnchor("???") { Href = WebUrl.Index() }%></li> <% if (SettingGroup.HasLive == true) { %> <li class="visible-desktop"><a href="/WeekRanking.html" title="???????">???????</a></li> <li class='<%= this.HeaderItem == HeaderItem.LiveShow ? "active" : "" %> visible-desktop'> <%= new HtmlAnchor("??????") { Href = WebUrl.Live() }%></li> <% } %> <% if (SettingGroup.HasMeeting == true) { var listMeetingLevel = CreateInstance.MeetingLevelDao.Where(l => l.Status == (int)AVA.ResourcesPlatform.Model.Pub.MeetingLevelStatusEnum.???) .OrderBy(l => l.SortNumber) .ToList(); foreach (var meetingLevel in listMeetingLevel) { %> <li class='<%= this.Local == "Meeting"+meetingLevel.Guid ? "active" : "" %> visible-desktop'> <%= new HtmlAnchor(meetingLevel.Name) { Href = WebUrl.MeetingList(meetingLevel.Guid) }%></li> <% } } %> <li class='<%= this.HeaderItem == HeaderItem.AlbumShow ? "active" : "" %>'> <%= new HtmlAnchor("??????") { Href = WebUrl.AlbumList() }%></li> <li class='<%= this.Local == "Video" ? "active" : "" %>'> <%= new HtmlAnchor("??????") { Href = WebUrl.Video() }%></li> <% if (CreateInstance.ConfigDao.Config(CookieGroup.DomainGuid).OnlineShow == true) { %> <li class='<%= this.HeaderItem == HeaderItem.OnlineShow ? "active" : "" %>'> <%= new HtmlAnchor("???????") { Href = WebUrl.Online() }%></li> <% } %> <% if (SettingGroup.HasDomain == true) { %> <li class='<%= this.HeaderItem == HeaderItem.SchoolShow ? "active" : "" %> visible-desktop'> <%= new HtmlAnchor("??????") { Href = WebUrl.School() }%></li> <li class='<%= this.HeaderItem == HeaderItem.SubjectShow ? "active" : "" %> visible-desktop'> <%= new HtmlAnchor("??????") { Href = WebUrl.SubjectList() }%></li> <% } %> <li class="visible-desktop"><a href="http://218.6.6.243/" title="????????????">??????</a></li> <% if (this.User != null) { %> <li id="liHeaderMy" class='<%= this.HeaderItem == HeaderItem.My ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href= WebUrl.My()}%> </li> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de