diff --git a/CMS_SC/Vocabolario.aspx b/CMS_SC/Vocabolario.aspx index 376c2c3..ab0b6ba 100644 --- a/CMS_SC/Vocabolario.aspx +++ b/CMS_SC/Vocabolario.aspx @@ -3,29 +3,31 @@ <%@ Register Src="~/WebUserControls/mod_lemmiVocab.ascx" TagPrefix="uc2" TagName="mod_lemmiVocab" %> <%@ Register Src="~/WebUserControls/mod_vocabolario.ascx" TagName="mod_vocabolario" TagPrefix="uc1" %> <%@ Register Src="~/WebUserControls/mod_righePag.ascx" TagName="mod_righePag" TagPrefix="uc3" %> -<%@ Register Src="~/WebUserControls/mod_ricercaGenerica.ascx" TagPrefix="uc4" TagName="mod_ricercaGenerica" %> - <%--
--%> -
-
-
-

<%: traduci("GestVoc") %>

-
-
- -
-
- - -
- + <%--
--%> +
+
+
+ <%: traduci("GestVoc") %> +
+
+
+
+ +
+
+ +
+
+
+
diff --git a/CMS_SC/Vocabolario.aspx.cs b/CMS_SC/Vocabolario.aspx.cs index 66cec49..a0315a2 100644 --- a/CMS_SC/Vocabolario.aspx.cs +++ b/CMS_SC/Vocabolario.aspx.cs @@ -4,57 +4,58 @@ using System.Web.UI; namespace CMS_SC { - public partial class Vocabolario : System.Web.UI.Page + public partial class Vocabolario : System.Web.UI.Page + { + protected override void OnInit(EventArgs e) { - protected override void OnInit(EventArgs e) - { - base.OnInit(e); - if (!Page.IsPostBack) - { - mod_righePag1.numRowPag = 20; - Mod_vocabolario1.pageSize = mod_righePag1.numRowPag; - } - // imposto controlli eventi - Mod_vocabolario1.eh_selezioneValore += new EventHandler(Mod_vocabolario1_eh_selezioneValore); - Mod_vocabolario1.eh_resetSelezione += new EventHandler(Mod_vocabolario1_eh_resetSelezione); - // setto visibilità dettaglio termini - Mod_lemmiVocab1.Visible = false; - mod_righePag1.eh_newNum += mod_righePag1_eh_newNum; - } - /// - /// aggiornato numero righe datagrid... aggiorno visualizzazione - /// - /// - /// - void mod_righePag1_eh_newNum(object sender, EventArgs e) - { - Mod_vocabolario1.pageSize = mod_righePag1.numRowPag; - } - void Mod_vocabolario1_eh_resetSelezione(object sender, EventArgs e) - { - Mod_lemmiVocab1.Visible = false; - Session.Remove("lemma_sel"); - } - /// - /// wrapper traduzione - /// - /// - /// - public string traduci(string lemma) - { - return user_std.UtSn.Traduci(lemma); - } - void Mod_vocabolario1_eh_selezioneValore(object sender, EventArgs e) - { - Mod_lemmiVocab1.Visible = true; - Mod_lemmiVocab1.doUpdate(); - } - - protected override void OnUnload(EventArgs e) - { - base.OnUnload(e); - Mod_vocabolario1.eh_selezioneValore -= new EventHandler(Mod_vocabolario1_eh_selezioneValore); - Mod_vocabolario1.eh_resetSelezione -= new EventHandler(Mod_vocabolario1_eh_resetSelezione); - } + base.OnInit(e); + if (!Page.IsPostBack) + { + ((Bootstrap)this.Master).showSearch = true; + mod_righePag1.numRowPag = 20; + Mod_vocabolario1.pageSize = mod_righePag1.numRowPag; + } + // imposto controlli eventi + Mod_vocabolario1.eh_selezioneValore += new EventHandler(Mod_vocabolario1_eh_selezioneValore); + Mod_vocabolario1.eh_resetSelezione += new EventHandler(Mod_vocabolario1_eh_resetSelezione); + // setto visibilità dettaglio termini + Mod_lemmiVocab1.Visible = false; + mod_righePag1.eh_newNum += mod_righePag1_eh_newNum; } + /// + /// aggiornato numero righe datagrid... aggiorno visualizzazione + /// + /// + /// + void mod_righePag1_eh_newNum(object sender, EventArgs e) + { + Mod_vocabolario1.pageSize = mod_righePag1.numRowPag; + } + void Mod_vocabolario1_eh_resetSelezione(object sender, EventArgs e) + { + Mod_lemmiVocab1.Visible = false; + Session.Remove("lemma_sel"); + } + /// + /// wrapper traduzione + /// + /// + /// + public string traduci(string lemma) + { + return user_std.UtSn.Traduci(lemma); + } + void Mod_vocabolario1_eh_selezioneValore(object sender, EventArgs e) + { + Mod_lemmiVocab1.Visible = true; + Mod_lemmiVocab1.doUpdate(); + } + + protected override void OnUnload(EventArgs e) + { + base.OnUnload(e); + Mod_vocabolario1.eh_selezioneValore -= new EventHandler(Mod_vocabolario1_eh_selezioneValore); + Mod_vocabolario1.eh_resetSelezione -= new EventHandler(Mod_vocabolario1_eh_resetSelezione); + } + } } \ No newline at end of file diff --git a/CMS_SC/Vocabolario.aspx.designer.cs b/CMS_SC/Vocabolario.aspx.designer.cs index 7e43d3f..a0a0276 100644 --- a/CMS_SC/Vocabolario.aspx.designer.cs +++ b/CMS_SC/Vocabolario.aspx.designer.cs @@ -1,51 +1,41 @@ //------------------------------------------------------------------------------ -// -// 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 CMS_SC -{ - - +namespace CMS_SC { + + public partial class Vocabolario { /// - /// Mod_vocabolario1 control. + /// Controllo Mod_vocabolario1. /// /// - /// 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::mod_vocabolario Mod_vocabolario1; /// - /// mod_ricercaGenerica control. + /// Controllo Mod_lemmiVocab1. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::mod_ricercaGenerica mod_ricercaGenerica; - - /// - /// Mod_lemmiVocab1 control. - /// - /// - /// 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::mod_lemmiVocab Mod_lemmiVocab1; /// - /// mod_righePag1 control. + /// Controllo mod_righePag1. /// /// - /// 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::mod_righePag mod_righePag1; } diff --git a/CMS_SC/WebUserControls/mod_elencoDossiers.ascx b/CMS_SC/WebUserControls/mod_elencoDossiers.ascx index c203b3f..08c7132 100644 --- a/CMS_SC/WebUserControls/mod_elencoDossiers.ascx +++ b/CMS_SC/WebUserControls/mod_elencoDossiers.ascx @@ -3,41 +3,43 @@ - - - - - - - - - - - - - -
- -
-
-
- - - - - - - - - - - -
+ + + + + + + + + + + + + - + +
+ +
+
+
+ + + + + + + + + + + +
- - - - - - + + + + + + diff --git a/CMS_SC/WebUserControls/mod_lemmiVocab.ascx b/CMS_SC/WebUserControls/mod_lemmiVocab.ascx index ad219cb..f4c58c0 100644 --- a/CMS_SC/WebUserControls/mod_lemmiVocab.ascx +++ b/CMS_SC/WebUserControls/mod_lemmiVocab.ascx @@ -1,57 +1,52 @@ <%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_lemmiVocab" CodeBehind="mod_lemmiVocab.ascx.cs" %> -
-
- - - - <%-- - - - - - - - --%> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+
+
TRADUZIONI
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/CMS_SC/WebUserControls/mod_lemmiVocab.ascx.designer.cs b/CMS_SC/WebUserControls/mod_lemmiVocab.ascx.designer.cs index fb09718..2540300 100644 --- a/CMS_SC/WebUserControls/mod_lemmiVocab.ascx.designer.cs +++ b/CMS_SC/WebUserControls/mod_lemmiVocab.ascx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// 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. +// //------------------------------------------------------------------------------ @@ -12,29 +12,29 @@ public partial class mod_lemmiVocab { /// - /// grView control. + /// Controllo grView. /// /// - /// 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::System.Web.UI.WebControls.GridView grView; /// - /// lblNumRec control. + /// Controllo lblNumRec. /// /// - /// 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::System.Web.UI.WebControls.Label lblNumRec; /// - /// ods control. + /// Controllo ods. /// /// - /// 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::System.Web.UI.WebControls.ObjectDataSource ods; } diff --git a/CMS_SC/WebUserControls/mod_vocabolario.ascx b/CMS_SC/WebUserControls/mod_vocabolario.ascx index 8e77016..f870a8d 100644 --- a/CMS_SC/WebUserControls/mod_vocabolario.ascx +++ b/CMS_SC/WebUserControls/mod_vocabolario.ascx @@ -1,93 +1,91 @@ <%@ Control Language="C#" AutoEventWireup="true" - Inherits="mod_vocabolario" CodeBehind="mod_vocabolario.ascx.cs" %> + Inherits="mod_vocabolario" CodeBehind="mod_vocabolario.ascx.cs" %> -
-
- - -
-
- - - - <%-- - - - - - - - --%> - - - - - - - - - - - <%: traduci("Reset") %> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+
+ +
+
+ +
+
+ + + + + + + + + + +
+ + +
+
+ + <%: traduci("Reset") %> + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
diff --git a/CMS_SC/WebUserControls/mod_vocabolario.ascx.designer.cs b/CMS_SC/WebUserControls/mod_vocabolario.ascx.designer.cs index d8f4503..aced45b 100644 --- a/CMS_SC/WebUserControls/mod_vocabolario.ascx.designer.cs +++ b/CMS_SC/WebUserControls/mod_vocabolario.ascx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// 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. +// //------------------------------------------------------------------------------ @@ -12,47 +12,47 @@ public partial class mod_vocabolario { /// - /// btnNewLemma control. + /// Controllo btnNewLemma. /// /// - /// 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::System.Web.UI.WebControls.Button btnNewLemma; /// - /// txtNewLemma control. + /// Controllo txtNewLemma. /// /// - /// 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::System.Web.UI.WebControls.TextBox txtNewLemma; /// - /// grView control. + /// Controllo grView. /// /// - /// 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::System.Web.UI.WebControls.GridView grView; /// - /// lblNumRec control. + /// Controllo lblNumRec. /// /// - /// 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::System.Web.UI.WebControls.Label lblNumRec; /// - /// ods control. + /// Controllo ods. /// /// - /// 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::System.Web.UI.WebControls.ObjectDataSource ods; }