<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyVideoBar.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyVideoBar" %>

我的视频

<%= new HtmlAnchor("全部视频") { Href = WebUrl.MyVideo() }%>

我的专辑

<%= new HtmlAnchor("全部专辑") { Href= WebUrl.MyAlbum() }%>
<% if (SettingGroup.HasMeeting == true) { %>

我的教研

<%= new HtmlAnchor("全部教研") { Href= WebUrl.MyMeeting() }%>
<% } %>

我的优课评比

<%= new HtmlAnchor("全部优课评比") { Href= WebUrl.MySubject() }%>
<% if (SettingGroup.HasLive == true) { %>

我的直播

<%= new HtmlAnchor("全部直播") { Href= WebUrl.MyApplication() }%>
<% } %>