- @{Html.RenderPartial("_mmClock");}
+
+ @RenderBody()
+
+ @{
+ // recupero variabile ambiente...
+ ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"];
+ string cssFixFooter = "";
+ }
+ @if (ViewBag.envir != "Dev")
+ {
+ cssFixFooter = "fixed-bottom";
+ }
+
+
- @RenderBody()
+ @Scripts.Render("~/bundles/bootstrap")
+
+
- @{
- // recupero variabile ambiente...
- ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"];
- string cssFixFooter = "";
- }
- @if (ViewBag.envir != "Dev")
- {
- cssFixFooter = "fixed-bottom";
- }
+ @*@Scripts.Render("~/bundles/jqbootgrid")*@
-
-
+ @Scripts.Render("~/bundles/jqueryval")
- @Scripts.Render("~/bundles/bootstrap")
-
-
+ @RenderSection("scripts", required: false)
- @*@Scripts.Render("~/bundles/jqbootgrid")*@
-
- @Scripts.Render("~/bundles/jqueryval")
-
- @RenderSection("scripts", required: false)
-
-
+
-
-
+