diff --git a/WebSites/WebGIM/elencoRichieste.aspx b/WebSites/WebGIM/elencoRichieste.aspx index 0de35a3..8b08621 100644 --- a/WebSites/WebGIM/elencoRichieste.aspx +++ b/WebSites/WebGIM/elencoRichieste.aspx @@ -1,8 +1,10 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/AjaxSearch.master" AutoEventWireup="true" CodeFile="elencoRichieste.aspx.cs" Inherits="elencoRichieste" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/AjaxSearch.master" AutoEventWireup="true" + CodeFile="elencoRichieste.aspx.cs" Inherits="elencoRichieste" %> -<%@ Register src="mod_elencoRichieste.ascx" tagname="mod_elencoRichieste" tagprefix="uc1" %> - - +<%@ Register Src="mod_elencoRichieste.ascx" TagName="mod_elencoRichieste" TagPrefix="uc1" %> +<%@ Register Src="mod_dettaglioIntervento.ascx" TagName="mod_dettaglioIntervento" + TagPrefix="uc2" %> + + - diff --git a/WebSites/WebGIM/elencoRichieste.aspx.cs b/WebSites/WebGIM/elencoRichieste.aspx.cs index f70cb26..36eb240 100644 --- a/WebSites/WebGIM/elencoRichieste.aspx.cs +++ b/WebSites/WebGIM/elencoRichieste.aspx.cs @@ -8,6 +8,25 @@ public partial class elencoRichieste : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { - + mod_elencoRichieste1.eh_selValore += new EventHandler(mod_elencoRichieste1_eh_selValore); + mod_elencoRichieste1.eh_resetSelezione += new EventHandler(mod_elencoRichieste1_eh_resetSelezione); + } + /// + /// resetto selezione, nascondo dettaglio + /// + /// + /// + void mod_elencoRichieste1_eh_resetSelezione(object sender, EventArgs e) + { + mod_dettaglioIntervento1.Visible = false; + } + /// + /// selezione effettuata, mostro dettaglio + /// + /// + /// + void mod_elencoRichieste1_eh_selValore(object sender, EventArgs e) + { + mod_dettaglioIntervento1.Visible = true; } } diff --git a/WebSites/WebGIM/images/print_l.png b/WebSites/WebGIM/images/print_l.png new file mode 100644 index 0000000..0a23e51 Binary files /dev/null and b/WebSites/WebGIM/images/print_l.png differ diff --git a/WebSites/WebGIM/images/print_m.png b/WebSites/WebGIM/images/print_m.png new file mode 100644 index 0000000..bd3db56 Binary files /dev/null and b/WebSites/WebGIM/images/print_m.png differ diff --git a/WebSites/WebGIM/images/print_s.png b/WebSites/WebGIM/images/print_s.png new file mode 100644 index 0000000..6cb10b0 Binary files /dev/null and b/WebSites/WebGIM/images/print_s.png differ diff --git a/WebSites/WebGIM/mod_dettaglioIntervento.ascx b/WebSites/WebGIM/mod_dettaglioIntervento.ascx new file mode 100644 index 0000000..a6c4a24 --- /dev/null +++ b/WebSites/WebGIM/mod_dettaglioIntervento.ascx @@ -0,0 +1,2 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_dettaglioIntervento.ascx.cs" Inherits="mod_dettaglioIntervento" %> +aaa \ No newline at end of file diff --git a/WebSites/WebGIM/mod_dettaglioIntervento.ascx.cs b/WebSites/WebGIM/mod_dettaglioIntervento.ascx.cs new file mode 100644 index 0000000..deea2ee --- /dev/null +++ b/WebSites/WebGIM/mod_dettaglioIntervento.ascx.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +public partial class mod_dettaglioIntervento : System.Web.UI.UserControl +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} diff --git a/WebSites/WebGIM/mod_elencoRichieste.ascx b/WebSites/WebGIM/mod_elencoRichieste.ascx index 73538d7..2d68bd9 100644 --- a/WebSites/WebGIM/mod_elencoRichieste.ascx +++ b/WebSites/WebGIM/mod_elencoRichieste.ascx @@ -73,7 +73,7 @@ - +