diff --git a/Projects/WebGIM/GIM_data/bin/GIM_data.dll b/Projects/WebGIM/GIM_data/bin/GIM_data.dll index 34c8df4..ae20a53 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.dll b/Projects/WebGIM/GIM_data/bin/SteamWare.dll index f9d5d8b..dfcf1c9 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_site/adminDB.aspx b/Projects/WebGIM/GIM_site/adminDB.aspx index 049b65a..f0155f6 100644 --- a/Projects/WebGIM/GIM_site/adminDB.aspx +++ b/Projects/WebGIM/GIM_site/adminDB.aspx @@ -1,135 +1,146 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimple.master" AutoEventWireup="true" Inherits="adminDB" Codebehind="adminDB.aspx.cs" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" Inherits="adminDB" CodeBehind="adminDB.aspx.cs" %> - -
-
-

- Amministrazione Database Applicazione

-

- Di seguito sono riportate le opzioni attive per l'amministrazione del DB dell'applicazione - corrente

- - - - - - - - - + +
- DB Produzione - - -
- - - Crea DB di produzione dell'Applicazione + + + + + + +
+
+
+
+

DB MANAGEMENT

+
+
+
+
+
+
+

Amministrazione Database Applicazione

+

+ Di seguito sono riportate le opzioni attive per l'amministrazione del DB dell'applicazione + corrente +

+ + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - -
+ DB Produzione + + +
+ + Crea DB di produzione dell'Applicazione
- (Crea da zero il DB dell'Applicazione) -
- - - Aggiorna il DB di produzione per l'applicazione + (Crea da zero il DB dell'Applicazione) +
+ + Aggiorna il DB di produzione per l'applicazione
- (solo se Db in produzione è più vecchio della versione richiesta) -
- DB Test -
- - - Reimposta il DB di test + (solo se Db in produzione è più vecchio della versione richiesta) +
+ DB Test +
+ + Reimposta il DB di test
- (per verifica procedure creazione DB da zero alla versione corrente) -
- - - Aggiorna il DB di test per l'applicazione eseguendo gli step indicati + (per verifica procedure creazione DB da zero alla versione corrente) +
+ + Aggiorna il DB di test per l'applicazione eseguendo gli step indicati
- dalla versione alla versione -
- DB Vocabolario - - -
- - - Crea DB Vocabolario + dalla versione + + alla versione + +
+ DB Vocabolario + + +
+ + Crea DB Vocabolario
- (Crea da zero il DB vocabolario) -
- - - Aggiorna DB Vocabolario + (Crea da zero il DB vocabolario) +
+ + Aggiorna DB Vocabolario
- (Aggiorna all'ultima versione il DB vocabolario) -
- DB Anagrafica - - -
- - - Crea DB Anagrafica + (Aggiorna all'ultima versione il DB vocabolario) +
+ DB Anagrafica + + +
+ + Crea DB Anagrafica
- (Crea da zero il DB Anagrafica) -
- - - Aggiorna DB Anagrafica + (Crea da zero il DB Anagrafica) +
+ + Aggiorna DB Anagrafica
- (Aggiorna all'ultima versione il DB Anagrafica) -
- + (Aggiorna all'ultima versione il DB Anagrafica) +
+ +
+
+ +
diff --git a/Projects/WebGIM/GIM_site/adminDB.aspx.designer.cs b/Projects/WebGIM/GIM_site/adminDB.aspx.designer.cs index 835108c..f5579a4 100644 --- a/Projects/WebGIM/GIM_site/adminDB.aspx.designer.cs +++ b/Projects/WebGIM/GIM_site/adminDB.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/bin/GIM_data.dll b/Projects/WebGIM/GIM_site/bin/GIM_data.dll index 34c8df4..ae20a53 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 60a7864..515f715 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 f9d5d8b..dfcf1c9 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/sql/GIM_1.5_to_1.6.sql b/Projects/WebGIM/GIM_site/sql/GIM_1.5_to_1.6.sql index 59973ae..6496425 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 @@ -127,4 +127,5 @@ 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' +exec voc.stp_insNewLemma 'adminDB', 'DB Admin' diff --git a/Projects/WebGIM/GIM_site/test.aspx b/Projects/WebGIM/GIM_site/test.aspx index 2f63e93..1e5eea4 100644 --- a/Projects/WebGIM/GIM_site/test.aspx +++ b/Projects/WebGIM/GIM_site/test.aspx @@ -1,6 +1,24 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Ajax.master" AutoEventWireup="true" Inherits="test" Codebehind="test.aspx.cs" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" Inherits="test" CodeBehind="test.aspx.cs" %> <%@ Register Src="~/WebUserControls/mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc2" %> - - + + + + + + +
+
+
+
+

TEST

+
+
+
+
+ +
+
+
+
diff --git a/Projects/WebGIM/GIM_site/test.aspx.designer.cs b/Projects/WebGIM/GIM_site/test.aspx.designer.cs index 9f9c8df..ef1db89 100644 --- a/Projects/WebGIM/GIM_site/test.aspx.designer.cs +++ b/Projects/WebGIM/GIM_site/test.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. // //------------------------------------------------------------------------------