Continuo mockup
This commit is contained in:
+9
-3
@@ -1,7 +1,13 @@
|
||||
<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="PUB.About" %>
|
||||
|
||||
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2><%: Title %>.</h2>
|
||||
<h3>Your application description page.</h3>
|
||||
<p>Use this area to provide additional information.</p>
|
||||
<div class="jumbotron p-2 my-1">
|
||||
<div class="container">
|
||||
<h2>Chi siamo</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<h3>condomini.it è la nuova frontiera dei servizi dedicati al condominio.</h3>
|
||||
<p>Questa pagina dovrebbe contenere maggiori informazioni riguardo all'azienda, a cosa fa, a come contattare...</p>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
Generated
+9
-11
@@ -1,17 +1,15 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche apportate a questo file possono causare un comportamento non corretto e andranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PUB
|
||||
{
|
||||
|
||||
|
||||
public partial class About
|
||||
{
|
||||
}
|
||||
namespace PUB {
|
||||
|
||||
|
||||
public partial class About {
|
||||
}
|
||||
}
|
||||
|
||||
+9
-3
@@ -1,17 +1,23 @@
|
||||
<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="PUB.Contact" %>
|
||||
|
||||
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2><%: Title %>.</h2>
|
||||
<h3>Your contact page.</h3>
|
||||
<div class="jumbotron p-2 my-1">
|
||||
<div class="container">
|
||||
<h2>Contatti</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<h3>Questi sono i nostri recapiti per ricevere contatto ed entrare a far parte della nostra iniziativa.</h3>
|
||||
<address>
|
||||
One Microsoft Way<br />
|
||||
Redmond, WA 98052-6399<br />
|
||||
<abbr title="Phone">P:</abbr>
|
||||
425.555.0100
|
||||
</address>
|
||||
|
||||
<address>
|
||||
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
|
||||
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
|
||||
</address>
|
||||
<p>Dovremmo predisporre anche un modulo di contatto eprsonalizzato per condomini / amministratori / aziende interessate ad entrare sulla piattaforma...</p>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
Generated
+10
-12
@@ -1,17 +1,15 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PUB
|
||||
{
|
||||
|
||||
|
||||
public partial class Contact
|
||||
{
|
||||
}
|
||||
namespace PUB {
|
||||
|
||||
|
||||
public partial class Contact {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
<%@ Register Src="~/WebUserContols/tpl_header.ascx" TagPrefix="uc1" TagName="tpl_header" %>
|
||||
<%@ Register Src="~/WebUserContols/tpl_footer.ascx" TagPrefix="uc1" TagName="tpl_footer" %>
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
<div class="collapse navbar-collapse" id="navbCollapse">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<%--<li class="nav-item"><a class="nav-link" runat="server" href="~/"><i class="fas fa-home"></i> Home</a></li>--%>
|
||||
<li class="nav-item" runat="server" id="lnkPBO"><a class="nav-link" runat="server" href="~/PBO/Dashboard"><i class="fas fa-tachometer-alt text-info"></i> Dashboard Condomini.it</a></li>
|
||||
<li class="nav-item" runat="server" id="lnkPAZ"><a class="nav-link" runat="server" href="~/PAZ/MyDashboard"><i class="fas fa-tachometer-alt text-warning"></i> Dashboard Azienda</a></li>
|
||||
<li class="nav-item" runat="server" id="lnkPAM"><a class="nav-link" runat="server" href="~/PAM/MyDashboard"><i class="fas fa-tachometer-alt text-danger"></i> Dashboard Amministratore</a></li>
|
||||
<li class="nav-item" runat="server" id="lnkPCO"><a class="nav-link" runat="server" href="~/PCO/MyDashboard"><i class="fas fa-tachometer-alt text-primary"></i> Dashboard Condominio</a></li>
|
||||
<li class="nav-item"><a class="nav-link" runat="server" href="~/About"><i class="fas fa-info"></i> Informazioni</a></li>
|
||||
<li class="nav-item"><a class="nav-link" runat="server" href="~/Contact"><i class="fas fa-anchor"></i> Contatto</a></li>
|
||||
<li class="nav-item"><a class="nav-link" runat="server" href="~/PAM/MyDashboard"><i class="fas fa-tachometer-alt"></i> Amministratori</a></li>
|
||||
<li class="nav-item"><a class="nav-link" runat="server" href="~/PCO/MyDashboard"><i class="fas fa-tachometer-alt"></i> Condomini</a></li>
|
||||
<li class="nav-item"><a class="nav-link" runat="server" href="~/PAZ/MyDashboard"><i class="fas fa-tachometer-alt"></i> Aziende</a></li>
|
||||
<li class="nav-item"><a class="nav-link" runat="server" href="~/PBO/Dashboard"><i class="fas fa-tachometer-alt"></i> Condomini.it</a></li>
|
||||
</ul>
|
||||
<div class="form-inline my-2 my-lg-0">
|
||||
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
|
||||
|
||||
@@ -11,7 +11,41 @@ namespace PUB.WebUserContols
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
#if false
|
||||
lnkPAM.Visible = isPAM;
|
||||
lnkPAZ.Visible = isPAZ;
|
||||
lnkPBO.Visible = isPBO;
|
||||
lnkPCO.Visible = isPCO;
|
||||
#endif
|
||||
}
|
||||
|
||||
public bool isPAM
|
||||
{
|
||||
get
|
||||
{
|
||||
return Page.Request.Url.AbsolutePath.Contains("PAM");
|
||||
}
|
||||
}
|
||||
public bool isPAZ
|
||||
{
|
||||
get
|
||||
{
|
||||
return Page.Request.Url.AbsolutePath.Contains("PAZ");
|
||||
}
|
||||
}
|
||||
public bool isPBO
|
||||
{
|
||||
get
|
||||
{
|
||||
return Page.Request.Url.AbsolutePath.Contains("PBO");
|
||||
}
|
||||
}
|
||||
public bool isPCO
|
||||
{
|
||||
get
|
||||
{
|
||||
return Page.Request.Url.AbsolutePath.Contains("PCO");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+36
@@ -11,5 +11,41 @@ namespace PUB.WebUserContols {
|
||||
|
||||
|
||||
public partial class tpl_header {
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lnkPBO.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl lnkPBO;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lnkPAZ.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl lnkPAZ;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lnkPAM.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl lnkPAM;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lnkPCO.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl lnkPCO;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user