@using ZoomLa.Model @using ZoomLa.BLL @using ZoomLa.Common @model ZoomLa.SQLDAL.SQL.PageSetting @{ B_Comment cmtBll = new B_Comment(); int ItemID = DataConverter.CLng(Context.Request.GetParam("ID")); M_Node nodeMod=ViewBag.nodeMod; M_UserInfo mu=ViewBag.mu; Layout = "~/Views/Shared/_empty.cshtml"; } @section head{ @**@ @**@ 发表评论 } @section content{
  • 评论总数:@Model.itemCount (只代表网友观点)
@Html.Partial("CommentFor_List", Model)
@{ nodeMod.CommentType = "1";} @if (nodeMod.CommentType.Equals("0")) { } else if (nodeMod.CommentType.Equals("2") && mu.IsNull) { } else //游客或有权限评论 {
@Html.Partial("Comp/MBEditor", new ZoomLaCMS.Control.C_MBEditor() { Title = "回复留言", ValueControlId = "content_sender", VCodeControlId= "VCodesender", CallBack = "replyContent('sender');return false;" })
}
} @section script{ }