Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\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; margin-top: 30px; } .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){}.ToRenderHtml()) }.ToHtml()%> <div class="content main-content" role="main"> <div class="container"> <div class="row"> <div class="span12"> <%= new NavInstance(this) { }.Add(this.LocalUser.TrueName,null).ToHtml()%> </div> <!-- /span16 --> </div> <div class="row"> <div class="span12"> <div class="flat "> <div class="body teacher-info"> <div class="avatar "> <%= new HtmlImg(SettingGroup.UserHeadPortraitL(this.LocalUser)) { OnErrorImg=SettingGroup.DefauteUserMaxImg ,Class="img-circle", Width=120, Height=120}%> </div> <div class="brief"> <h1>????????<span> <%= this.LocalUser.TrueName %> </span><%= this.LocalUser.ParentUserType.Name %></h1> <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="brief-text" style="overflow-x:hidden;overflow-y:auto;height:120px;"> <p>????????<%=this.LocalUser.Introduction %></p> </div> <%--<div class="intro"> <%= this.LocalUser.Remark %>?????? </div>--%> <div class="livetable pull-right"> <div class="flat metro head-bottom-line "> <div class="head"> <div class="title"> <a>???????</a> </div> </div> <div class="body orders-list "> <%= new IndexLiveByInstance(this) {TransferControl="/User/UserLive", PageSize=12, OrderBy=AVA.ResourcesPlatform.Config.OrderType.??????, ParentUserGuid = this.LocalUser.Guid }.ToHtml()%> </div> </div> </div> </div> </div> <%-- end body --%> </div> <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" style="overflow:hidden"> <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> <%-- <hr class="hr-dashed" /> <div class="flat"> <div class="head"> <div class="title "> <a href="#" target="_blank">??????</a> </div> </div> <div class="body"> <div class="videolist"> </div> </div> </div> <hr class="hr-dashed" /> <div class="flat"> <div class="head"> <div class="title "> <a href="#" target="_blank">??????</a> </div> </div> <div class="body"> <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 class="span3"> <div class="hr-hor"> <div class="flat min-flat"> <div class="head"> <div class="title "> <a href="#" target="_blank">??????</a> </div> </div> <div class="body"> </div> </div> </div> </div> </div> <!-- end row --> <div class="row"> <div class="span12"> </div> </div> <!-- end row --> <div class="row"> <div class="span12"> </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