<%@Page Language="C#" AutoEventWireup="true" Inherits="Web.inherits.ViewPage" %> 信息发布-<%=WebSiteConfig.SiteTitle%> <%template:_head.html%>
<%foreach(var row in GetCategoryList(id:0)){%>
">【<%=row["CategoryName"]%>】 <%foreach(var row2 in GetCategoryList(id:Convert.ToInt32(row["CategoryID"]))){%> "><%=row2["CategoryName"]%> <%}%>
<%}%>
<%template:_foot.html%>