+ Questa funzione permette di inserire un devices tra quelli gestiti tramite la AuthKey personale (da richiedere all'admin se non nota).
-
-
-
-
-
-
-
- Spiegazione
- Questa funzione permette di inserire un devices tra quelli gestiti tramite la AuthKey
- personale (da richiedere all'admin se non nota).
+
+ Collapsible
+
+
+ Lorem ipsum dolor text....
+
diff --git a/MP-Tablet/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs b/MP-Tablet/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs
deleted file mode 100644
index f8c05db8..00000000
--- a/MP-Tablet/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs
+++ /dev/null
@@ -1,70 +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 MoonProTablet.WebUserControls
-{
-
-
- public partial class mod_enrollByAuthKey {
-
- ///
- /// ddlIdxDipendente control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.DropDownList ddlIdxDipendente;
-
- ///
- /// odsOperatori control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ObjectDataSource odsOperatori;
-
- ///
- /// txtUserAuthKey control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.TextBox txtUserAuthKey;
-
- ///
- /// lblWarning control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Label lblWarning;
-
- ///
- /// btnConferma control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Button btnConferma;
-
- ///
- /// btnAnnulla control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Button btnAnnulla;
- }
-}
diff --git a/MP-Tablet/WebUserControls/mod_regNewDevice.ascx b/MP-Tablet/WebUserControls/mod_regNewDevice.ascx
index 18b64715..024b6df0 100644
--- a/MP-Tablet/WebUserControls/mod_regNewDevice.ascx
+++ b/MP-Tablet/WebUserControls/mod_regNewDevice.ascx
@@ -1,11 +1,11 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_regNewDevice.ascx.cs"
- Inherits="MoonProTablet.WebUserControls.mod_regNewDevice" %>
-<%@ Register Src="mod_enrollByAuthKey.ascx" TagName="mod_enrollByAuthKey" TagPrefix="uc1" %>
-<%@ Register Src="mod_enrollByJumperAuthKey.ascx" TagName="mod_enrollByJumperAuthKey"
- TagPrefix="uc2" %>
-
-
diff --git a/MP-Tablet/WebUserControls/mod_regNewDevice.ascx.cs b/MP-Tablet/WebUserControls/mod_regNewDevice.ascx.cs
index cd8ae882..c6c92b54 100644
--- a/MP-Tablet/WebUserControls/mod_regNewDevice.ascx.cs
+++ b/MP-Tablet/WebUserControls/mod_regNewDevice.ascx.cs
@@ -2,20 +2,20 @@
namespace MoonProTablet.WebUserControls
{
- public partial class mod_regNewDevice : System.Web.UI.UserControl
+ public partial class mod_regNewDevice : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
{
- protected void Page_Load(object sender, EventArgs e)
- {
- /*************************************************************************
- * REGISTRAZIONE nuovi devices
- *
- * ci sono tre modalità
- * - idxDipendente + authKey (manuale)
- * - con richiesta reset ed invio authKey (generazione pwd casuale da email dipendente + dataora in MD5, INSERENDO EMAIL e cercando se esista...)
- * - con "rimbalzo" su ~/jumper.aspx?UserAuthkey={0}&idxDipendente={1}... poi messe in session x cui autosetup
- *
- * ***********************************************************************/
- }
-
+ /*************************************************************************
+ * REGISTRAZIONE nuovi devices
+ *
+ * ci sono tre modalità
+ * - idxDipendente + authKey (manuale)
+ * - con richiesta reset ed invio authKey (generazione pwd casuale da email dipendente + dataora in MD5, INSERENDO EMAIL e cercando se esista...)
+ * - con "rimbalzo" su ~/jumper.aspx?UserAuthkey={0}&idxDipendente={1}... poi messe in session x cui autosetup
+ *
+ * ***********************************************************************/
}
+
+ }
}
\ No newline at end of file
diff --git a/MP-Tablet/WebUserControls/mod_regNewDevice.ascx.designer.cs b/MP-Tablet/WebUserControls/mod_regNewDevice.ascx.designer.cs
index 03d187c6..aceb0978 100644
--- a/MP-Tablet/WebUserControls/mod_regNewDevice.ascx.designer.cs
+++ b/MP-Tablet/WebUserControls/mod_regNewDevice.ascx.designer.cs
@@ -1,34 +1,33 @@
//------------------------------------------------------------------------------
-//
-// 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.
+//
//------------------------------------------------------------------------------
-namespace MoonProTablet.WebUserControls
-{
-
-
+namespace MoonProTablet.WebUserControls {
+
+
public partial class mod_regNewDevice {
///
- /// mod_enrollByAuthKey1 control.
+ /// Controllo mod_enrollByAuthKey.
///
///
- /// 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::MoonProTablet.WebUserControls.mod_enrollByAuthKey mod_enrollByAuthKey1;
+ protected global::MoonProTablet.WebUserControls.mod_enrollByAuthKey mod_enrollByAuthKey;
///
- /// mod_enrollByJumperAuthKey1 control.
+ /// Controllo mod_enrollByJumperAuthKey.
///
///
- /// 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::MoonProTablet.WebUserControls.mod_enrollByJumperAuthKey mod_enrollByJumperAuthKey1;
+ protected global::MoonProTablet.WebUserControls.mod_enrollByJumperAuthKey mod_enrollByJumperAuthKey;
}
}
diff --git a/MP-Tablet/WebUserControls/mod_title.ascx b/MP-Tablet/WebUserControls/mod_title.ascx
index c81dc914..f6d3e0e8 100644
--- a/MP-Tablet/WebUserControls/mod_title.ascx
+++ b/MP-Tablet/WebUserControls/mod_title.ascx
@@ -32,6 +32,3 @@
-
-
-
diff --git a/MP-Tablet/WebUserControls/mod_title.ascx.cs b/MP-Tablet/WebUserControls/mod_title.ascx.cs
index 0181788c..b9cb5f6a 100644
--- a/MP-Tablet/WebUserControls/mod_title.ascx.cs
+++ b/MP-Tablet/WebUserControls/mod_title.ascx.cs
@@ -137,14 +137,6 @@ namespace MoonProTablet.WebUserControls
}
}
///
- /// evento timer
- ///
- ///
- ///
- protected void Timer1_Tick(object sender, EventArgs e)
- {
- }
- ///
/// Path locale dove scaricare gli installer
///
protected string localDownloadPath
diff --git a/MP-Tablet/WebUserControls/mod_title.ascx.designer.cs b/MP-Tablet/WebUserControls/mod_title.ascx.designer.cs
index b2409bf0..bbce3894 100644
--- a/MP-Tablet/WebUserControls/mod_title.ascx.designer.cs
+++ b/MP-Tablet/WebUserControls/mod_title.ascx.designer.cs
@@ -56,14 +56,5 @@ namespace MoonProTablet.WebUserControls {
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
protected global::System.Web.UI.WebControls.Label lblIpData;
-
- ///
- /// 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;
}
}
diff --git a/MP-Tablet/fixODL.aspx b/MP-Tablet/fixODL.aspx
index 1473d2c1..f38f3381 100644
--- a/MP-Tablet/fixODL.aspx
+++ b/MP-Tablet/fixODL.aspx
@@ -1,69 +1,69 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/jQueryMobile.Master" AutoEventWireup="true" CodeBehind="fixODL.aspx.cs" Inherits="MoonProTablet.fixODL" %>
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="fixODL.aspx.cs" Inherits="MoonProTablet.fixODL" %>
-<%@ Register Src="WebUserControls/mod_dettMacchina.ascx" TagName="mod_dettMacchina" TagPrefix="uc1" %>
+<%@ Register Src="~/WebUserControls/mod_dettMacchina.ascx" TagName="mod_dettMacchina" TagPrefix="uc1" %>
-
-
-
-
diff --git a/MP-Tablet/regNewDevice.aspx b/MP-Tablet/regNewDevice.aspx
index 2a67352f..a1885ea5 100644
--- a/MP-Tablet/regNewDevice.aspx
+++ b/MP-Tablet/regNewDevice.aspx
@@ -1,7 +1,6 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/jQueryMobileNoCookie.Master" AutoEventWireup="true" CodeBehind="regNewDevice.aspx.cs" Inherits="MoonProTablet.regNewDevice" %>
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="regNewDevice.aspx.cs" Inherits="MoonProTablet.regNewDevice" %>
<%@ Register src="WebUserControls/mod_regNewDevice.ascx" tagname="mod_regNewDevice" tagprefix="uc1" %>
-
-
+
diff --git a/MP-Tablet/regNewDevice.aspx.designer.cs b/MP-Tablet/regNewDevice.aspx.designer.cs
index bc34fbab..eb46b986 100644
--- a/MP-Tablet/regNewDevice.aspx.designer.cs
+++ b/MP-Tablet/regNewDevice.aspx.designer.cs
@@ -1,24 +1,23 @@
//------------------------------------------------------------------------------
-//
-// 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.
+//
//------------------------------------------------------------------------------
-namespace MoonProTablet
-{
-
-
+namespace MoonProTablet {
+
+
public partial class regNewDevice {
///
- /// mod_regNewDevice1 control.
+ /// Controllo mod_regNewDevice1.
///
///
- /// 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::MoonProTablet.WebUserControls.mod_regNewDevice mod_regNewDevice1;
}