diff --git a/Projects/WebGIM/GIM_data/bin/GIM_data.dll b/Projects/WebGIM/GIM_data/bin/GIM_data.dll index 45f5e7d..cd32c25 100644 Binary files a/Projects/WebGIM/GIM_data/bin/GIM_data.dll and b/Projects/WebGIM/GIM_data/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_data/bin/SteamWare.XML b/Projects/WebGIM/GIM_data/bin/SteamWare.XML index bae4ca8..6c7edf2 100644 --- a/Projects/WebGIM/GIM_data/bin/SteamWare.XML +++ b/Projects/WebGIM/GIM_data/bin/SteamWare.XML @@ -2154,7 +2154,6 @@ elimina il file + vecchio - diff --git a/Projects/WebGIM/GIM_data/bin/SteamWare.dll b/Projects/WebGIM/GIM_data/bin/SteamWare.dll index 5c32d0d..ce51953 100644 Binary files a/Projects/WebGIM/GIM_data/bin/SteamWare.dll and b/Projects/WebGIM/GIM_data/bin/SteamWare.dll differ diff --git a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.csprojResolveAssemblyReference.cache b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.csprojResolveAssemblyReference.cache index 50e9c16..13a03ad 100644 Binary files a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.csprojResolveAssemblyReference.cache and b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.csprojResolveAssemblyReference.cache differ diff --git a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.dll b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.dll index 45f5e7d..cd32c25 100644 Binary files a/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.dll and b/Projects/WebGIM/GIM_data/obj/SomaschiniUSA/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_site/GIM_site.csproj.user b/Projects/WebGIM/GIM_site/GIM_site.csproj.user index ad196c1..fa7226d 100644 --- a/Projects/WebGIM/GIM_site/GIM_site.csproj.user +++ b/Projects/WebGIM/GIM_site/GIM_site.csproj.user @@ -2,7 +2,7 @@ ShowAllFiles - Somaschini-USA + Ufficio-ENG %28.17%29 diff --git a/Projects/WebGIM/GIM_site/autoEnroll.aspx b/Projects/WebGIM/GIM_site/autoEnroll.aspx index 60d1a93..b896f0f 100644 --- a/Projects/WebGIM/GIM_site/autoEnroll.aspx +++ b/Projects/WebGIM/GIM_site/autoEnroll.aspx @@ -1,4 +1,4 @@ -<%@ Page Language="C#" AutoEventWireup="true" Inherits="autoEnroll" Codebehind="autoEnroll.aspx.cs" %> +<%@ Page Language="C#" AutoEventWireup="true" Inherits="autoEnroll" CodeBehind="autoEnroll.aspx.cs" %> @@ -7,49 +7,45 @@
-
-

- Registrazione nuovo utente -

- - - - - - - - - - - - - - - - -
- Cognome: - +
+

+ +

+
+
+ : +
+
- -
- Nome: - + + + +
+
+ : +
+
- -
- email: - + + + +
+
+ : +
+
- -
- -
-
+ + + +
+ +
+ diff --git a/Projects/WebGIM/GIM_site/autoEnroll.aspx.cs b/Projects/WebGIM/GIM_site/autoEnroll.aspx.cs index 66f0a2c..02aed02 100644 --- a/Projects/WebGIM/GIM_site/autoEnroll.aspx.cs +++ b/Projects/WebGIM/GIM_site/autoEnroll.aspx.cs @@ -9,7 +9,28 @@ public partial class autoEnroll : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { + if (!Page.IsPostBack) + { + traduciObj(); + } + } + private void traduciObj() + { + lblRegNewUser.Text = traduci("lblRegNewUser"); + lblSurname.Text = traduci("lblSurname"); + lblName.Text = traduci("lblName"); + lblEmail.Text = traduci("lblEmail"); + btnSave.Text = traduci("btnSave"); + } + /// + /// wrapper traduzione + /// + /// + /// + public string traduci(object lemma) + { + return user_std.UtSn.Traduci(lemma.ToString()); } protected void btnSave_Click(object sender, EventArgs e) { diff --git a/Projects/WebGIM/GIM_site/autoEnroll.aspx.designer.cs b/Projects/WebGIM/GIM_site/autoEnroll.aspx.designer.cs index 1ce68ef..7e8090d 100644 --- a/Projects/WebGIM/GIM_site/autoEnroll.aspx.designer.cs +++ b/Projects/WebGIM/GIM_site/autoEnroll.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. // //------------------------------------------------------------------------------ @@ -21,6 +20,24 @@ public partial class autoEnroll { /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; + /// + /// lblRegNewUser control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblRegNewUser; + + /// + /// lblSurname control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblSurname; + /// /// txtCognome control. /// @@ -39,6 +56,15 @@ public partial class autoEnroll { /// protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvCognome; + /// + /// lblName control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblName; + /// /// txtNome control. /// @@ -57,6 +83,15 @@ public partial class autoEnroll { /// protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvNome; + /// + /// lblEmail control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblEmail; + /// /// txtEmail control. /// diff --git a/Projects/WebGIM/GIM_site/bin/GIM_data.dll b/Projects/WebGIM/GIM_site/bin/GIM_data.dll index 45f5e7d..cd32c25 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_data.dll and b/Projects/WebGIM/GIM_site/bin/GIM_data.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/GIM_site.dll b/Projects/WebGIM/GIM_site/bin/GIM_site.dll index edee1d3..176877c 100644 Binary files a/Projects/WebGIM/GIM_site/bin/GIM_site.dll and b/Projects/WebGIM/GIM_site/bin/GIM_site.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/SteamWare.dll b/Projects/WebGIM/GIM_site/bin/SteamWare.dll index 5c32d0d..ce51953 100644 Binary files a/Projects/WebGIM/GIM_site/bin/SteamWare.dll and b/Projects/WebGIM/GIM_site/bin/SteamWare.dll differ diff --git a/Projects/WebGIM/GIM_site/bin/SteamWare.xml b/Projects/WebGIM/GIM_site/bin/SteamWare.xml index 795d98a..f95edf8 100644 --- a/Projects/WebGIM/GIM_site/bin/SteamWare.xml +++ b/Projects/WebGIM/GIM_site/bin/SteamWare.xml @@ -2154,7 +2154,6 @@ elimina il file + vecchio -
diff --git a/Projects/WebGIM/GIM_site/obj/SomaschiniUSA/GIM_site.dll b/Projects/WebGIM/GIM_site/obj/SomaschiniUSA/GIM_site.dll index edee1d3..176877c 100644 Binary files a/Projects/WebGIM/GIM_site/obj/SomaschiniUSA/GIM_site.dll and b/Projects/WebGIM/GIM_site/obj/SomaschiniUSA/GIM_site.dll differ