diff --git a/WebSCR.v11.suo b/WebSCR.v11.suo index 1fc733e..d3472cd 100644 Binary files a/WebSCR.v11.suo and b/WebSCR.v11.suo differ diff --git a/WebSCR/Interventi.aspx b/WebSCR/Interventi.aspx index 4c569d7..420ed74 100644 --- a/WebSCR/Interventi.aspx +++ b/WebSCR/Interventi.aspx @@ -1,17 +1,18 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/JQMob.Master" AutoEventWireup="true" CodeBehind="Interventi.aspx.cs" Inherits="WebSCR.Interventi" %> -<%@ Register src="WebUserControls/mod_Interventi.ascx" tagname="mod_Interventi" tagprefix="uc1" %> + +<%@ Register Src="~/WebUserControls/mod_Interventi.ascx" TagName="mod_Interventi" TagPrefix="uc1" %> <%@ Register Src="~/WebUserControls/mod_impegno.ascx" TagPrefix="uc1" TagName="mod_impegno" %> <%@ Register Src="~/WebUserControls/mod_dettInt.ascx" TagPrefix="uc1" TagName="mod_dettInt" %> - <%----%> -
-
- -
-
- <%----%> -
+ +
+
+
+
+ <%----%> +
+
diff --git a/WebSCR/Interventi.aspx.designer.cs b/WebSCR/Interventi.aspx.designer.cs index 79ef44c..a93d82c 100644 --- a/WebSCR/Interventi.aspx.designer.cs +++ b/WebSCR/Interventi.aspx.designer.cs @@ -12,6 +12,15 @@ namespace WebSCR { public partial class Interventi { + /// + /// mod_Interventi1 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::WebSCR.WebUserControls.mod_Interventi mod_Interventi1; + /// /// mod_impegno control. /// diff --git a/WebSCR/WebUserControls/mod_Interventi.ascx b/WebSCR/WebUserControls/mod_Interventi.ascx index e4f45d5..02c4b20 100644 --- a/WebSCR/WebUserControls/mod_Interventi.ascx +++ b/WebSCR/WebUserControls/mod_Interventi.ascx @@ -1,17 +1,33 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_Interventi.ascx.cs" Inherits="WebSCR.WebUserControls.mod_Interventi" %> -

- Filtro normale: IN CORSO -

-

- Filtro opzionale PER CLIENTE -

-

- FIltri accessori: OGGI | DOMANI | SETTIMANA | TUTTI | CONCLUSI ... -

+
+
+
+ + + + + + +
+
+
+ +
+
+
+ + + + + + +
+
+
- + @@ -29,22 +45,33 @@ - + + + + + + + + + + + - - - - - - + + + + + + + diff --git a/WebSCR/WebUserControls/mod_Interventi.ascx.designer.cs b/WebSCR/WebUserControls/mod_Interventi.ascx.designer.cs index f207a30..17ccc25 100644 --- a/WebSCR/WebUserControls/mod_Interventi.ascx.designer.cs +++ b/WebSCR/WebUserControls/mod_Interventi.ascx.designer.cs @@ -12,6 +12,33 @@ namespace WebSCR.WebUserControls { public partial class mod_Interventi { + /// + /// ddlStato control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.DropDownList ddlStato; + + /// + /// txtCerca control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.TextBox txtCerca; + + /// + /// ddlPeriodo control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.DropDownList ddlPeriodo; + /// /// txtSearch control. /// diff --git a/WebSCR_data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll b/WebSCR_data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll index c3ca5a0..13090e7 100644 Binary files a/WebSCR_data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll and b/WebSCR_data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll differ