%@Page Language="C#" AutoEventWireup="true" Inherits="Web.inherits.ViewPage" %>
<%var info=GetAnnouncement(id:Convert.ToInt32(Dir[1]));%>
<%=info["Title"]%>-<%=WebSiteConfig.SiteTitle%>
<%template:_head.html%>
<%=info["Title"]%>
时间:<%=info["CreateDate"]%>
<%=info["Content"]%>
<%template:_foot.html%>