Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\School\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() %> <style> .slider-banner2 { position: relative; width: 100%; overflow: hidden; height: 369px; background: #F0F0F0; } .slider-banner2 ul { list-style: none; margin-left: 0; } .slider-banner2 ul li { position: relative; text-align: center; } .slider-banner2 .banner-inner { position: absolute; top: 45%; left: 20%; margin: auto; text-align: center; display: none; } .slider-banner2 .dots img { height: 100%; } .slider-banner2 .dots { position: absolute; left: 0; right: 0; bottom: 20px; width: 100%; margin: 0; text-align: center; } .slider-banner2 .dots li { display: inline-block; *display: inline; zoom: 1; width: 10px; height: 10px; line-height: 10px; margin: 0 4px; text-indent: -999em; *text-indent: 0; border: 2px solid #fff; border-radius: 6px; cursor: pointer; opacity: .4; -webkit-transition: background .5s, opacity .5s; -moz-transition: background .5s, opacity .5s; transition: background .5s, opacity .5s; } .slider-banner2 .dots li.active { background: #fff; opacity: 1; } .notice-hots-lives .nav-tabs li { width: 50%; } .triangle-box-single ul li .video-photo img { height: 100%; } .noAuthored .header-top-login { background: #0F99DA; color: #fcfcfc; } .noAuthored .header-top { background: #fff; } .noAuthored .header-top-login a { color: #fcfcfc; } .noAuthored .logpre { margin-top: 0; } .noAuthored .navbar .navbar-inner { padding: 0; } .noAuthored .navbar .nav .active a, .noAuthored .navbar .nav .active a:hover, .noAuthored .navbar .nav .active a:focus, .noAuthored .navbar .nav a:hover, .noAuthored .navbar .nav a:focus { color: #49A1EA; background: transparent; border-bottom: 2px solid #49A1EA; } .noAuthored .navbar .nav > a, .noAuthored .navbar .nav > li > a { color: #818181; font-weight: bold; border-bottom: 2px solid transparent; } .noAuthored .navbar .nav li { line-height: 50px; } .noAuthored .search_panel .navbar-search { position: relative; top: 10px; } .noAuthored .metro-suck .head { border-bottom: 1px dashed #A19F9F; text-shadow:none; } .noAuthored .metro-suck .head .title a{ color:#A19F9F; } .center-list ul { text-align: center; } .list-box li { background: #fff; padding: 5px; } .center-list li { text-align: justify; } .center-list ul li.left_fix { display: none; } </style> </head> <% if (UserCode == null) { %> <body class="school-theme noAuthored"> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem=HeaderItem.Index, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html,new SearchVideoMaxInstance(this){}.ToHtml()), TransferControl="/Header_frontPage"}.ToHtml()%> <div class="big-banner"> <%= new IndexVideoByInstance(this) { PageSize = 5, OrderBy = AVA.ResourcesPlatform.Config.OrderType.???????????????, TransferControl = "/Index/IndexVideoBySlider_nothumb" }.ToHtml()%> </div> <div class="content gray"> <div class="container"> <div class="row"> <div class="span12"> <div class="flat head-dot metro-suck m-t20"> <div class="head"> <div class="title gray"> <a>???????</a> </div> </div> <div class="body"> <div class="videolist list-box center-list p-t5 <%--min-video-photoslist--%>" style="margin: 0 auto; text-align: center;"> <%= new IndexVideoByInstance(this) { TransferControl = "/Index/IndexVideoByHot_infos", PageSize=3}.ToHtml()%> </div> </div> </div> </div> </div> </div> </div> <div class="content white"> <div class="container"> <div class="row"> <div class="span8"> <div class="m-t10" style="overflow:hidden;"> <div style="float:left"> <img src="<%= Import.CSSFile("img/newAlbum_Head.jpg") %>" /> </div> <div class="orders-list" style="margin-left:216px;background:#E8E8E8;height:230px;"> <%= new IndexAlbumByInstance(this){PageSize=6,TransferControl="/index/IndexAlbumByOrders_listName"}.ToHtml() %> <div class="more pull-right" style="margin-right:10px;"> <a href="<%= WebUrl.Album() %>">???></a> </div> </div> </div> </div> <div class="span4"> <div class="flat head-bottom-line m-t10"> <div class="head hidden"> <div class="title"> <a>??????</a> </div> </div> <div class="body" style="height: 355px"> <%= new IndexLiveByInstance(this){PageSize=3,TransferControl="/index/indexLiveBy_triangle_single_slider"}.ToHtml() %> </div> </div> </div> </div> </div> </div> <%= new FooterInstance(this) { }.ToHtml() %> </body> <%} else { %> <body class="school-theme"> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem=HeaderItem.Index, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html,new SearchVideoMaxInstance(this){}.ToHtml()) }.ToHtml()%> <% var categoriesList = CreateInstance.CategoryDao.Where(l => l.ParentCategory == null) .OrderBy(l => l.SortNumber) .ToList(); %> <div class="content white hidden"> <div class="navbar sub-navbar"> <div class="navbar-inner gray"> <div class="container"> <ul class="nav"> <% for (var i = 0; i < categoriesList.Count; i++) { var cate = categoriesList[i]; %> <li class="divider">|</li> <li class=""> <%= new HtmlAnchor(cate.Name) { Href = WebUrl.Video(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("ParentMasterCategory", cate.Guid)) }%></li> <% } %> </ul> </div> </div> </div> </div> <div class="big-banner"> <%= new IndexVideoByInstance(this) { PageSize = 5, OrderBy = AVA.ResourcesPlatform.Config.OrderType.???????????????, TransferControl = "/Index/IndexVideoBySlider_nothumb" }.ToHtml()%> </div> <div class="content white"> <div class="container"> <div class="row"> <div class="span12 m-t20"> <%--<%= new NavInstance(this) { }.Add(Define.Get("???"),WebUrl.Index()).ToHtml()%>--%> </div> <!-- /span16 --> </div> <div class="row"> <div class="span4"> <div class="flat head-bottom-line"> <div class="head"> <div class="title"> <a>???????</a> </div> </div> <div class="body"> <div class="videolist videolist-heng p-t5 <%--min-video-photoslist--%>"> <%= new IndexVideoByInstance(this) { TransferControl = "/Index/IndexVideoByHot_infos", PageSize=2}.ToHtml()%> </div> </div> </div> </div> <div class="span4"> <div class="flat head-bottom-line"> <div class="head"> <div class="title"> <a>???????</a> </div> </div> <div class="body"> <div class="orders-list"> <ul class="orders"> <%= new IndexAlbumByInstance(this){PageSize=8,TransferControl="/index/indexAlbumBy_list"}.ToHtml() %> </ul> </div> </div> </div> </div> <div class="span4"> <div class="flat head-bottom-line"> <div class="head"> <div class="title"> <a>??????</a> </div> </div> <div class="body" > <%= new IndexLiveByInstance(this){PageSize=3,TransferControl="/index/indexLiveBy_triangle_single_slider"}.ToHtml() %> </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