@using ZoomLa.Model @model ZoomLa.SQLDAL.SQL.PageSetting @{ Layout = "~/Views/Shared/_empty.cshtml"; B_User buser = new B_User(Context); M_UserInfo mu = ViewBag.mu; M_GuestBookCate cateMod = ViewBag.cateMod; M_GuestBook guestMod = ViewBag.guestMod; M_UserInfo sendMU = buser.SelReturnModel(guestMod.UserID); } @section head{ 留言详情 } @section content{ @Html.Partial("MasterView")

@guestMod.Title

@sendMU.UserName
@MvcHtmlString.Create(guestMod.TContent)
@guestMod.GDate
@Html.Partial("GuestShow_List")
@Html.Partial("Guest_Editor", new C_Model() { mode = cateMod.NeedLog.ToString(),formAction = "AddReply" })
} @section script{ }