<%= new NavInstance(this) { }.Add("公告",null).ToHtml()%>
公告列表
-
<%
foreach (var notice in this.ListNotice)
{
%>
- <%= new HtmlAnchor(new HtmlSpan(notice.Title){ Class = "text" }.ToString() + new HtmlSpan( "["+notice.ParentDomain.Name+ "] " + notice.ActiveBeginDate.ToAutoShortDate()){ Class = "total_num" } ) { Title = notice.Title, Href = WebUrl.NoticeView(notice.Guid) }%> <% } %>