Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Hunanlinda\AlbumView.aspx
??<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.AlbumView" %> <!DOCTYPE html> <html> <head> <title> <%= this.Album.Name %> - <%= this.Title %></title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <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")%> <%= new HeadInstance(this) { }.ToHtml() %> <%= Import.ScriptTheme("js/highcharts.js")%> </head> <body> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem = HeaderItem.AlbumShow, Local = this.Album.Guid , ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchAlbumMaxInstance(this) { }.ToHtml()) }.ToHtml()%> <div class="content" role="main"> <div class="container"> <div class="row"> <div class="span16"> <% if(this.Album.ParentAlbumLevel!=null){ %> <%= new NavInstance(this) { }.Add(this.Album.ParentAlbumLevel.Name, WebUrl.AlbumListForLevel(this.Album.ParentAlbumLevel.Guid)).Add(this.Album.Name,null).ToHtml()%> <% }else{ %> <%= new NavInstance(this) { }.Add(Define.Get("Client_??????"), WebUrl.AlbumList()).Add(this.Album.Name,null).ToHtml()%> <% } %> </div> <!-- /span16 --> </div> <!-- /row --> <div class="row"> <div class="span12 "> <div class="mbox showInfo well well-no-padding" style="margin-top:0;"> <%= new AlbumViewInfoInstance(this) { }.ToHtml()%> </div> <%= new AlbumViewVideoInstance(this) { }.ToHtml() %> </div> <div class="span4"> <div id="commentArea" class="commentArea m-r10"> <%= new CommentAddInstance(this) { TargetType = "Album", TargetGuid = this.Album.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Album", TargetGuid = this.Album.Guid }.ToHtml()%> </div> </div> <!-- /span16 --> </div> </div> <%= new FooterInstance(this) { }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Album.Guid, PVTarget = "Album",PVType=1 }.ToHtml()%> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de