avanzamento pagina default con bootstrap
This commit is contained in:
BIN
Binary file not shown.
+11
-9
@@ -59,7 +59,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" id="A1" runat="server" href="~/">C2P</a>
|
||||
<a class="navbar-brand" id="A1" runat="server" href="~/">C2P - <sub>13</sub>Al</a>
|
||||
</div>
|
||||
<div class="navbar-collapse collapse">
|
||||
<%--<ul class="nav navbar-nav">
|
||||
@@ -111,19 +111,21 @@
|
||||
<div class="jumbotron">
|
||||
<div class="container">
|
||||
<asp:ContentPlaceHolder runat="server" ID="FeaturedContent">
|
||||
|
||||
<h1>Cost 2 Price</h1>
|
||||
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
|
||||
<p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
|
||||
<p>Segnaposto libero x informazioni generali o altro...</p>
|
||||
<p>
|
||||
<asp:LinkButton runat="server" ID="btnLearnMore" class="btn btn-primary btn-lg" role="button">Learn more »</asp:LinkButton>
|
||||
</p>
|
||||
|
||||
</asp:ContentPlaceHolder>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container theme-showcase" role="main">
|
||||
<div class="starter-template">
|
||||
<asp:ContentPlaceHolder ID="MainContent" runat="server">
|
||||
<div class="container" role="main">
|
||||
<asp:ContentPlaceHolder ID="MainContent" runat="server">
|
||||
<h1>hello world!</h1>
|
||||
Area main content!
|
||||
</asp:ContentPlaceHolder>
|
||||
</div>
|
||||
Area main content da customizzare
|
||||
</asp:ContentPlaceHolder>
|
||||
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
|
||||
Generated
+9
@@ -102,6 +102,15 @@ namespace C2P {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent;
|
||||
|
||||
/// <summary>
|
||||
/// btnLearnMore control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton btnLearnMore;
|
||||
|
||||
/// <summary>
|
||||
/// MainContent control.
|
||||
/// </summary>
|
||||
|
||||
+28
-11
@@ -1,6 +1,6 @@
|
||||
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="C2P._Default" %>
|
||||
|
||||
<%--<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
|
||||
<%--
|
||||
<section class="featured">
|
||||
<div class="content-wrapper">
|
||||
<hgroup class="title">
|
||||
@@ -9,21 +9,38 @@
|
||||
Generazione preventivi, Simulazione, Report di campagna
|
||||
</div>
|
||||
</section>
|
||||
</asp:Content>--%>
|
||||
--%>
|
||||
<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
|
||||
<h1>Cost 2 Price</h1>
|
||||
<p>Generazione preventivi, Simulazione, Report di campagna</p>
|
||||
</asp:Content>
|
||||
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
|
||||
|
||||
<div style="text-align: center; margin: auto; width: 980px; margin-bottom: 20px;">
|
||||
<div style="float: left; border: 1px solid #666666; width: 240px; background: #FDFDFD;" class="ui-corner-all shadowBox">
|
||||
<asp:HyperLink ID="hlQuote" runat="server" NavigateUrl="~/QuoteList.aspx" ToolTip="Quote" ImageUrl="~/Images/Quote.png" />
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<h2>Quote</h2>
|
||||
<asp:HyperLink ID="hlQuote" runat="server" NavigateUrl="~/QuoteList" ToolTip="Quote" ImageUrl="~/Images/Quote.png" />
|
||||
<p>Quotazione di prodotti standard su base dati di campagna rilevati e contabilità industriale.</p>
|
||||
<asp:HyperLink runat="server" ID="hlQuote2" class="btn btn-primary" role="button" NavigateUrl="~/QuoteList" ToolTip="Quote">Nuova Quotazione »</asp:HyperLink>
|
||||
</div>
|
||||
<div style="float: left; margin: auto; border: 1px solid #666666; width: 240px; background: #FDFDFD; margin-left: 4px;" class="ui-corner-all shadowBox">
|
||||
<asp:HyperLink ID="hlSimulation" runat="server" NavigateUrl="~/Simulation.aspx" ToolTip="Simulation" ImageUrl="~/Images/Simulation.png" />
|
||||
<div class="col-md-3">
|
||||
<h2>Simulation</h2>
|
||||
<asp:HyperLink ID="hlSimulation" runat="server" NavigateUrl="~/Simulation" ToolTip="Simulation" ImageUrl="~/Images/Simulation.png" />
|
||||
<p>Simulazione costing per nuovi prodotti.</p>
|
||||
<asp:HyperLink runat="server" ID="hlSimulation2" class="btn btn-primary" role="button" NavigateUrl="~/Simulation" ToolTip="Simulation">Nuova Simulazione »</asp:HyperLink>
|
||||
</div>
|
||||
<div style="float: right; border: 1px solid #666666; width: 240px; background: #FDFDFD;" class="ui-corner-all shadowBox">
|
||||
<div class="col-md-3">
|
||||
<h2>Report</h2>
|
||||
<asp:HyperLink ID="hlReport" runat="server" NavigateUrl="~/Report" ToolTip="Report" ImageUrl="~/Images/Report.png" />
|
||||
<p>Analisi economica report di campagna di produzione.</p>
|
||||
<asp:HyperLink runat="server" ID="hlReport2" class="btn btn-primary" role="button" NavigateUrl="~/Report" ToolTip="Report">Nuovo Report »</asp:HyperLink>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<h2>Help</h2>
|
||||
<asp:HyperLink ID="hlHelp" runat="server" Target="_blank" NavigateUrl="~/help/index.html" ToolTip="Istruzioni" ImageUrl="~/Images/Help.png" />
|
||||
</div>
|
||||
<div style="float: right; border: 1px solid #666666; width: 240px; background: #FDFDFD; margin-right: 4px;" class="ui-corner-all shadowBox">
|
||||
<asp:HyperLink ID="hlReport" runat="server" NavigateUrl="~/Report.aspx" ToolTip="Report" ImageUrl="~/Images/Report.png" />
|
||||
<p>Accesso all'area di Help online.</p>
|
||||
<asp:HyperLink runat="server" ID="hlHelp2" Target="_blank" class="btn btn-primary" role="button" NavigateUrl="~/help/index.html" ToolTip="Help">Vai all'Help »</asp:HyperLink>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</asp:Content>
|
||||
|
||||
Generated
+38
-2
@@ -21,6 +21,15 @@ namespace C2P {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlQuote;
|
||||
|
||||
/// <summary>
|
||||
/// hlQuote2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlQuote2;
|
||||
|
||||
/// <summary>
|
||||
/// hlSimulation control.
|
||||
/// </summary>
|
||||
@@ -30,6 +39,33 @@ namespace C2P {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlSimulation;
|
||||
|
||||
/// <summary>
|
||||
/// hlSimulation2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlSimulation2;
|
||||
|
||||
/// <summary>
|
||||
/// hlReport control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlReport;
|
||||
|
||||
/// <summary>
|
||||
/// hlReport2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlReport2;
|
||||
|
||||
/// <summary>
|
||||
/// hlHelp control.
|
||||
/// </summary>
|
||||
@@ -40,12 +76,12 @@ namespace C2P {
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlHelp;
|
||||
|
||||
/// <summary>
|
||||
/// hlReport control.
|
||||
/// hlHelp2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlReport;
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlHelp2;
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user