<%= new MyMenuInstance(this) { MyMenuItem = MyMenuItem.My }.ToHtml()%>
<%
if (this.User.ParentUserType.ApplicationEnable)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_申请直播")) { Href=WebUrl.MyApplicationAdd(),Title=Define.Get("Client_申请直播"), Class="btn-add" }%>
<%
}
%>
<%
if (this.User.ParentUserType.VideoEnable)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_上传视频")) { Href=WebUrl.MyVideoUpload(), Title=Define.Get("Client_上传视频"), Class="btn-add" }%>
<%
}
%>
<%
if (this.User.ParentUserType.AlbumEnable)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_创建专辑")) { Href=WebUrl.MyAlbumAdd(),Title=Define.Get("Client_创建专辑"), Class="btn-add" }%>
<%
}
%>
<%
if (this.User.ParentUserType.MeetingEnable && SettingGroup.HasMeeting == true)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_创建教研")) { Href=WebUrl.MyMeetingAdd(),Title=Define.Get("Client_创建教研"), Class="btn-add" }%>
<%
}
%>
<%
if (this.User.ParentUserType.SubjectEnable && SettingGroup.HasSubject)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_创建评课")) { Href=WebUrl.MySubjectAdd(),Title=Define.Get("Client_创建评课"), Class="btn-add" }%>
<%
}
%>
<%
if (this.User.ParentUserType.CourseLive && SettingGroup.HasInstructor)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_在线巡课")) { Href = WebUrl.MyCourseLive(),Title=Define.Get("Client_在线巡课"), Class="btn-add ma_myxunke"} %>
<%
}
%>
<%
if (this.User.ParentUserType.HeadMasterEnable)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_平台统计")) { Href = WebUrl.MasterIndex() , Title=Define.Get("Client_平台统计"), Class="btn-add ma_mycal" }%>
<%
}
%>
<%
if (this.User.ParentUserType.StudentEbable)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_我的提问")) { Href = WebUrl.MyStudentAsk() , Title=Define.Get("Client_我的提问"), Class="btn-add st_myask" }%>
<%
}
%>
<%
if (this.User.ParentUserType.TeacherEbable)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_提问回复")) { Href = WebUrl.MyVideoAskReplay() , Title=Define.Get("Client_提问回复"), Class="btn-add te_myanswers" }%>
<%
}
%>
<%
if (this.User.ParentUserType.GrowUp == true && SettingGroup.HasST)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("NavTop_GrowthPath_成长轨迹")) { Href = WebUrl.MyGrowthPath() , Title=Define.Get("NavTop_GrowthPath_成长轨迹"),Class="btn-add te_mygrowth" }%>
<%
}
%>
<%
if (this.User.ParentUserType.InstructorEnable == true && SettingGroup.HasInstructor)
{
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_科组巡课")) { Href = WebUrl.Live() ,Title=Define.Get("Client_科组巡课"),Class="btn-add ma_myxunke"} %>
<%
}
%>
<%= new HtmlAnchor(new HtmlSpan(){ Class="org_bot_cor"}+Define.Get("Client_我的收藏")) { Href = WebUrl.MyCollect() ,Title=Define.Get("Client_我的收藏"),Class="btn-add st_myfav" }%>
<%= new HtmlAnchor( this.User.TrueName) { Href = WebUrl.Show(this.User.ParentUserType.ParentDomain.Code, this.User.UserName) }%>,您好!
<%= new MyMessageBarInstance(this) { PageSize = 10 }.ToHtml() %>
<%= new MyNoticeBarInstance(this) { ListNoticeCount = 10 }.ToHtml() %>