%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexNoticeBy" %>
<% if(this.ListNotice.Count >0){ %>
<%
foreach (var notice in this.ListNotice)
{
%>
-
<%= new HtmlAnchor(notice.Title.ToFirstString(this.FirstString, "...", true)) { Href = WebUrl.NoticeView(notice.Guid) , Suffix="...", TextLength=24 }%>
<%
}
%>
<%}else{ %>
暂无数据。
<%} %>