<%
if (this.HeadPortraitUrl != null)
{
//存在头像
%>
<%= new HtmlImg(this.HeadPortraitUrl, this.User.TrueName + "的头像"){ OnErrorImg=SettingGroup.DefaultImg }%>
<%
}
else
{
//不存在头像
%>
<%= new HtmlImg(SettingGroup.DefauteUserImg, this.User.TrueName + "的头像") { Width=120, Height=120 }%>
<%
}
%>
<%--
<%= new HtmlAnchor("修改头像") { Href = WebUrl.Basic() }%>
--%>
<%--
<%= new HtmlAnchor( this.User.TrueName) { Href = WebUrl.Show(this.User.ParentDomain.Code, this.User.UserName) }%>
个性签名:
<% if (string.IsNullOrEmpty(this.User.Introduction))
{
%>
未填写
<%
}
else
{
%>
<%= this.User.Introduction%>
<%
}%>
<%= new HtmlAnchor("修改") { Href = WebUrl.Basic() }%>
注册邮箱:
<%= this.User.Email %>
登录密码:
<%= new HtmlAnchor("修改") { Href = WebUrl.Password() }%>
用户类型:
<%= this.User.ParentUserType.Name %>
视频权限:
<%
if (this.User.ParentUserType.VideoEnable)
{
if (this.User.ParentUserType.ExamineVideo)
{
%>
需审核
<%
}
else
{
%>
启用
<%
}
}
else
{
%>
未启用
<%
}
%>
<%= Define.Get("Client_专辑")%>权限:
<%
if (this.User.ParentUserType.AlbumEnable)
{
if (this.User.ParentUserType.ExamineAlbum)
{
%>
需审核
<%
}
else
{
%>
启用
<%
}
}
else
{
%>
未启用
<%
}
%>
<%
if (SettingGroup.HasMeeting)
{
%>
教研权限:
<%
if (this.User.ParentUserType.MeetingEnable)
{
if (this.User.ParentUserType.ExamineMeeting)
{
%>
需审核
<%
}
else
{
%>
启用
<%
}
}
else
{
%>
未启用
<%
}
%>
<%
}
%>
<%= Define.Get("Client_评课活动")%>评课活动权限:
<%
if (this.User.ParentUserType.SubjectEnable)
{
if (this.User.ParentUserType.ExamineSubject)
{
%>
需审核
<%
}
else
{
%>
启用
<%
}
}
else
{
%>
未启用
<%
}
%>
<%
if (SettingGroup.HasLive)
{
%>
直播权限:
<%
if (this.User.ParentUserType.ApplicationEnable)
{
if (this.User.ParentUserType.ExamineApplication)
{
%>
需审核
<%
}
else
{
%>
启用
<%
}
}
else
{
%>
未启用
<%
}
%>
<%
}
%>
开启评审:
<%
if (this.User.ParentUserType.STEnable)
{
%>
启用
<%
}
else
{
%>
未启用
<%
}
%>
--%>