+
+ Filtro normale: IN CORSO
+
+ Filtro opzionale PER CLIENTE
+
+ FIltri accessori: OGGI | DOMANI | SETTIMANA | TUTTI | CONCLUSI ...
+
diff --git a/WebSCR/Interventi.aspx.cs b/WebSCR/Interventi.aspx.cs
new file mode 100644
index 0000000..137b08d
--- /dev/null
+++ b/WebSCR/Interventi.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebSCR
+{
+ public partial class Interventi : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/WebSCR/InCorso.aspx.designer.cs b/WebSCR/Interventi.aspx.designer.cs
similarity index 91%
rename from WebSCR/InCorso.aspx.designer.cs
rename to WebSCR/Interventi.aspx.designer.cs
index ffa7e7d..6dd2645 100644
--- a/WebSCR/InCorso.aspx.designer.cs
+++ b/WebSCR/Interventi.aspx.designer.cs
@@ -11,7 +11,7 @@ namespace WebSCR
{
- public partial class InCorso
+ public partial class Interventi
{
}
}
diff --git a/WebSCR/Web.config b/WebSCR/Web.config
index 9dc6b3a..43fa849 100644
--- a/WebSCR/Web.config
+++ b/WebSCR/Web.config
@@ -33,6 +33,8 @@