<%= new NavInstance(this) { }.Add(noticpageName,null).ToHtml()%>
<%= noticpageName %>列表
-
<%
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) }%> <% } %>