<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyBar.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyBar" %> <%-- 欢迎, <%= new HtmlAnchor(this.User.ParentDomain.Name + " " + this.User.TrueName) { Href = WebUrl.Show(this.User.ParentDomain.Code, this.User.UserName) }%> ! 你的视频空间已经被浏览了这个浏览空间还没有次, 你上传的视频共计播放了<%= this.User.VideoView %>次    --%>
<%= new HtmlAnchor("上传视频") { Href = WebUrl.MyVideoUpload(),Class="btn-add " }%> <%= new HtmlAnchor(Define.Get("Client_我的专辑")) { Href = WebUrl.MyAlbumAdd() ,Class="btn-add " }%> <% if (this.User.ParentUserType.MeetingEnable && SettingGroup.HasMeeting == true) { if (this.UserCode == null || CreateInstance.UserDao.Get(this.UserCode).ParentUserType.Name == "学生") { } else { %> <%= new HtmlAnchor("创建教研") { Href = WebUrl.MyMeetingAdd() ,Class="btn-add " }%> <% } } %> <% if (this.User.ParentUserType.SubjectEnable && SettingGroup.HasSubject == true) { if (this.UserCode == null || CreateInstance.UserDao.Get(this.UserCode).ParentUserType.Name == "学生") { } else { %> <%= new HtmlAnchor("创建评课") { Href = WebUrl.MySubjectAdd() ,Class="btn-add " }%> <% } } %> <% if (this.User.ParentUserType.ApplicationEnable && SettingGroup.HasLive == true) { if (this.UserCode == null || CreateInstance.UserDao.Get(this.UserCode).ParentUserType.Name == "学生") { } else { %> <%= new HtmlAnchor("申请录制") { Href = WebUrl.MyApplicationAdd() ,Class="btn-add"} %> <% } } %>