Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\My\Index.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.My.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><%= Define.Get("Client_?????????") %> - <%= 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) {Multithreading = true }.ToHtml() %> <%= Import.ScriptTheme("js/highcharts.js")%> <script type="text/javascript"> $(document).ready(function () { $(".my_space .noticeboard").not(function (index) { return index == 0 }).css("display", "none"); }); </script> </head> <body class="my_space "> <%= new MyHeaderInstance(this) {Multithreading = true, MyHeaderItem= MyHeaderItem.My , User = this.User}.ToHtml() %> <div class="content main-content" role="main"> <div class="container"> <div class="row "> <div class="span12"> <%= new MyMenuInstance(this) { Multithreading = true, MyMenuItem = MyMenuItem.My }.ToHtml()%> </div> </div> <div class="row"> <div class="span8"> <% //????????????? if (this.User.ParentUserType.MyIndexAllCateVideo == true) { %> <div class="flat"> <div class="head"> <div class="title "> ??????? </div> <div class="more "> </div> </div> <div class="body"> <ul class="nav nav-tabs tabs"> <% var categoriesList = CreateInstance.CategoryDao.Where(l => l.ParentCategory == null) .OrderBy(l => l.SortNumber) .ToList(); %> <% var limitCategoriesNum = categoriesList.Count > 3 ? 3 : categoriesList.Count; %> <% for (var i = 0; i < limitCategoriesNum; i++) { var category = categoriesList[i]; %> <li class="<%= i== 0 ? "active":"" %>"><a href="#cat_idx_<%= category.Guid %>" data-toggle="tab"><%= category.Name%></a></li> <% } %> </ul> <div class="tab-content"> <% for (var i = 0; i < categoriesList.Count; i++) { var category = categoriesList[i]; %> <div class="tab-pane <%= i== 0 ? "active":"" %>" id="cat_idx_<%= category.Guid %>"> <div class="videolist clearfix"> <%= new IndexVideoByInstance(this) { Multithreading = true, PageSize=8,ParentMasterCategory=category.Guid, OrderBy= AVA.ResourcesPlatform.Config.OrderType.?????? , TransferControl="/Index/IndexVideoByHot"}.ToHtml() %> </div> </div> <% } %> </div> </div> </div> <% } //??????????????? if (this.User.ParentUserType.MyIndexSelfCateVideo == true) { %> <div class="flat"> <div class="head"> <div class="title "> <% if (this.User._ListUserCategory.Count != 0) { %> ?????? <% } else { %> ??????? <% } %> </div> <div class="more "> </div> </div> <div class="videolist flat_body clearfix"> <%= new IndexVideoByInstance(this) { Multithreading = true, PageSize=8, ParentCategory=this.User._ListUserCategory.Count>0?this.User._ListUserCategory[0].ParentCategory.Guid:"", OrderBy= AVA.ResourcesPlatform.Config.OrderType.?????? , TransferControl="/Index/IndexVideoByHot"}.ToHtml() %> </div> </div> <% } //????????????????? if (this.User.ParentUserType.MyIndexTagAndTagVideo) { if (this.User._ListUserTag.Count > 0) { foreach (var userTag in this.User._ListUserTag) { %> <div class="flat"> <div class="head"> <div class="title "> ????????<%=userTag.ParentTag.Name %>?????? </div> <div class="more "> </div> </div> <div class="videolist flat_body clearfix"> <%= new IndexVideoByInstance(this) { Multithreading = true, PageSize=8, ParentTag = userTag.ParentTag.Guid, OrderBy= AVA.ResourcesPlatform.Config.OrderType.?????? , TransferControl="/Index/IndexVideoByHot"}.ToHtml() %> </div> </div> <% } } } //???<%= Define.Get("Client_???")??? if (this.User.ParentUserType.MyIndexAlbum) { %> <div class="flat"> <div class="head"> <div class="title "> ???<%= Define.Get("Client_???")%> </div> <div class="more "> </div> </div> <div class="videolist flat_body clearfix"> <%= new IndexAlbumByInstance(this) { Multithreading = true, PageSize=8, ParentUser=this.UserCode, OrderBy= AVA.ResourcesPlatform.Config.OrderType.?????? }.ToHtml() %> </div> </div> <% } //???<%= Define.Get("Client_???") ??? if (this.User.ParentUserType.MyIndexSubject) { %> <div class="flat"> <div class="head"> <div class="title "> ??????? </div> <div class="more "> </div> </div> <div class="videolist flat_body clearfix"> <%= new IndexSubjectByInstance(this) { Multithreading = true, PageSize=8, OrderBy= AVA.ResourcesPlatform.Config.OrderType.??????,ParentCategory=this.User._ListUserCategory.Count>0?this.User._ListUserCategory[0].ParentCategory.Guid:"" }.ToHtml() %> </div> </div> <% } //????????? if (this.User.ParentUserType.MyIndexApplication == true) { %> <div class="flat"> <div class="head"> <div class="title "> ??????? </div> <div class="more "> </div> </div> <div class="noticlist"> <%= new IndexLiveByInstance(this) { Multithreading = true, PageSize=16, OrderBy= AVA.ResourcesPlatform.Config.OrderType.??????,TransferControl="/Index/IndexLiveBy_single_message" }.ToHtml() %> </div> </div> <% } %> <% if (this.User.ParentUserType.MyIndexTotal == true) { %> <div class="flat"> <div class="head"> <div class="title "> ?????? </div> <div class="more "> </div> </div> <div class="body" id="MyIndexTotal"> ???????????????????? </div> <%--<%= new MyMessageBarInstance(this) { Multithreading = true }.ToHtml() %>--%> </div> <% } %> </div> <div class="span4 noticeboard "> <% //????????? if (this.User.ParentUserType.MyIndexMessage == true) { %> <div class="flat"> <%= new MyMessageBarInstance(this) { Multithreading = true, PageSize = 10 }.ToHtml() %> </div> <% } //????????? if (this.User.ParentUserType.MyIndexNotice == true) { %> <div class="flat"> <%= new MyNoticeBarInstance(this) { Multithreading = true, ListNoticeCount = 10 }.ToHtml() %> </div> <% } if (this.User.ParentUserType.MyIndexTagAndTagVideo == true) { %> <div class="flat"> <%= new MyRecommendVideoTagInstance(this) { Multithreading = true}.ToHtml() %> </div> <% } %> </div> </div> </div> </div> <%= new FooterInstance(this) { Multithreading = true }.ToHtml() %> <script type="text/javascript"> function GetMyIndexTotal() { var params = ""; Global.HtmlControl('<%= ControlPath("/My/MyIndexTotal")%>', params, null, function (json) { if (json != null) { $("#MyIndexTotal").html(json.Html); } }); } GetMyIndexTotal(); </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de