@using EnVisage.Code @model EnVisage.Models.CapacityPageInitOption @{ ViewBag.Title = "Capacity Management"; } @section stylesheets { @Styles.Render(String.Format("{0}/{1}", Constants.C_BUNDLE_STYLES_BASE_PATH, "prevu-acstyles")) } @section scripts { @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")) } @section pagemenu { } @{ var model = new { DisplayMode = new { MenuId = "visibilitydropdown_calendar", DataSection = "capacityManagementView", PageKey = "/CapacityManagement", BackUrlTitle = "calendar" }, Filter = new { EntityType = Model.EntityType, EntityId = Model.EntityId }, TargetPage = "ActivityCalendar" }; }
@Html.Partial("~/Views/ActivityCalendar/_capacityManagement.cshtml", model)