Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Scnu\Control\HeaderData.ascx
??<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HeaderData.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.HeaderData" %> <li class='<%= this.HeaderItem == HeaderItem.Index ? "active" : "" %>'> <%= new HtmlAnchor(Define.Get("Client_???")) { Href = WebUrl.Index() }%></li> <% if (this.User != null && this.User.ParentUserType.LiveShow && SettingGroup.HasLive == true) { %> <li class='<%= this.HeaderItem == HeaderItem.LiveShow ? "active" : ""%> visible-desktop'> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = SettingGroup.Setting().ShowApplicationBefore ? WebUrl.Live() : WebUrl.Room() }%></li> <% } else if (this.User == null && SettingGroup.Setting().LiveShow && SettingGroup.HasLive == true) { %> <li class='<%= this.HeaderItem == HeaderItem.LiveShow ? "active" : ""%> visible-desktop'> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = SettingGroup.Setting().ShowApplicationBefore ? WebUrl.Live() : WebUrl.Room() }%></li> <% } %> <% if (this.User != null && this.User.ParentUserType.VideoShow) { %> <li class='<%= this.HeaderItem == HeaderItem.VideoShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.Video() }%></li> <% } else if (this.User == null && SettingGroup.Setting().VideoShow) { %> <li class='<%= this.HeaderItem == HeaderItem.VideoShow ? "active" : ""%> visible-desktop'> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.Video() }%></li> <% } %> <% if (this.User != null && this.User.ParentUserType.TextbookShow && SettingGroup.HasBook == true) { %> <li class='<%= this.HeaderItem == HeaderItem.TextbookShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.Textbook() }%></li> <% } else if (this.User == null && SettingGroup.Setting().TextbookShow && SettingGroup.HasBook == true) { %> <li class='<%= this.HeaderItem == HeaderItem.TextbookShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.Textbook() }%></li> <% } %> <%--<% if (this.User != null && this.User.ParentUserType.AlbumShow) { %> <li class='<%= this.HeaderItem == HeaderItem.AlbumShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.Album() }%></li> <% } else if (this.User == null && SettingGroup.Setting().AlbumShow) { %> <li class='<%= this.HeaderItem == HeaderItem.AlbumShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.Album() }%></li> <% } %>--%> <% var ListAlbumLevel = CreateInstance.AlbumLevelDao.GetAll(); %> <% foreach (var albumLevel in ListAlbumLevel) { %> <li class='<%= this.ListUrlParam.Has("ParentAlbumLevel",albumLevel.Guid)?"active":"" %>'> <%= new HtmlAnchor(albumLevel.Name) { Href=WebUrl.AlbumListForLevel(albumLevel.Guid) }%> </li> <% } %> <%--<% var listChannel = CreateInstance.ChannelDao.Where(l => l.Status == (int)AVA.ResourcesPlatform.Model.Pub.ChannelStatusEnum.???) .OrderBy(l => l.SortNumber) .ToList(); foreach (var channel in listChannel) { if (channel.ParentChannel == null) { var parentChild = false; this.ListUrlParam.Has("ParentChannel", channel.Guid); if (this.ListUrlParam.Has("ParentChannel", channel.Guid)) { parentChild = true; } else { var parentChannel = CreateInstance.ChannelDao.Get(Request.QueryString["ParentChannel"]); if (parentChannel != null && parentChannel.ParentChannel != null) { if (parentChannel.ParentChannel.Guid == channel.Guid) { parentChild = true; } } } %> <li class=' <%= parentChild ? "active" : "" %> '> <%= new HtmlAnchor(channel.Name) { Href = WebUrl.AlbumListForChannel(channel.Guid) }%> </li> <% } } %> --%> <% if (this.User != null && this.User.ParentUserType.SubjectShow && SettingGroup.HasSubject == true) { %> <li class='<%= this.HeaderItem == HeaderItem.SubjectShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.SubjectList() }%></li> <% } else if (this.User == null && SettingGroup.Setting().SubjectShow && SettingGroup.HasSubject == true) { %> <li class='<%= this.HeaderItem == HeaderItem.SubjectShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.SubjectList() }%></li> <% } %> <% if (this.User != null && this.User.ParentUserType.MeetingShow && SettingGroup.HasMeeting == true) { %> <li class='<%= this.HeaderItem == HeaderItem.MeetingShow ? "active" : ""%> visible-desktop'> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.MeetingList() }%></li> <% } else if (this.User == null && SettingGroup.Setting().MeetingShow && SettingGroup.HasMeeting == true) { %> <li class='<%= this.HeaderItem == HeaderItem.MeetingShow ? "active" : ""%> visible-desktop'> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.MeetingList() }%></li> <% } %> <% if (this.User != null && this.User.ParentUserType.ShowOnline) { %> <li class='<%= this.HeaderItem == HeaderItem.OnlineShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = SettingGroup.Setting().ClientMonitoring == true && SettingGroup.HasVideoMonitoring == true ? "?????????????????????" : WebUrl.Online() }%></li> <% } else if (this.User == null && SettingGroup.Setting().OnlineShow) { %> <li class='<%= this.HeaderItem == HeaderItem.OnlineShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = SettingGroup.Setting().ClientMonitoring == true && SettingGroup.HasVideoMonitoring == true ? "?????????????????????" : WebUrl.Online() }%></li> <% } %> <li class='<%= this.HeaderItem == HeaderItem.TeacherList ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.TeacherList() }%></li> <% if (this.User != null && this.User.ParentUserType.SchoolShow && SettingGroup.HasDomain == true) { %> <li class='<%= this.HeaderItem == HeaderItem.SchoolShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.School() }%></li> <% } else if (this.User == null && SettingGroup.Setting().SchoolShow && SettingGroup.HasDomain == true) { %> <li class='<%= this.HeaderItem == HeaderItem.SchoolShow ? "active" : ""%> '> <%= new HtmlAnchor(Define.Get("Client_??????")) { Href = WebUrl.School() }%></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