diff --git a/MP-Tablet/WebUserControls/mod_title.ascx b/MP-Tablet/WebUserControls/mod_title.ascx
index e04774e6..f48a523c 100644
--- a/MP-Tablet/WebUserControls/mod_title.ascx
+++ b/MP-Tablet/WebUserControls/mod_title.ascx
@@ -9,27 +9,40 @@
-
diff --git a/MP-Tablet/WebUserControls/mod_title.ascx.cs b/MP-Tablet/WebUserControls/mod_title.ascx.cs
index f092e533..5da9badd 100644
--- a/MP-Tablet/WebUserControls/mod_title.ascx.cs
+++ b/MP-Tablet/WebUserControls/mod_title.ascx.cs
@@ -176,5 +176,29 @@ namespace MoonProTablet.WebUserControls
}
return answ;
}
+ ///
+ /// Verifica se la pagina corrente sia URL indicato --> mostra ACTIVE
+ ///
+ ///
+ ///
+ public string checkPage(object navUrl)
+ {
+ string answ = "";
+ if (navUrl.ToString().Replace(".aspx", "").Replace("~/", "") == titolo.Replace(".aspx", ""))
+ {
+ answ = "active";
+ }
+ return answ;
+ }
+ ///
+ /// titolo pagina
+ ///
+ public string titolo
+ {
+ get
+ {
+ return devicesAuthProxy.getPage(Request.Url);
+ }
+ }
}
}
\ No newline at end of file
diff --git a/MP-Tablet/WebUserControls/mod_title.ascx.designer.cs b/MP-Tablet/WebUserControls/mod_title.ascx.designer.cs
index fa446fa7..73aae9c2 100644
--- a/MP-Tablet/WebUserControls/mod_title.ascx.designer.cs
+++ b/MP-Tablet/WebUserControls/mod_title.ascx.designer.cs
@@ -21,6 +21,24 @@ namespace MoonProTablet.WebUserControls {
///
protected global::System.Web.UI.WebControls.Image logoSW;
+ ///
+ /// Controllo repLI.
+ ///
+ ///
+ /// 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.Repeater repLI;
+
+ ///
+ /// Controllo ods.
+ ///
+ ///
+ /// 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.ObjectDataSource ods;
+
///
/// Controllo lblSwData.
///