@model ZoomLaCMS.Models.Bar.VM_PClass @{ Layout = "_PostBar.cshtml"; } @section head{ @(Model.cateMod.CateName)_@(Call.SiteName)贴吧 } @section content{
返回社区列表
@MvcHtmlString.Create(Model.cateMod.Desc) 主题总数:@Model.tiecount回复数:@Model.recout
@MvcHtmlString.Create(Model.cateMod.Desc)
@DateTime.Now.ToString("MM月dd日")
未签到
@if (Model.setting.itemCount < 1) {
当前还没有内容,快点发一条吧
} else { @Html.Partial("PClass_PostList", Model) }
共有主题数@Model.setting.itemCount个,共@Model.setting.pageCount
} @section script{ }