<%= this.Notice.Type == (int)AVA.ResourcesPlatform.Model.Pub.NoticeTypeEnum.公告 ? "公告信息" : "新闻资讯" %>
<%= new NavInstance(this) { }.Add(((AVA.ResourcesPlatform.Model.Pub.NoticeTypeEnum)this.Notice.Type).ToString(),WebUrl.NoticeList()).Add(this.Notice.Title,null).ToHtml()%>
<%= this.Notice.Title %>
<%= this.Notice.Description %>
<%= new HtmlAnchor("最新上传") { Href = WebUrl.Video() }%>
<%= new IndexVideoByInstance(this) { PageSize=5 ,TransferControl="/Index/IndexVideoByHot"}.ToHtml()%>
<%= new HtmlAnchor("热门视频") { Href = WebUrl.Video() }%>
<%= new IndexVideoByInstance(this) { PageSize=5 , OrderBy=AVA.ResourcesPlatform.Config.OrderType.年播放量, TransferControl="/Index/IndexVideoByHot"}.ToHtml()%>