@using WeApp @using WeApp.Authorization @using WeApp.Configuration @using WeApp.Views.Shared.SearchForm @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesSystemMgLogMg; //The menu item will be active for this page. ViewBag.Title = L("SysLogTitle"); string serviceNames = ViewBag.ServiceNames; string methodNames = ViewBag.MethodNames; var searchItems = new SearchFormViewModel(new List() { new SearchItem("methodName", L("methodName")),//.SetSelectItem(methodNames), new SearchItem("userName", L("userName")), new SearchItem("clientName",L("clientName")), new SearchItem("browserInfo", L("browserInfo")) }); } @section styles{ }
@* @Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu })*@
@section modal{ } @section scripts { }