47 lines
2.6 KiB
Plaintext
47 lines
2.6 KiB
Plaintext
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="C2P._Default" %>
|
|
|
|
<%--
|
|
<section class="featured">
|
|
<div class="content-wrapper">
|
|
<hgroup class="title">
|
|
<h1>C2P = Cost 2 Price<%: Title %></h1>
|
|
</hgroup>
|
|
Generazione preventivi, Simulazione, Report di campagna
|
|
</div>
|
|
</section>
|
|
--%>
|
|
<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 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 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 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" />
|
|
<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>
|