<%@ 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)) { Width = 150 ,OnErrorImg=SettingGroup.DefauteUserMaxImg }%>

名师介绍: <%= this.LocalUser.TrueName %> 老师


<%= 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 IndexLiveByInstance(this) {TransferControl="/User/UserLive", PageSize=12, OrderBy=AVA.ResourcesPlatform.Config.OrderType.时间倒序 }.ToHtml()%>
<%= new FooterInstance(this) { }.ToHtml() %> <%= new UserGuestAddInstance(this) { Target = this.LocalUser.Guid }.ToHtml()%>