@using System.Data
@using ZoomLa.Model
@model ZoomLa.SQLDAL.SQL.PageSetting
@{
DataTable cateDt = ViewBag.cateDt;
M_GuestBookCate cateMod = ViewBag.cateMod;
M_UserInfo mu = ViewBag.mu;
}
@section head{
留言中心首页
}
@section content{
@Html.Partial("MasterView")
@Html.Partial("Default_List", Model)
@if (cateMod.CateID > 0)
{
@Html.Partial("Guest_Editor", new C_Model() { mode = cateMod.NeedLog.ToString(),addon="main", formAction = "/Guest/Add" })
}
else
{
}
}
@section script{
}