diff --git a/MP-Site/App_Start/BundleConfig.cs b/MP-Site/App_Start/BundleConfig.cs index 10f54e17..675c1bc1 100644 --- a/MP-Site/App_Start/BundleConfig.cs +++ b/MP-Site/App_Start/BundleConfig.cs @@ -7,6 +7,7 @@ namespace MP_SITE // Per altre informazioni sulla creazione di bundle, vedere https://go.microsoft.com/fwlink/?LinkID=303951 public static void RegisterBundles(BundleCollection bundles) { + // codice JS! bundles.Add(new ScriptBundle("~/bundles/WebFormsJs").Include( "~/Scripts/WebForms/WebForms.js", "~/Scripts/WebForms/WebUIValidation.js", @@ -24,8 +25,6 @@ namespace MP_SITE "~/Scripts/WebForms/MsAjax/MicrosoftAjaxTimer.js", "~/Scripts/WebForms/MsAjax/MicrosoftAjaxWebForms.js")); - // Utilizzare la versione di sviluppo di Modernizr per eseguire attività di sviluppo ed esercizi. Successivamente, quando si è - // pronti per passare alla produzione, usare lo strumento di compilazione disponibile all'indirizzo https://modernizr.com per selezionare solo i test necessari bundles.Add(new ScriptBundle("~/bundles/modernizr").Include( "~/Scripts/modernizr-*")); @@ -35,32 +34,16 @@ namespace MP_SITE bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include( "~/Scripts/jquery-ui-{version}.js")); - //bundles.Add(new ScriptBundle("~/bundles/Global").Include( - // "~/Scripts/jquery-{version}.js", - // "~/Scripts/jquery-ui.js")); - - //bundles.Add(new ScriptBundle("~/bundles/GlobalHead").Include( - // "~/Scripts/modernizr*")); - - //bundles.Add(new StyleBundle("~/Content/Global").Include( - // "~/Content/bootstrap.css", - // "~/Content/Style.css")); - bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include( "~/Scripts/bootstrap.js")); - bundles.Add(new StyleBundle("~/Content/css").Include( - "~/Content/bootstrap.css", - "~/Content/Style.css")); - - bundles.Add(new ScriptBundle("~/bundles/vis").Include( "~/vis/vis.js")); - - //bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include( - // "~/Scripts/jquery.unobtrusive*", - // "~/Scripts/jquery.validate*")); + //// CSS! + //bundles.Add(new StyleBundle("~/Content/css").Include( + // "~/Content/bootstrap.css", + // "~/Content/Style.css")); // abilito boundle "forzato"! BundleTable.EnableOptimizations = true; diff --git a/MP-Site/Bundle.config b/MP-Site/Bundle.config index 235f638d..19d4d032 100644 --- a/MP-Site/Bundle.config +++ b/MP-Site/Bundle.config @@ -1,14 +1,11 @@  - + - - - - - + + diff --git a/MP-Site/WebMasterPages/MAPO_empty_refresh30_full.master.designer.cs b/MP-Site/WebMasterPages/MAPO_empty_refresh30_full.master.designer.cs index deb63078..12974db7 100644 --- a/MP-Site/WebMasterPages/MAPO_empty_refresh30_full.master.designer.cs +++ b/MP-Site/WebMasterPages/MAPO_empty_refresh30_full.master.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ @@ -12,56 +12,56 @@ public partial class MAPO_empty_refresh30_full { /// - /// form1 control. + /// Controllo form1. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; /// - /// sm control. + /// Controllo sm. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.ScriptManager sm; /// - /// updPanelPagina control. + /// Controllo updPanelPagina. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.UpdatePanel updPanelPagina; /// - /// Timer1 control. + /// Controllo Timer1. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.Timer Timer1; /// - /// ContentPlaceHolder1 control. + /// Controllo ContentPlaceHolder1. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.ContentPlaceHolder ContentPlaceHolder1; /// - /// Mod_menuBottom1 control. + /// Controllo Mod_menuBottom1. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::mod_menuBottom Mod_menuBottom1; } diff --git a/MP-Site/WebMasterPages/MAPO_refresh.master b/MP-Site/WebMasterPages/MAPO_refresh.master index 463de88a..74285131 100644 --- a/MP-Site/WebMasterPages/MAPO_refresh.master +++ b/MP-Site/WebMasterPages/MAPO_refresh.master @@ -5,23 +5,24 @@ <%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc2" %> - - MoonPro - MOnitor ONline della PROduzione - - - - - <%----%> - - + + MP.SITE: <%: SteamWare.devicesAuthProxy.getPage(Request.Url) %> + <%--vecchie libs esterne da deprecare--%> + <%----%> + <%-- + --%> + <%----%> <%: Scripts.Render("~/bundles/modernizr") %> <%: Scripts.Render("~/bundles/jquery") %> - <%: Scripts.Render("~/bundles/bootstrap") %> + <%: Scripts.Render("~/bundles/bootstrap") %> <%: Scripts.Render("~/bundles/vis") %> - <%: Styles.Render("~/Content/css") %> + <%--<%: Scripts.Render("~/Content/css") %>--%> + <%----%> + <%-- --%> + <%----%> diff --git a/MP-Site/WebMasterPages/MAPO_refresh30.master b/MP-Site/WebMasterPages/MAPO_refresh30.master index 51976ea2..b1fb7c92 100644 --- a/MP-Site/WebMasterPages/MAPO_refresh30.master +++ b/MP-Site/WebMasterPages/MAPO_refresh30.master @@ -6,27 +6,23 @@ - MoonPro - MOnitor ONline della PROduzione - - - - - <%----%> - - - - <%-- - --%> - - - <%--<%: Scripts.Render("~/bundle/GlobalHead") %> - <%: Styles.Render("~/Content/Global") %>--%> - <%--<%: Scripts.Render("~/bundles/bootstrap") %> - <%: Scripts.Render("~/bundles/jquery") %>--%> - <%-- <%: Scripts.Render("~/bundles/vis") %>--%> + MP.SITE: <%: SteamWare.devicesAuthProxy.getPage(Request.Url) %> + + <%----%> + + <%: Scripts.Render("~/bundles/modernizr") %> + <%: Scripts.Render("~/bundles/jquery") %> + <%: Scripts.Render("~/bundles/bootstrap") %> + <%: Scripts.Render("~/bundles/vis") %> + <%--<%: Scripts.Render("~/Content/css") %>--%> + <%----%> + <%-- --%> + <%----%> + + - + <%--<%: Scripts.Render("~/bundle/Global") %>--%>
diff --git a/MP-Site/WebMasterPages/MAPO_refresh30.master.designer.cs b/MP-Site/WebMasterPages/MAPO_refresh30.master.designer.cs index 953b674b..87c0ee47 100644 --- a/MP-Site/WebMasterPages/MAPO_refresh30.master.designer.cs +++ b/MP-Site/WebMasterPages/MAPO_refresh30.master.designer.cs @@ -11,6 +11,24 @@ public partial class MAPO_refresh30 { + /// + /// Controllo BundleReference1. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1; + + /// + /// Controllo BundleReference2. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2; + /// /// Controllo form1. ///