@model EnVisage.Models.ViewBoardModel @using EnVisage.Code @{ ViewBag.Title = Model.SelectedViewName; var model = new { DisplayMode = new { MenuId = "visibilitydropdown_calendar", DataSection = "capacityManagementView", PageKey = "/View/Board" }, Filter = new { EntityType = Model.IsVirtualCompanyView ? EnVisage.Models.CapacityPageInitOption.CalendarEntityType.Company : EnVisage.Models.CapacityPageInitOption.CalendarEntityType.View, EntityId = Model.Id, ShowFilters = false }, TargetPage = "ViewBoard" }; } @section stylesheets { @Styles.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_STYLES_BASE_PATH, "prevu-acstyles")) @Styles.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_STYLES_KENDO_PATH, "kendo-commonstyles")) } @section scripts { @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "kendo-grid")) @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "flot-scripts")) @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "prevu-angularservices")) @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "prevu-activitycalendar")) @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "prevu-scenariodetails")) @Scripts.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_SCRIPTS_BASE_PATH, "prevu-tvboardpage")) }