<%= new NavInstance(this) { }.Add("公告",null).ToHtml()%>

公告列表


    <% foreach (var notice in this.ListNotice) { %>
  • <%= new HtmlAnchor(notice.Title) { Href= WebUrl.NoticeView(notice.Guid) }%>
  • <% } %>
<%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.NoticeList(int.MaxValue) }.ToHtml()%>