@using System.Web.Mvc.Html @{ ViewBag.Title = "Dashboard"; } @section stylesheets { @Html.RenderStyle(Url.Content("~/Content/stylesheets/kendo/web/kendo.common-bootstrap.css")) @Html.RenderStyle(Url.Content("~/Content/stylesheets/kendo/web/kendo.bootstrap.css")) @Html.RenderStyle(Url.Content("~/Content/stylesheets/xeditable.css")) @Html.RenderStyle(Url.Content("~/Content/stylesheets/bootstrap-modal-bs3patch.css")) @Html.RenderStyle(Url.Content("~/Content/stylesheets/bootstrap-modal.css")) } @section scripts { @Html.RenderScript(Url.Content("~/Scripts/Plugins/PageState.js")) @Html.RenderScript(Url.Content("~/Scripts/forecastDashboardScripts.js")) @Html.RenderScript(Url.Content("~/Scripts/CustomValidation.js")) @Html.RenderScript(Url.Content("~/Scripts/bootstrap-modalmanager.js")) @Html.RenderScript(Url.Content("~/Scripts/bootstrap-modal.js")) } @section pagemenu {
}