<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.AlbumView" %> <%= this.Album.Name %> - <%= this.Title %> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/libs/jquery-1.7.1.min.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() %> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { Local = "Album", ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchAlbumMaxInstance(this) {CacheEnable = 60*60}.ToRenderHtml()) }.ToHtml()%>
<%= this.Album.Name%>
<%= new NavInstance(this) {TransferControl = "/Navshort" }.Add(this.Album.Name,null).ToHtml()%>
<%= new AlbumViewVideoInstance(this) { TransferControl="/AlbumView/AlbumViewVideoShort"}.ToHtml() %>
<%= new NavInstance(this) { }.Add(this.Album.Name,null).ToHtml()%>
<%= new AlbumViewInfoInstance(this) { }.ToHtml()%>
<%= new AlbumViewVideoInstance(this) { }.ToHtml() %>
<%= new CommentAddInstance(this) { TargetType = "Album", TargetGuid = this.Album.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Album", TargetGuid = this.Album.Guid }.ToHtml()%>
<%= new FooterInstance(this) { }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Album.Guid, PVTarget = "Album", PVType = 1 }.ToHtml()%>