Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\ShiXun\User\Index.aspx
??<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.User.Index" %> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>?????? - <%= this.Title %></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() %> <style> .teacher-info { overflow: hidden; } .teacher-info .avatar { position:absolute; display: inline-block; zoom: 1; *display: inline; height:120px; width:120px; z-index:11; } .brief { background:#dbf0fc; height: 186px; margin-top:50px; position:relative; z-index:10; margin-right:260px; } .brief h1 { font-weight: normal; font-size: 20px; margin-left:180px; } .brief h1 span { } .brief hr { margin: 10px 0; } .brief-text{ margin-left:180px; } .brief .teacher-brief-infos{ float:left; width: 120px; margin-left: 20px; } .brief .intro { height: 125px; margin-left:210px; overflow: auto; word-wrap: break-word; } .brief .livetable{ position:absolute; top:-50px; right:-260px; width:250px; height:236px; overflow:hidden; } .livetable .orders label{ background:#555; } </style> </head> <body> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem=HeaderItem.Index, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html,new SearchAlbumMaxInstance(this){}.ToHtml()) }.ToHtml()%> <div class="content main-content" role="main"> <div class="container"> <div class="row"> <div class="span12"> </div> <!-- /span16 --> </div> <div class="row"> <div class="span9"> <div class="box teacher-box m-t40"> <div class="head"> <div class="title"> ?????? </div> <div class=""> <%= new NavInstance(this) { }.Add(this.LocalUser.TrueName,null).ToHtml()%> </div> </div> <div class="body teacher-info"> <div class="avatar "> <%= new HtmlImg(SettingGroup.UserHeadPortraitL(this.LocalUser)) { OnErrorImg=SettingGroup.DefauteUserMaxImg ,Class="", Width=120, Height=120}%> </div> <div class="brief"> <h1><span> <%= this.LocalUser.TrueName %> </span><%= this.LocalUser.ParentUserType.Name %></h1> <div class="brief-text"> <p>????????<%=this.LocalUser.Introduction %></p> </div> <div class="teacher-brief-infos"> <p>??????????<span><%= CreateInstance.VideoDao.DayVideoCount(new AVA.ResourcesPlatform.Config.TotalParameter() { UserGuid = this.LocalUser.Guid }) %> </span><br /> ??<%= Define.Get("Client_???")%>?????<span><%= CreateInstance.AlbumDao.DayAlbumCount(new AVA.ResourcesPlatform.Config.TotalParameter() { UserGuid = this.LocalUser.Guid }) %> </span><br /> </p> <%--????????<span>12</span></p>--%> </div> <div class="intro"> <ul class="nav nav-tabs tabs"> <li class="active"> <a href="#">???????</a> </li> </ul> <div> <%= this.LocalUser.Remark %> </div> </div> </div> </div> <%-- end body --%> </div> <div class="box video-tabs-list-box"> <ul class="nav nav-tabs tabs" id=""> <li class="active"> <a href="#myVideos" data-toggle="tab" title="<%= Define.Get("???") %>">??????</a> </li> <li class=""> <a href="#myAlbums" data-toggle="tab" title="<%= Define.Get("???") %>">???<%= Define.Get("Client_???")%></a> </li> </ul> <div class="tab-content"> <div class="tab-pane " id="myAlbums"> <div class="videolist"> <%= new IndexAlbumByInstance(this) {ParentUserGuid = this.LocalUser.Guid, PageSize=12, OrderBy=AVA.ResourcesPlatform.Config.OrderType.?????? }.ToHtml()%> </div> </div> <div class="tab-pane active" id="myVideos"> <div class="videolist"> <%= new IndexVideoByInstance(this) { TransferControl="/User/UserVideo",ParentUserGuid = this.LocalUser.Guid, PageSize=12, OrderBy=AVA.ResourcesPlatform.Config.OrderType.?????? }.ToHtml()%> </div> </div> </div> </div> </div> <div class="span3 "> <div class="box mbox m-t40 "> <div class="head"> <div class="title"> <a href="#">??????</a> </div> </div> <div class="body"> <ul class="arrow-list"> <%= new IndexNoticeByInstance(this) { ListNoticeCount=9, FirstString=40 }.ToHtml()%> </ul> </div> </div> <div class="box mbox "> <div class="head"> <div class="title"> <%= new HtmlAnchor("???????") { Href = WebUrl.Video() }%> </div> </div> <div class="body"> <div class="side-list videolist-heng"> <%= new IndexVideoByInstance(this) { PageSize=5 ,TransferControl="/Index/IndexVideoByHot"}.ToHtml()%> </div> </div> </div> <div class="box mbox "> <div class="head"> <div class="title"> <%= new HtmlAnchor("??????") { Href = WebUrl.Video() }%> </div> </div> <div class="body"> <div class="side-list videolist-heng"> <%= new IndexVideoByInstance(this) { PageSize=5 , OrderBy=AVA.ResourcesPlatform.Config.OrderType.??????, TransferControl="/Index/IndexVideoByHot"}.ToHtml()%> </div> </div> </div> </div> </div> <!-- end row --> </div> </div> <%= new FooterInstance(this) { }.ToHtml() %> <%= new UserGuestAddInstance(this) { Target = this.LocalUser.Guid }.ToHtml()%> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de