-
-
+
+
+
+
+
+
+
diff --git a/Projects/WebGIM/GIM_site/login.aspx.cs b/Projects/WebGIM/GIM_site/login.aspx.cs
index 77a56da..6fe7d36 100644
--- a/Projects/WebGIM/GIM_site/login.aspx.cs
+++ b/Projects/WebGIM/GIM_site/login.aspx.cs
@@ -18,7 +18,7 @@ public partial class login : System.Web.UI.Page
string pagina = SteamWare.memLayer.ML.StringSessionObj("nextPage");
if (pagina == "")
{
- pagina = "menu.aspx";
+ pagina = "menu";
}
return pagina;
}
@@ -38,7 +38,7 @@ public partial class login : System.Web.UI.Page
void Mod_login1_Login_Error(object sender, EventArgs e)
{
- Response.Redirect("./unauthorized.aspx");
+ Response.Redirect("./unauthorized");
}
void Mod_login1_Login_ok(object sender, EventArgs e)
diff --git a/Projects/WebGIM/GIM_site/login.aspx.designer.cs b/Projects/WebGIM/GIM_site/login.aspx.designer.cs
index d4aa961..b9056dc 100644
--- a/Projects/WebGIM/GIM_site/login.aspx.designer.cs
+++ b/Projects/WebGIM/GIM_site/login.aspx.designer.cs
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// the code is regenerated.
//
//------------------------------------------------------------------------------
diff --git a/Projects/WebGIM/GIM_site/macchine.aspx b/Projects/WebGIM/GIM_site/macchine.aspx
index 21af336..fdf3bd4 100644
--- a/Projects/WebGIM/GIM_site/macchine.aspx
+++ b/Projects/WebGIM/GIM_site/macchine.aspx
@@ -1,10 +1,24 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" Inherits="macchine" Codebehind="macchine.aspx.cs" %>
+<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" Inherits="macchine" CodeBehind="macchine.aspx.cs" %>
-<%@ Register Src="~/WebUserControls/mod_macchine.ascx" tagname="mod_macchine" tagprefix="uc1" %>
+<%@ Register Src="~/WebUserControls/mod_macchine.ascx" TagName="mod_macchine" TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_fixCal.ascx" TagName="mod_fixCal" TagPrefix="uc3" %>
-
-
-
+
+
+
+
+
+
+
+
+
+
<%: traduci("MacchineLong") %>
+
+
+
+
+
+
+
+
-
diff --git a/Projects/WebGIM/GIM_site/macchine.aspx.cs b/Projects/WebGIM/GIM_site/macchine.aspx.cs
index 5004cf6..b66716a 100644
--- a/Projects/WebGIM/GIM_site/macchine.aspx.cs
+++ b/Projects/WebGIM/GIM_site/macchine.aspx.cs
@@ -3,8 +3,9 @@ using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
+using SteamWare;
-public partial class macchine : System.Web.UI.Page
+public partial class macchine : UserPage
{
protected void Page_Load(object sender, EventArgs e)
{
diff --git a/Projects/WebGIM/GIM_site/macchine.aspx.designer.cs b/Projects/WebGIM/GIM_site/macchine.aspx.designer.cs
index c34f47b..c904707 100644
--- a/Projects/WebGIM/GIM_site/macchine.aspx.designer.cs
+++ b/Projects/WebGIM/GIM_site/macchine.aspx.designer.cs
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// the code is regenerated.
//
//------------------------------------------------------------------------------
diff --git a/Projects/WebGIM/GIM_site/mtzProg.aspx b/Projects/WebGIM/GIM_site/mtzProg.aspx
index ebd1380..66341d8 100644
--- a/Projects/WebGIM/GIM_site/mtzProg.aspx
+++ b/Projects/WebGIM/GIM_site/mtzProg.aspx
@@ -1,37 +1,44 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" Inherits="mtzProg" Codebehind="mtzProg.aspx.cs" %>
+<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" Inherits="mtzProg" CodeBehind="mtzProg.aspx.cs" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="~/WebUserControls/mod_elencoMtzProg.ascx" TagName="mod_elencoMtzProg" TagPrefix="uc1" %>
<%@ Register Src="~/WebUserControls/mod_dettMtzProg.ascx" TagName="mod_dettMtzProg" TagPrefix="uc2" %>
<%@ Register Src="~/WebUserControls/mod_fixCal.ascx" TagName="mod_fixCal" TagPrefix="uc3" %>
-<%@ Register Src="~/WebUserControls/mod_mtzPrevPending.ascx" tagname="mod_mtzPrevPending" tagprefix="uc4" %>
-<%@ Register src="~/WebUserControls/mod_filtraMtzProg.ascx" tagname="mod_filtraMtzProg" tagprefix="uc5" %>
-
-
-
-
-
-
+<%@ Register Src="~/WebUserControls/mod_mtzPrevPending.ascx" TagName="mod_mtzPrevPending" TagPrefix="uc4" %>
+<%@ Register Src="~/WebUserControls/mod_filtraMtzProg.ascx" TagName="mod_filtraMtzProg" TagPrefix="uc5" %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
<%: traduci("MtzProgLong") %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Projects/WebGIM/GIM_site/sql/GIM_1.5_to_1.6.sql b/Projects/WebGIM/GIM_site/sql/GIM_1.5_to_1.6.sql
index 55219b0..59973ae 100644
--- a/Projects/WebGIM/GIM_site/sql/GIM_1.5_to_1.6.sql
+++ b/Projects/WebGIM/GIM_site/sql/GIM_1.5_to_1.6.sql
@@ -123,4 +123,8 @@ exec voc.stp_insNewLemma 'chLangLong', 'Seleziona Lingua'
UPDATE vocabolario SET traduzione = 'Language Selection' WHERE lemma = 'chLangLong' AND Lingua = 'EN'
exec voc.stp_insNewLemma 'VocabolarioLong', 'Traduzione Interfaccia'
UPDATE vocabolario SET traduzione = 'Interface translation' WHERE lemma = 'VocabolarioLong' AND Lingua = 'EN'
+exec voc.stp_insNewLemma 'MacchineLong', 'Gestione Anagrafica Macchine'
+UPDATE vocabolario SET traduzione = 'Machine List Management' WHERE lemma = 'MacchineLong' AND Lingua = 'EN'
+exec voc.stp_insNewLemma 'DettInterventoLong', 'Dettaglio Intervento'
+UPDATE vocabolario SET traduzione = 'Event Detail' WHERE lemma = 'DettInterventoLong' AND Lingua = 'EN'