@model EnVisage.Models.ViewBoardModel @using EnVisage.Code.HtmlHelpers @using Microsoft.AspNet.Identity @using EnVisage.Code @{ ViewBag.Title = Model.SelectedViewName; } @section stylesheets { @Html.RenderStyle("~/Content/stylesheets/activity-calendar.css") @Html.RenderStyle("~/Content/stylesheets/xeditable.css") @Html.RenderStyle("~/Content/stylesheets/bootstrap-modal-bs3patch.css") @Html.RenderStyle("~/Content/stylesheets/bootstrap-modal.css") @Html.RenderStyle("~/Content/stylesheets/kendo/web/kendo.common-bootstrap.css") @Html.RenderStyle("~/Content/stylesheets/kendo/web/kendo.bootstrap.css") } @section scripts { @Html.RenderScript(Url.Content("~/Scripts/CustomValidation.js")) @Html.RenderScript(Url.Content("~/Scripts/sliders.js")) @Html.RenderScript(Url.Content("~/Scripts/calendarMethods.js")) @Html.RenderScript(Url.Content("~/Scripts/Plugins/ScenarioDetailsGrid.js")) @Html.RenderScript(Url.Content("~/Scripts/Plugins/PageState.js")) @Html.RenderScript(Url.Content("~/Scripts/forecastDashboardScripts.js")) @Html.RenderScript(Url.Content("~/Scripts/Angular/Controllers/scenarioDetailController.js")) @Html.RenderScript(Url.Content("~/Scripts/Angular/Controllers/scenarioBottomUpController.js")) @Html.RenderScript(Url.Content("~/Scripts/Angular/Controllers/costSavingController.js")) @Html.RenderScript(Url.Content("~/Scripts/Angular/Controllers/slidersGroupController.js")) @Html.RenderScript(Url.Content("~/Scripts/URIjs.min.js")) @Html.RenderScript(Url.Content("~/Scripts/Angular/Controllers/activityCalendarController.js")) @Html.RenderScript(Url.Content("~/Scripts/jquery.collapsiblepanel.js")) @Html.RenderScript(Url.Content("~/Scripts/bootstrap-modalmanager.js")) @Html.RenderScript(Url.Content("~/Scripts/bootstrap-modal.js")) }