diff --git a/GPW_Admin/WebMasterPages/AjaxSearch.master b/GPW_Admin/WebMasterPages/AjaxSearch.master
deleted file mode 100644
index df74574..0000000
--- a/GPW_Admin/WebMasterPages/AjaxSearch.master
+++ /dev/null
@@ -1,107 +0,0 @@
-<%@ Master Language="C#" AutoEventWireup="True" Inherits="AjaxSearch" CodeBehind="AjaxSearch.master.cs" %>
-
-<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
-<%@ Register Src="~/WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
-<%@ Register Src="~/WebUserControls/mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
-<%@ Register Src="~/WebUserControls/mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
-<%@ Register Src="~/WebUserControls/mod_ricercaGenerica.ascx" TagName="mod_ricercaGenerica" TagPrefix="uc4" %>
-<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
-<%@ Register Src="~/WebUserControls/mod_pageSize.ascx" TagName="mod_pageSize" TagPrefix="uc6" %>
-
-
-
-
-
-
-
- <%: Page.Title %> - GPW
-
- <%: Scripts.Render("~/bundles/modernizr") %>
-
-
-
-
-
-
-
-
-
-
-
- <%: Scripts.Render("~/bundles/jquery") %>
- <%: Scripts.Render("~/bundles/jqueryui") %>
- <%: Scripts.Render("~/bundles/jSteamware") %>
-
-
- <%--DA VERIFICARE QUESTI in inclusione...--%>
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GPW_Admin/WebMasterPages/AjaxSearch.master.cs b/GPW_Admin/WebMasterPages/AjaxSearch.master.cs
deleted file mode 100644
index d5ef480..0000000
--- a/GPW_Admin/WebMasterPages/AjaxSearch.master.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-using System;
-using System.Data;
-using System.Configuration;
-using System.Collections;
-using System.Web;
-using System.Web.Security;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-using System.Web.UI.WebControls.WebParts;
-using System.Web.UI.HtmlControls;
-
-public partial class AjaxSearch : System.Web.UI.MasterPage
-{
-
- protected override void OnLoad(EventArgs e)
- {
- base.OnLoad(e);
- Page.Title = SteamWare.memLayer.ML.confReadString("_titoloPagina");
- }
-
- protected override void OnInit(EventArgs e)
- {
- base.OnInit(e);
- Mod_menuTop1.eh_toggleMenuSx += new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
- Mod_menuTop1.eh_reqUpdateMenu += new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
- mod_pageSize1.eh_nuovaSize += new EventHandler(mod_pageSize1_eh_nuovaSize);
- }
-
- void mod_pageSize1_eh_nuovaSize(object sender, EventArgs e)
- {
- Uri MyUrl = Request.Url;
- string delimStr = "/";
- char[] delimiter = delimStr.ToCharArray();
- string[] finalUrl = MyUrl.LocalPath.ToString().Split(delimiter);
- int n = finalUrl.Length;
- string _paginaCorrente = finalUrl[n - 1].ToString();
- Response.Redirect(_paginaCorrente);
- }
-
- void Mod_menuTop1_eh_reqUpdateMenu(object sender, EventArgs e)
- {
- // chiamo update del menu sx...
- Mod_menuSx1.forzaUpdateMenu();
- }
-
- void Mod_menuTop1_eh_toggleMenuSx(object sender, EventArgs e)
- {
- // cambio stato visualizzaizone menù laterale...
- Mod_menuSx1.Visible = !Mod_menuSx1.Visible;
- }
-
- protected override void OnUnload(EventArgs e)
- {
- base.OnUnload(e);
- // svuoto tutti gli event handler inseriti...
- Mod_menuTop1.eh_toggleMenuSx -= new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
- Mod_menuTop1.eh_reqUpdateMenu -= new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
-
- }
-}
diff --git a/GPW_Admin/WebMasterPages/AjaxSearch.master.designer.cs b/GPW_Admin/WebMasterPages/AjaxSearch.master.designer.cs
deleted file mode 100644
index 9895712..0000000
--- a/GPW_Admin/WebMasterPages/AjaxSearch.master.designer.cs
+++ /dev/null
@@ -1,167 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-
-public partial class AjaxSearch
-{
-
- ///
- /// Head1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
-
- ///
- /// BundleReference2 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
-
- ///
- /// BundleReference3 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference3;
-
- ///
- /// BundleReference1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
-
- ///
- /// PlaceHolder1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder1;
-
- ///
- /// form1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// sm control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.ScriptManager sm;
-
- ///
- /// upTop control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upTop;
-
- ///
- /// Mod_menuTop1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuTop Mod_menuTop1;
-
- ///
- /// upSx control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upSx;
-
- ///
- /// Mod_menuSx1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuSx Mod_menuSx1;
-
- ///
- /// upPagina control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upPagina;
-
- ///
- /// Mod_pageTitleAndSearch1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_pageTitleAndSearch Mod_pageTitleAndSearch1;
-
- ///
- /// Mod_ricercaGenerica1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_ricercaGenerica Mod_ricercaGenerica1;
-
- ///
- /// mod_pageSize1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::GPW_Admin.WebUserControls.mod_pageSize mod_pageSize1;
-
- ///
- /// cph1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder cph1;
-
- ///
- /// Mod_menuBottom1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuBottom Mod_menuBottom1;
-}
diff --git a/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master b/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master
deleted file mode 100644
index b8f565c..0000000
--- a/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master
+++ /dev/null
@@ -1,80 +0,0 @@
-<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="AjaxSimpleFull.master.cs" Inherits="GPW_Admin.WebMasterPages.AjaxSimpleFull" %>
-
-<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
-<%@ Register Src="~/WebUserControls/mod_menuBottomFullpage.ascx" TagName="mod_menuBottomFullpage" TagPrefix="uc1" %>
-
-
-
-
-
-
- GPW-ADM
-
- <%: Scripts.Render("~/bundles/modernizr") %>
-
-
-
-
-
-
-
-
-
-
-
- <%: Scripts.Render("~/bundles/jquery") %>
- <%: Scripts.Render("~/bundles/jqueryui") %>
- <%: Scripts.Render("~/bundles/jSteamware") %>
-
-
- <%--DA VERIFICARE QUESTI in inclusione...--%>
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master.cs b/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master.cs
deleted file mode 100644
index 1c90293..0000000
--- a/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-
-namespace GPW_Admin.WebMasterPages
-{
- public partial class AjaxSimpleFull : System.Web.UI.MasterPage
- {
- protected void Page_Load(object sender, EventArgs e)
- {
- Page.Title = SteamWare.memLayer.ML.confReadString("_titoloPagina");
- }
- }
-}
diff --git a/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master.designer.cs b/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master.designer.cs
deleted file mode 100644
index a1edfb2..0000000
--- a/GPW_Admin/WebMasterPages/AjaxSimpleFull.Master.designer.cs
+++ /dev/null
@@ -1,116 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace GPW_Admin.WebMasterPages
-{
-
-
- public partial class AjaxSimpleFull
- {
-
- ///
- /// Head1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
-
- ///
- /// BundleReference2 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
-
- ///
- /// BundleReference3 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference3;
-
- ///
- /// BundleReference1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
-
- ///
- /// PlaceHolder1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder1;
-
- ///
- /// form1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// sm control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.ScriptManager sm;
-
- ///
- /// upMain control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upMain;
-
- ///
- /// cph1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder cph1;
-
- ///
- /// upBott control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upBott;
-
- ///
- /// mod_menuBottomFullpage1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::GPW_Admin.WebUserControls.mod_menuBottomFullpage mod_menuBottomFullpage1;
- }
-}
diff --git a/GPW_Admin/WebMasterPages/AjaxTitle.master b/GPW_Admin/WebMasterPages/AjaxTitle.master
deleted file mode 100644
index 5ae8676..0000000
--- a/GPW_Admin/WebMasterPages/AjaxTitle.master
+++ /dev/null
@@ -1,122 +0,0 @@
-<%@ Master Language="C#" AutoEventWireup="True" Inherits="AjaxTitle" CodeBehind="AjaxTitle.master.cs" %>
-
-<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
-<%@ Register Src="~/WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
-<%@ Register Src="~/WebUserControls/mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
-<%@ Register Src="~/WebUserControls/mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
-<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
-<%@ Register Src="~/WebUserControls/mod_pageSize.ascx" TagName="mod_pageSize" TagPrefix="uc6" %>
-
-
-
-
-
-
- GPW-ADM
-
- <%: Scripts.Render("~/bundles/modernizr") %>
-
-
-
-
-
-
-
-
-
-
-
- <%: Scripts.Render("~/bundles/jquery") %>
- <%: Scripts.Render("~/bundles/jqueryui") %>
- <%: Scripts.Render("~/bundles/jSteamware") %>
-
-
- <%--DA VERIFICARE QUESTI in inclusione...--%>
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GPW_Admin/WebMasterPages/AjaxTitle.master.cs b/GPW_Admin/WebMasterPages/AjaxTitle.master.cs
deleted file mode 100644
index 639a9b7..0000000
--- a/GPW_Admin/WebMasterPages/AjaxTitle.master.cs
+++ /dev/null
@@ -1,55 +0,0 @@
-using System;
-using System.Data;
-using System.Configuration;
-using System.Collections;
-using System.Web;
-using System.Web.Security;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-using System.Web.UI.WebControls.WebParts;
-using System.Web.UI.HtmlControls;
-using SteamWare;
-
-public partial class AjaxTitle : System.Web.UI.MasterPage
-{
-
- protected override void OnLoad(EventArgs e)
- {
- base.OnLoad(e);
- Page.Title = SteamWare.memLayer.ML.confReadString("_titoloPagina");
- }
-
- protected override void OnInit(EventArgs e)
- {
- base.OnInit(e);
- Mod_menuTop1.eh_toggleMenuSx += new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
- Mod_menuTop1.eh_reqUpdateMenu += new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
- mod_pageSize1.eh_nuovaSize += Mod_pageSize1_eh_nuovaSize;
- }
-
- private void Mod_pageSize1_eh_nuovaSize(object sender, EventArgs e)
- {
- Response.Redirect(user_std.pagCorrente);
- }
-
- void Mod_menuTop1_eh_reqUpdateMenu(object sender, EventArgs e)
- {
- // chiamo update del menu sx...
- Mod_menuSx1.forzaUpdateMenu();
- }
-
- void Mod_menuTop1_eh_toggleMenuSx(object sender, EventArgs e)
- {
- // cambio stato visualizzaizone menù laterale...
- Mod_menuSx1.Visible = !Mod_menuSx1.Visible;
- }
-
- protected override void OnUnload(EventArgs e)
- {
- base.OnUnload(e);
- // svuoto tutti gli event handler inseriti...
- Mod_menuTop1.eh_toggleMenuSx -= new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
- Mod_menuTop1.eh_reqUpdateMenu -= new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
-
- }
-}
diff --git a/GPW_Admin/WebMasterPages/AjaxTitle.master.designer.cs b/GPW_Admin/WebMasterPages/AjaxTitle.master.designer.cs
deleted file mode 100644
index ac8e3eb..0000000
--- a/GPW_Admin/WebMasterPages/AjaxTitle.master.designer.cs
+++ /dev/null
@@ -1,158 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-
-public partial class AjaxTitle
-{
-
- ///
- /// Head1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
-
- ///
- /// BundleReference2 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
-
- ///
- /// BundleReference3 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference3;
-
- ///
- /// BundleReference1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
-
- ///
- /// PlaceHolder1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder1;
-
- ///
- /// form1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// sm control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.ScriptManager sm;
-
- ///
- /// upTop control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upTop;
-
- ///
- /// Mod_menuTop1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuTop Mod_menuTop1;
-
- ///
- /// upSx control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upSx;
-
- ///
- /// Mod_menuSx1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuSx Mod_menuSx1;
-
- ///
- /// upMain control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upMain;
-
- ///
- /// Mod_pageTitleAndSearch1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_pageTitleAndSearch Mod_pageTitleAndSearch1;
-
- ///
- /// mod_pageSize1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::GPW_Admin.WebUserControls.mod_pageSize mod_pageSize1;
-
- ///
- /// cph1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder cph1;
-
- ///
- /// Mod_menuBottom1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuBottom Mod_menuBottom1;
-}
diff --git a/GPW_Admin/WebMasterPages/MasterAjax.master b/GPW_Admin/WebMasterPages/MasterAjax.master
deleted file mode 100644
index 5e6ac79..0000000
--- a/GPW_Admin/WebMasterPages/MasterAjax.master
+++ /dev/null
@@ -1,81 +0,0 @@
-<%@ Master Language="C#" AutoEventWireup="True" Inherits="MasterAjax" CodeBehind="MasterAjax.master.cs" %>
-
-<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
-<%@ Register Src="~/WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
-<%@ Register Src="~/WebUserControls/mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
-<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
-
-
-
-
-
-
-
- GPW
-
- <%: Scripts.Render("~/bundles/modernizr") %>
-
-
-
-
-
-
-
-
-
-
-
- <%: Scripts.Render("~/bundles/jquery") %>
- <%: Scripts.Render("~/bundles/jqueryui") %>
- <%: Scripts.Render("~/bundles/jSteamware") %>
-
-
- <%--DA VERIFICARE QUESTI in inclusione...--%>
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GPW_Admin/WebMasterPages/MasterAjax.master.cs b/GPW_Admin/WebMasterPages/MasterAjax.master.cs
deleted file mode 100644
index b3cb5c1..0000000
--- a/GPW_Admin/WebMasterPages/MasterAjax.master.cs
+++ /dev/null
@@ -1,49 +0,0 @@
-using System;
-using System.Data;
-using System.Configuration;
-using System.Collections;
-using System.Web;
-using System.Web.Security;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-using System.Web.UI.WebControls.WebParts;
-using System.Web.UI.HtmlControls;
-using SteamWare;
-
-public partial class MasterAjax : System.Web.UI.MasterPage
-{
-
- protected override void OnLoad(EventArgs e)
- {
- base.OnLoad(e);
- Page.Title = SteamWare.memLayer.ML.confReadString("_titoloPagina");
- }
-
- protected override void OnInit(EventArgs e)
- {
- base.OnInit(e);
- Mod_menuTop1.eh_toggleMenuSx += new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
- Mod_menuTop1.eh_reqUpdateMenu += new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
- }
-
- void Mod_menuTop1_eh_reqUpdateMenu(object sender, EventArgs e)
- {
- // chiamo update del menu sx...
- Mod_menuSx1.forzaUpdateMenu();
- }
-
- void Mod_menuTop1_eh_toggleMenuSx(object sender, EventArgs e)
- {
- // cambio stato visualizzaizone menù laterale...
- Mod_menuSx1.Visible = !Mod_menuSx1.Visible;
- }
-
- protected override void OnUnload(EventArgs e)
- {
- base.OnUnload(e);
- // svuoto tutti gli event handler inseriti...
- Mod_menuTop1.eh_toggleMenuSx -= new EventHandler(Mod_menuTop1_eh_toggleMenuSx);
- Mod_menuTop1.eh_reqUpdateMenu -= new EventHandler(Mod_menuTop1_eh_reqUpdateMenu);
-
- }
-}
diff --git a/GPW_Admin/WebMasterPages/MasterAjax.master.designer.cs b/GPW_Admin/WebMasterPages/MasterAjax.master.designer.cs
deleted file mode 100644
index 86fb183..0000000
--- a/GPW_Admin/WebMasterPages/MasterAjax.master.designer.cs
+++ /dev/null
@@ -1,140 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-
-public partial class MasterAjax
-{
-
- ///
- /// Head1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
-
- ///
- /// BundleReference2 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
-
- ///
- /// BundleReference3 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference3;
-
- ///
- /// BundleReference1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
-
- ///
- /// PlaceHolder1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.PlaceHolder PlaceHolder1;
-
- ///
- /// form1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// sm control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.ScriptManager sm;
-
- ///
- /// upTop control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upTop;
-
- ///
- /// Mod_menuTop1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuTop Mod_menuTop1;
-
- ///
- /// upSx control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel upSx;
-
- ///
- /// Mod_menuSx1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuSx Mod_menuSx1;
-
- ///
- /// updPanelPagina control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UpdatePanel updPanelPagina;
-
- ///
- /// cph1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder cph1;
-
- ///
- /// Mod_menuBottom1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::mod_menuBottom Mod_menuBottom1;
-}