@using System.Data @using ZoomLa.BLL.Helper @model ZoomLaCMS.Models.Bar.VM_PItem @{ Layout = "_PostBar.cshtml"; M_UserInfo mu = ViewBag.mu; } @section head{ @Model.barMod.Title } @section content{

@Model.barMod.Title

返回@(Model.cateMod.CateName)
@(Model.setting.itemCount - 1)回复贴,共@Model.setting.pageCount页,点击数:@Model.barMod.HitCount
@if (Model.auth_edit) { } 只看楼主 @if (Model.auth_like) {} else {}
@Html.Partial("PItem_List", Model)
@*
@(Model.setting.itemCount - 1)回复贴,共@Model.setting.pageCount
*@ @if (Model.auth_send) { @*根据不同的设备,加载不同的编辑器*@
@if (DeviceHelper.GetAgent(Context.Request.UserAgent()) == DeviceHelper.Agent.PC) {
发表回复
@*@Html.Partial("Verify/Index",new C_Verify() { })*@
@MvcHtmlString.Create(Call.GetUEditor("MsgContent_T", 4)) } else { @Html.Partial("comp/MBEditor", new C_MBEditor() { Title = "发表回复", ValueControlId = "MsgContent_T" }) }
} else {
@if (mu.IsNull) {您未登录,没有发贴权限[点此登录] } else {您没有发贴权限}
}
@if (Model.auth_barowner) {
} @MvcHtmlString.Create(Call.GetUEditor("MailContent", 1))

} @section script{ }