-
-

- @Html.ActionLink("MAPO suite", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
-
-
-
- - @Html.ActionLink("TAB User login QR", "UserListQR", new { controller = "Home" }, new { @class = "nav-link" })
- - @Html.ActionLink("Package Versions", "Packages", new { controller = "Home" }, new { @class = "nav-link" })
- - @Html.ActionLink("web.config import", "ConfigMan", new { controller = "Home" }, new { @class = "nav-link" })
- - @Html.ActionLink("About", "About", new { controller = "Home" }, new { @class = "nav-link" })
- - @Html.ActionLink("Contact", "Contact", new { controller = "Home" }, new { @class = "nav-link" })
- - @Html.ActionLink("System Data", "System", new { controller = "Home" }, new { @class = "nav-link" })
-
-
+
+
+

+ @Html.ActionLink("MAPO suite", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
+
+
+
+ - @Html.ActionLink("TAB User login QR", "UserListQR", new { controller = "Home" }, new { @class = "nav-link" })
+ - @Html.ActionLink("Package Versions", "Packages", new { controller = "Home" }, new { @class = "nav-link" })
+ - @Html.ActionLink("web.config import", "ConfigMan", new { controller = "Home" }, new { @class = "nav-link" })
+ - @Html.ActionLink("About", "About", new { controller = "Home" }, new { @class = "nav-link" })
+ - @Html.ActionLink("Contact", "Contact", new { controller = "Home" }, new { @class = "nav-link" })
+ - @Html.ActionLink("System Data", "SystemInfo", new { controller = "Home" }, new { @class = "nav-link" })
+
+
+
+
+
+ @RenderBody()
+
+ @{
+ // recupero variabile ambiente...
+ ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"];
+ string cssFixFooter = "";
+ }
+ @if (ViewBag.envir != "Dev")
+ {
+ cssFixFooter = "fixed-bottom";
+ }
+
-
-
- @RenderBody()
-
- @{
- // recupero variabile ambiente...
- ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"];
- string cssFixFooter = "";
- }
- @if (ViewBag.envir != "Dev")
- {
- cssFixFooter = "fixed-bottom";
- }
-
-
- @Scripts.Render("~/bundles/jquery")
- @Scripts.Render("~/bundles/bootstrap")
- @RenderSection("scripts", required: false)
+ @Scripts.Render("~/bundles/jquery")
+ @Scripts.Render("~/bundles/bootstrap")
+ @RenderSection("scripts", required: false)
-
+