@using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesSystemSysHelp; //The menu item will be active for this page. ViewBag.Title = "系统帮助管理"; List classification = ViewBag.Classification; var searchForm = new SearchFormViewModal(new List() { new SearchItem("classification","帮助类别",FiledType.S ) .SetSearchItem(classification) }, false); } @section css { }
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu, searchForm })
@section modal{
} @section scripts { }