<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.User.Index" %> 名师空间 - <%= this.Title %> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/jquery.1.9.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.ScriptTheme("js/jquery-ui.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("js", "/global.js")%> <%= new HeadInstance(this) { }.ToHtml() %> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem=HeaderItem.Index, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html,new SearchAlbumMaxInstance(this){}.ToHtml()) }.ToHtml()%>
教师介绍
<%= new NavInstance(this) { }.Add(this.LocalUser.TrueName,null).ToHtml()%>
<%= new HtmlImg(SettingGroup.UserHeadPortraitL(this.LocalUser)) { OnErrorImg=SettingGroup.DefauteUserMaxImg ,Class="", Width=120, Height=120}%>

<%= this.LocalUser.TrueName %> <%= this.LocalUser.ParentUserType.Name %>

个性签名:<%=this.LocalUser.Introduction %>

 视频数量:<%= CreateInstance.VideoDao.DayVideoCount(new AVA.ResourcesPlatform.Config.TotalParameter() { UserGuid = this.LocalUser.Guid }) %>
 专辑数量:<%= CreateInstance.AlbumDao.DayAlbumCount(new AVA.ResourcesPlatform.Config.TotalParameter() { UserGuid = this.LocalUser.Guid }) %>

<%--浏览数量:12

--%>
<%= this.LocalUser.Remark %>
<%-- end body --%>
<%= new IndexAlbumByInstance(this) {ParentUserGuid = this.LocalUser.Guid, PageSize=12, OrderBy=AVA.ResourcesPlatform.Config.OrderType.时间倒序 }.ToHtml()%>
<%= new IndexVideoByInstance(this) { TransferControl="/User/UserVideo",ParentUserGuid = this.LocalUser.Guid, PageSize=12, OrderBy=AVA.ResourcesPlatform.Config.OrderType.时间倒序 }.ToHtml()%>
    <%= new IndexNoticeByInstance(this) { ListNoticeCount=9, FirstString=40 }.ToHtml()%>
<%= new HtmlAnchor("最新上传") { Href = WebUrl.Video() }%>
<%= new IndexVideoByInstance(this) { PageSize=5 ,TransferControl="/Index/IndexVideoByHot"}.ToHtml()%>
<%= new HtmlAnchor("热门视频") { Href = WebUrl.Video() }%>
<%= new IndexVideoByInstance(this) { PageSize=5 , OrderBy=AVA.ResourcesPlatform.Config.OrderType.年播放量, TransferControl="/Index/IndexVideoByHot"}.ToHtml()%>
<%= new FooterInstance(this) { }.ToHtml() %> <%= new UserGuestAddInstance(this) { Target = this.LocalUser.Guid }.ToHtml()%>