diff --git a/MP-TAB/MP-TAB.csproj b/MP-TAB/MP-TAB.csproj index 3bfca90e..f7bcb1ae 100644 --- a/MP-TAB/MP-TAB.csproj +++ b/MP-TAB/MP-TAB.csproj @@ -562,7 +562,6 @@ Web.config - @@ -745,13 +744,6 @@ Bootstrap.Master - - BootstrapNoUpdPnl.Master - ASPXCodeBehind - - - BootstrapNoUpdPnl.Master - cmp_newODL.ascx ASPXCodeBehind diff --git a/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master b/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master deleted file mode 100644 index 40d3dcd5..00000000 --- a/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master +++ /dev/null @@ -1,77 +0,0 @@ -<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="BootstrapNoUpdPnl.master.cs" Inherits="WebMasterPages.BootstrapNoUpdPnl" %> - -<%@ Register Src="~/WebUserControls/mod_title.ascx" TagPrefix="uc1" TagName="mod_title" %> - - - - - - - - - - - - MPTAB: <%: Page.Title %> - - - <%: Scripts.Render("~/bundles/modernizr") %> - <%: Scripts.Render("~/bundles/jquery") %> - <%: Scripts.Render("~/bundles/jqueryui") %> - <%: Scripts.Render("~/bundles/BrowserWindowSize") %> - - - - - - - - - - - <%--To learn more about bundling scripts in ScriptManager see http://go.microsoft.com/fwlink/?LinkID=272931&clcid=0x409 --%> - <%--Framework Scripts--%> - - - - - - - - - - - <%--Site Scripts--%> - - - - - - - - - - - hello world! - Area main content da customizzare - - - - - - - - - - <%----%> - - <%: Scripts.Render("~/bundles/bootstrap") %> - - - diff --git a/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master.cs b/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master.cs deleted file mode 100644 index 1a140c4a..00000000 --- a/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master.cs +++ /dev/null @@ -1,62 +0,0 @@ -using SteamWare; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebMasterPages -{ - public partial class BootstrapNoUpdPnl : System.Web.UI.MasterPage - { - - protected void Page_Load(object sender, EventArgs e) - { - if (!Page.IsPostBack) - { - setTimer(); - updateLabels(); - } - } - /// - /// Versione corrente sw - /// - public Version currVersion - { - get - { - return System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; - } - } - /// - /// imposta il tempo di scadenza del timer x il refresh della pagina (della parte top) per evitare che la sessione sul server scada - /// - private void setTimer() - { - Timer1.Interval = SteamWare.memLayer.ML.CRI("intUpdatePagina_ms"); - } - protected void Timer1_Tick(object sender, EventArgs e) - { - updateLabels(); - } - private void updateLabels() - { - } - /// - /// Dimensione schermata video attuale - /// - public string videoSize - { - get - { - string answ = "?x?"; - if (Session["BrowserWidth"] != null) - { - answ = string.Format("{0} x {1}", Session["BrowserWidth"], Session["BrowserHeight"]); - } - return answ; - } - } - } -} \ No newline at end of file diff --git a/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master.designer.cs b/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master.designer.cs deleted file mode 100644 index 67137dbd..00000000 --- a/MP-TAB/WebMasterPages/BootstrapNoUpdPnl.Master.designer.cs +++ /dev/null @@ -1,123 +0,0 @@ -//------------------------------------------------------------------------------ -// -// Codice generato da uno strumento. -// -// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se -// il codice viene rigenerato. -// -//------------------------------------------------------------------------------ - -namespace WebMasterPages { - - - public partial class BootstrapNoUpdPnl { - - /// - /// Controllo PlaceHolder1. - /// - /// - /// 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.PlaceHolder PlaceHolder1; - - /// - /// 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 HeadContent. - /// - /// - /// 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 HeadContent; - - /// - /// Controllo form1. - /// - /// - /// 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; - - /// - /// Controllo ScriptManager1. - /// - /// - /// 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 ScriptManager1; - - /// - /// Controllo uppNavbar. - /// - /// - /// 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 uppNavbar; - - /// - /// Controllo mod_title. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::MoonProTablet.WebUserControls.mod_title mod_title; - - /// - /// Controllo MainContent. - /// - /// - /// 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 MainContent; - - /// - /// Controllo uppFooter. - /// - /// - /// 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 uppFooter; - - /// - /// Controllo Timer1. - /// - /// - /// 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; - - /// - /// Controllo PlaceHolder2. - /// - /// - /// 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.PlaceHolder PlaceHolder2; - } -}