<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.AlbumPlay" %> <%= this.Album.Name %> - <%= this.Video.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()%>
<%= new NavInstance(this) { TransferControl = "/Navshort"}.Add(this.Album.Name,WebUrl.AlbumView(this.Album.Guid)).Add(this.Video.Name,null).ToHtml()%>
<%=this.Video.Name %>
<%= new VideoPlayPlayerInstance(this) { }.ToHtml() %>
<%= new NavInstance(this) { }.Add(this.Album.Name,WebUrl.AlbumView(this.Album.Guid)).Add(this.Video.Name,null).ToHtml()%>
<%= new VideoPlayPlayerInstance(this) { }.ToHtml() %>
<%= new CommentAddInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%>
<%= new AlbumPlayInfoInstance(this) { }.ToHtml() %>
<%= new VideoPlayTimeInfoInstance(this).ToHtml() %> <%= new VideoPlaySWInstance(this).ToHtml() %> <%= new VideoPlayAttachmentInstance(this).ToHtml() %>
<%= new FooterInstance(this) { }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Album.Guid, PVTarget = "Album", PVType = 1 }.ToHtml()%>