diff --git a/PUB/PAM/MyDashboard.aspx b/PUB/PAM/MyDashboard.aspx index 8b5da1d..239369d 100644 --- a/PUB/PAM/MyDashboard.aspx +++ b/PUB/PAM/MyDashboard.aspx @@ -1,24 +1,19 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="MyDashboard.aspx.cs" Inherits="PUB.PAM.MyDashboard" %> - -
-
-

B2BCONDOMINI.IT

-

Qui dobbiamo spiegare all'utente "Amministratore" cosa deve fare e come deve accedere... TENDENZIALMENTE con email e certificato assocaito (come quelli già usati)

- -

POTREBBE essere utile pensare anche a una forma di pubblicità (da rieptere dalla sezione "about" / contatti?) x convincere gli amministratori all'accesso

-

!!!DA COMPLETARE!!!

-

Per maggiori informazioni »

-
-
-
- -
-
-
-

Accesso Amministratori

-

DISABILITATO

- dobbiamo definire come farli entrare... loro DI SICURO con il sistema email + link cliccabile... - +<%@ Page Title="" Language="C#" MasterPageFile="~/SitePAM.Master" AutoEventWireup="true" CodeBehind="MyDashboard.aspx.cs" Inherits="PUB.PAM.MyDashboard" %> + +<%@ Register Src="~/WebUserContols/mod_inCorso.ascx" TagPrefix="uc1" TagName="mod_inCorso" %> +<%@ Register Src="~/WebUserContols/mod_richiesteList.ascx" TagPrefix="uc1" TagName="mod_richiesteList" %> + + + + + +
+
+
+ +
+
+
diff --git a/PUB/PAM/MyDashboard.aspx.designer.cs b/PUB/PAM/MyDashboard.aspx.designer.cs index e6950d8..e1fb2ab 100644 --- a/PUB/PAM/MyDashboard.aspx.designer.cs +++ b/PUB/PAM/MyDashboard.aspx.designer.cs @@ -11,5 +11,23 @@ namespace PUB.PAM { public partial class MyDashboard { + + /// + /// Controllo mod_richiesteList. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::PUB.WebUserContols.mod_richiesteList mod_richiesteList; + + /// + /// Controllo mod_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_inCorso mod_inCorso; } } diff --git a/PUB/PUB.csproj b/PUB/PUB.csproj index ad083cf..d71f6a5 100644 --- a/PUB/PUB.csproj +++ b/PUB/PUB.csproj @@ -252,6 +252,7 @@ + @@ -493,6 +494,13 @@ Site.Master + + SitePAM.master + ASPXCodeBehind + + + SitePAM.master + SitePBO.master ASPXCodeBehind @@ -675,6 +683,13 @@ mod_statusRow.ascx + + mod_statusRowPAM.ascx + ASPXCodeBehind + + + mod_statusRowPAM.ascx + mod_warnings.ascx ASPXCodeBehind @@ -712,6 +727,7 @@ + Web.config diff --git a/PUB/SitePAM.master b/PUB/SitePAM.master new file mode 100644 index 0000000..8be7af1 --- /dev/null +++ b/PUB/SitePAM.master @@ -0,0 +1,10 @@ +<%@ Master Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="SitePAM.master.cs" Inherits="PUB.SitePAM" %> +<%@ Register Src="~/WebUserContols/mod_statusRowPAM.ascx" TagPrefix="uc1" TagName="mod_statusRowPAM" %> + + + + + + + + diff --git a/PUB/SitePAM.master.cs b/PUB/SitePAM.master.cs new file mode 100644 index 0000000..cca08e4 --- /dev/null +++ b/PUB/SitePAM.master.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 PUB +{ + public partial class SitePAM : System.Web.UI.MasterPage + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/PUB/SitePAM.master.designer.cs b/PUB/SitePAM.master.designer.cs new file mode 100644 index 0000000..13453be --- /dev/null +++ b/PUB/SitePAM.master.designer.cs @@ -0,0 +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. +// +//------------------------------------------------------------------------------ + +namespace PUB { + + + public partial class SitePAM { + + /// + /// Controllo mod_statusRowPAM. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::PUB.WebUserContols.mod_statusRowPAM mod_statusRowPAM; + + /// + /// Controllo MainContent. + /// + /// + /// 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.ContentPlaceHolder MainContent; + } +} diff --git a/PUB/WebUserContols/mod_inCorso.ascx b/PUB/WebUserContols/mod_inCorso.ascx index 028f920..176428e 100644 --- a/PUB/WebUserContols/mod_inCorso.ascx +++ b/PUB/WebUserContols/mod_inCorso.ascx @@ -1,7 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_inCorso.ascx.cs" Inherits="PUB.WebUserContols.mod_inCorso" %>
-
In corso
+
Interventi
Elenco degli interventi in corso
    @@ -13,6 +13,6 @@
  • Primo intervento

With supporting text below as a natural lead-in to additional content.

- Gestione Richieste + Gestione Interventi
diff --git a/PUB/WebUserContols/mod_richiesteList.ascx b/PUB/WebUserContols/mod_richiesteList.ascx index 96b908b..0b5eed7 100644 --- a/PUB/WebUserContols/mod_richiesteList.ascx +++ b/PUB/WebUserContols/mod_richiesteList.ascx @@ -1 +1,37 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_richiesteList.ascx.cs" Inherits="PUB.WebUserContols.mod_richiesteList" %> + +
+
+
+
+
Richieste
+
+
+ + + + + + + + +
+
+ Apri nuova » +
+
+
+
+
Elenco Richieste Aperte Amministratore
+
    +
  • Primo intervento
  • +
  • Primo intervento
  • +
  • Primo intervento
  • +
  • Primo intervento
  • +
  • Primo intervento
  • +
  • Primo intervento
  • +
+

With supporting text below as a natural lead-in to additional content.

+ Gestione Richieste +
+
diff --git a/PUB/WebUserContols/mod_richiesteList.ascx.designer.cs b/PUB/WebUserContols/mod_richiesteList.ascx.designer.cs index e462a25..a01a563 100644 --- a/PUB/WebUserContols/mod_richiesteList.ascx.designer.cs +++ b/PUB/WebUserContols/mod_richiesteList.ascx.designer.cs @@ -1,17 +1,42 @@ //------------------------------------------------------------------------------ -// +// // 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_richiesteList - { - } +namespace PUB.WebUserContols { + + + public partial class mod_richiesteList { + + /// + /// Controllo ddlCondominio. + /// + /// + /// 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.DropDownList ddlCondominio; + + /// + /// Controllo odsCondomini. + /// + /// + /// 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 odsCondomini; + + /// + /// Controllo lbtAddNew. + /// + /// + /// 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.LinkButton lbtAddNew; + } } diff --git a/PUB/WebUserContols/mod_statusRowPAM.ascx b/PUB/WebUserContols/mod_statusRowPAM.ascx new file mode 100644 index 0000000..79ba438 --- /dev/null +++ b/PUB/WebUserContols/mod_statusRowPAM.ascx @@ -0,0 +1,112 @@ +<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_statusRowPAM.ascx.cs" Inherits="PUB.WebUserContols.mod_statusRowPAM" %> + + +
+
+
+ +
+
+ +
+
+ Condomini +
+
+
+
+
+
+ + registrati +
+
+ + da approvare +
+
+
+
+
+
+
+ +
+
+ +
+
+ Richieste +
+
+
+
+
+
+ + attive +
+
+ + da gestire +
+
+
+
+
+
+
+ +
+
+ +
+
+ Interventi aperti +
+
+
+
+
+
+ + registrate +
+
+ + da approvare +
+
+
+
+
+
+
+ +
+
+ +
+
+ Fatture +
+
+
+
+
+
+ + aperti +
+
+ + maturati +
+
+
+
+
+
+
+
+ diff --git a/PUB/WebUserContols/mod_statusRowPAM.ascx.cs b/PUB/WebUserContols/mod_statusRowPAM.ascx.cs new file mode 100644 index 0000000..54d26b7 --- /dev/null +++ b/PUB/WebUserContols/mod_statusRowPAM.ascx.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 PUB.WebUserContols +{ + public partial class mod_statusRowPAM : System.Web.UI.UserControl + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/PUB/WebUserContols/mod_statusRowPAM.ascx.designer.cs b/PUB/WebUserContols/mod_statusRowPAM.ascx.designer.cs new file mode 100644 index 0000000..12bf097 --- /dev/null +++ b/PUB/WebUserContols/mod_statusRowPAM.ascx.designer.cs @@ -0,0 +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. +// +//------------------------------------------------------------------------------ + +namespace PUB.WebUserContols { + + + public partial class mod_statusRowPAM { + + /// + /// 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; + } +}