Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\BeijingMiyun\Index.aspx
??<%@ Page Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Index" %> <!DOCTYPE html > <html> <head> <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() %> </head> <body class=""> <%= 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 gray"> <div class="container"> <div class="row"> <div class="span12"> <%= new IndexVideoByInstance(this) { PageSize = 5, OrderBy = AVA.ResourcesPlatform.Config.OrderType.???????????????, TransferControl = "/Index/IndexVideoBySlider" }.ToHtml()%> </div> </div> </div> </div> <div class="content m-t20"> <div class="container"> <div class="row"> <div class="span9 m-t20"> <div class="box mbox red"> <div class="head gray-head"> <div class="title"> <% var gradeList = CreateInstance.GradeDao.Where(l => l.ParentGrade == null ).OrderBy(l => l.SortNumber).ToList(); %> <%= new HtmlAnchor(Define.Get("Client_??????")){ Href=WebUrl.Video(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.???????????????).ToString()))}%> </div> <div class="sub-title"> <ul class="sub-titlelist"> <% for (var i = 0; i <= gradeList.Count -1; i++) { var grade = gradeList[i]; if (i == 12) break; %> <li class="left blok nowrp"> <%= new HtmlAnchor(grade.Name) { Href = WebUrl.Video(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("ParentMasterGrade", grade.Guid)) }%> </li> <% } %> </ul> </div> <div class="more"> <a href="<%= WebUrl.Video(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.???????????????).ToString())) %>"><span>???></span></a> </div> </div> <div class="body"> <div class="videolist"> <%= new IndexVideoByInstance(this) { PageSize=8, OrderBy = AVA.ResourcesPlatform.Config.OrderType.???????????????, TransferControl="/Index/IndexVideoByHot", FilterAlbumAndChannel = true }.ToHtml()%> </div> </div> </div> <% 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)) %>"><span>???></span></a> </div> </div> <div class="body"> <div class="videolist"> <%= new IndexVideoByInstance(this) {ParentChannel = channel.Guid, PageSize=8, OrderBy = AVA.ResourcesPlatform.Config.OrderType.???????????????, TransferControl="/Index/IndexVideoByHot"}.ToHtml()%> </div> </div> </div> <% }%> </div> <div class="span3 m-t20"> <div class="box mbox notices-box"> <div class="head"> <div class="title"> <%= new HtmlAnchor("??????") { Href = WebUrl.NoticeList(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("NoticeType",((int)AVA.ResourcesPlatform.Model.Pub.NoticeTypeEnum.???).ToString())) }%> </div> <div class="more"> <%= new HtmlAnchor("???...") { Href = WebUrl.NoticeList(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("NoticeType",((int)AVA.ResourcesPlatform.Model.Pub.NoticeTypeEnum.???).ToString())) }%> </div> </div> <div class="body"> <ul class="arrow-list"> <%= new IndexNoticeByInstance(this) { ListNoticeCount=9, FirstString=40, NoticeType = (int)AVA.ResourcesPlatform.Model.Pub.NoticeTypeEnum.??? }.ToHtml()%> </ul> </div> <div class="foot"> <div class="jiaozhi"></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 ,TransferControl="/Index/IndexVideoByHot"}.ToHtml()%> </div> </div> </div> <div class="box mbox "> <div class="head"> <div class="title"> <%= new HtmlAnchor("??????") { Href = WebUrl.Teacher() }%> </div> </div> <div class="body"> <div class="side-list videolist-heng avatarlist-heng"> <%= new IndexTeacherByInstance(this) { }.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