-
Accesso FORNITORI / AZIENDE
-
DISABILITATO
-
dobbiamo definire come farli entrare... loro con il sistema email + link cliccabile... ma dobbiamo decidere se si ciano accessi multipli (di sub-users) con altri metodi
+<%@ Page Title="" Language="C#" MasterPageFile="~/SitePAZ.Master" AutoEventWireup="true" CodeBehind="MyDashboard.aspx.cs" Inherits="PUB.PAZ.MyDashboard" %>
+
+<%@ Register Src="~/WebUserContols/mod_ER_inCorso.ascx" TagPrefix="uc1" TagName="mod_ER_inCorso" %>
+<%@ Register Src="~/WebUserContols/mod_ER_richieste.ascx" TagPrefix="uc1" TagName="mod_ER_richieste" %>
+
+
+
+
-
\ No newline at end of file
+
diff --git a/PUB/PAZ/MyDashboard.aspx.designer.cs b/PUB/PAZ/MyDashboard.aspx.designer.cs
index 05a3079..537b463 100644
--- a/PUB/PAZ/MyDashboard.aspx.designer.cs
+++ b/PUB/PAZ/MyDashboard.aspx.designer.cs
@@ -11,5 +11,23 @@ namespace PUB.PAZ {
public partial class MyDashboard {
+
+ ///
+ /// Controllo mod_ER_richieste.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::PUB.WebUserContols.mod_ER_richieste mod_ER_richieste;
+
+ ///
+ /// Controllo mod_ER_inCorso.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::PUB.WebUserContols.mod_ER_inCorso mod_ER_inCorso;
}
}
diff --git a/PUB/WebUserContols/mod_statusRowPAZ.ascx b/PUB/WebUserContols/mod_statusRowPAZ.ascx
index d2a5948..e5c9642 100644
--- a/PUB/WebUserContols/mod_statusRowPAZ.ascx
+++ b/PUB/WebUserContols/mod_statusRowPAZ.ascx
@@ -1 +1,124 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_statusRowPAZ.ascx.cs" Inherits="PUB.WebUserContols.mod_statusRowPAZ" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interventi aperti
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PUB/WebUserContols/mod_statusRowPAZ.ascx.designer.cs b/PUB/WebUserContols/mod_statusRowPAZ.ascx.designer.cs
index 40db3b4..fbfe86d 100644
--- a/PUB/WebUserContols/mod_statusRowPAZ.ascx.designer.cs
+++ b/PUB/WebUserContols/mod_statusRowPAZ.ascx.designer.cs
@@ -1,17 +1,33 @@
//------------------------------------------------------------------------------
-//
+//
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
-// il codice viene rigenerato.
-//
+// il codice viene rigenerato.
+//
//------------------------------------------------------------------------------
-namespace PUB.WebUserContols
-{
-
-
- public partial class mod_statusRowPAZ
- {
- }
+namespace PUB.WebUserContols {
+
+
+ public partial class mod_statusRowPAZ {
+
+ ///
+ /// Controllo repStats.
+ ///
+ ///
+ /// 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.Repeater repStats;
+
+ ///
+ /// Controllo ods.
+ ///
+ ///
+ /// 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;
+ }
}