Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\SearchResult.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SearchResult.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.SearchResult" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><%= this.Title %></title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <%= 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")%> <%= Import.CSS("Carousel.css")%> <%= new HeadInstance(this) { }.ToHtml() %> <!-- ??? ??? <script type="text/javascript"> $(document).ready(function () { $(".alert").parent(".videolist").parents(".mbox").css("display", "none"); }); </script> --> </head> <body> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { CacheEnable = 60*60, HeaderItem=HeaderItem.Index, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html,new SearchAllMaxInstance(this){}.ToHtml()) }.ToHtml()%> <div class="content m-t20"> <div class="container"> <div class="row"> <div class="span9 m-t20" style="width:92%;"> <% var channelList = CreateInstance.ChannelDao.Where(l => l.ParentChannel == null ).ToList(); %> <% for (var i = 0; i < channelList.Count; i++) { var channel = channelList[i]; var color = "green"; switch (i % 4) { case 0: color = "skyblue"; break; case 1: color = "yellow"; break; case 2: color = "red"; break; case 3: color = "green_blue"; break; } %> <div class="box mbox <%= color %>"> <div class="head gray-head"> <div class="title"> <%= new HtmlAnchor(channel.Name){ Href=WebUrl.Album( new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("ParentChannel", channel.Guid))}%> </div> <%--<div class="sub-title"> <ul class="sub-titlelist"> <% for (var j = 0; j <= channel._ListChannel.Count - 1; j++) { var subChannel = channel._ListChannel[j]; if (j == 12) break; %> <li class="left blok nowrp"> <%= new HtmlAnchor(subChannel.Name) { Href = WebUrl.Album(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("ParentChannel", subChannel.Guid)) }%> </li> <% } %> </ul> </div>--%> <div class="more"> <a href="<%= WebUrl.Album(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("ParentChannel", channel.Guid).AddOnly("SearchKeyWord",this.SearchKeyWord)) %>"><span>???></span></a> </div> </div> <div class="body"> <div class="videolist"> <%= new IndexVideoByInstance(this) {ParentChannel = channel.Guid, SearchKeyWord = this.SearchKeyWord, PageSize=10, OrderBy = AVA.ResourcesPlatform.Config.OrderType.???????????????, TransferControl="/Index/IndexVideoByHot"}.ToHtml()%> </div> </div> </div> <% }%> <div class="box mbox green_blue"> <div class="head gray-head"> <div class="title"> <%= new HtmlAnchor(Define.Get("Client_??????")){ Href=WebUrl.Video(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("SearchKeyWord", this.SearchKeyWord))}%> </div> <div class="more"> <a href="<%= WebUrl.Video() %>"><span>???></span></a> </div> </div> <div class="body"> <div class="videolist"> <%= new IndexVideoByInstance(this) { SearchKeyWord = this.SearchKeyWord, PageSize=10, OrderBy = AVA.ResourcesPlatform.Config.OrderType.???????????????, TransferControl="/Index/IndexVideoByHot", FilterAlbumAndChannel = true}.ToHtml()%> </div> </div> </div> </div> </div> </div> </div> <%= new FooterInstance(this) { }.ToHtml() %> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de