anche navigazione in HOME è tracciata

This commit is contained in:
Samuele E. Locatelli
2014-02-14 12:31:18 +01:00
parent b4c9446b61
commit 1bb5585dde
30 changed files with 240 additions and 84 deletions
BIN
View File
Binary file not shown.
+6 -17
View File
@@ -20,10 +20,10 @@
<asp:PlaceHolder ID="PlaceHolder1" runat="server">
<%: Scripts.Render("~/bundles/modernizr") %>
</asp:PlaceHolder>
--%>
--%>
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
<webopt:BundleReference ID="BundleReference2" runat="server" Path="~/Content/themes/base/css" />
<asp:ContentPlaceHolder ID="HeadContent" runat="server">
<asp:ContentPlaceHolder ID="Head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
@@ -48,24 +48,13 @@
</Scripts>
</asp:ScriptManager>
<header>
<uc1:mod_testata runat="server" id="mod_testata" />
<uc1:mod_testata runat="server" ID="mod_testata" />
</header>
<div id="body">
<div class="jumbotron">
<div class="container">
<asp:ContentPlaceHolder runat="server" ID="FeaturedContent">
<h1>Cost 2 Price</h1>
<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 &raquo;</asp:LinkButton>
</p>
</asp:ContentPlaceHolder>
</div>
</div>
<asp:ContentPlaceHolder runat="server" ID="Featured">
</asp:ContentPlaceHolder>
<div class="container" role="main">
<asp:ContentPlaceHolder ID="MainContent" runat="server">
<asp:ContentPlaceHolder ID="Main" runat="server">
<h1>hello world!</h1>
Area main content da customizzare</asp:ContentPlaceHolder>
+6 -15
View File
@@ -31,13 +31,13 @@ namespace C2P {
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference2;
/// <summary>
/// HeadContent control.
/// Head 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.ContentPlaceHolder HeadContent;
protected global::System.Web.UI.WebControls.ContentPlaceHolder Head;
/// <summary>
/// form1 control.
@@ -67,30 +67,21 @@ namespace C2P {
protected global::C2P.WebUserControls.mod_testata mod_testata;
/// <summary>
/// FeaturedContent control.
/// Featured 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.ContentPlaceHolder FeaturedContent;
protected global::System.Web.UI.WebControls.ContentPlaceHolder Featured;
/// <summary>
/// btnLearnMore control.
/// Main 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>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent;
protected global::System.Web.UI.WebControls.ContentPlaceHolder Main;
}
}
+15 -6
View File
@@ -194,8 +194,8 @@
<Content Include="Content\themes\base\minified\jquery.ui.tooltip.min.css" />
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="Help.aspx" />
<Content Include="help\index.html" />
<Content Include="help\EN\index.html" />
<Content Include="help\IT\index.html" />
<Content Include="Images\accent.png" />
<Content Include="Images\AdminArea.png" />
<Content Include="Images\apply_l.png" />
@@ -255,6 +255,8 @@
<Content Include="fonts\OpenSans_italic_400.woff" />
<Content Include="fonts\OpenSans_italic_600.woff" />
<Content Include="WebUserControls\mod_testata.ascx" />
<Content Include="JumboPage.master" />
<Content Include="FullPage.master" />
<None Include="Properties\PublishProfiles\218.pubxml" />
<None Include="Properties\PublishProfiles\WinLab.pubxml" />
<None Include="Scripts\jquery-2.1.0.intellisense.js" />
@@ -335,15 +337,22 @@
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="FullPage.master.cs">
<DependentUpon>FullPage.master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="FullPage.master.designer.cs">
<DependentUpon>FullPage.master</DependentUpon>
</Compile>
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Help.aspx.cs">
<DependentUpon>Help.aspx</DependentUpon>
<Compile Include="JumboPage.master.cs">
<DependentUpon>JumboPage.master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Help.aspx.designer.cs">
<DependentUpon>Help.aspx</DependentUpon>
<Compile Include="JumboPage.master.designer.cs">
<DependentUpon>JumboPage.master</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Quote.aspx.cs">
+12 -12
View File
@@ -1,4 +1,4 @@
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="C2P._Default" %>
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/JumboPage.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="C2P._Default" %>
<%--
<section class="featured">
@@ -17,49 +17,49 @@
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
<div class="container marketing">
<div class="row">
<div class="col-4 col-sm-6 col-lg-3">
<div class="panel panel-success">
<div class="col-xs-6 col-sm-4 col-4 col-lg-3">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">Quote</h2>
</div>
<div class="panel-body">
<asp:HyperLink ID="hlQuote" runat="server" NavigateUrl="~/Quote" ToolTip="Quote" ImageUrl="~/Images/Quote.png" />
<asp:HyperLink ID="hlQuote" runat="server" NavigateUrl="~/Quote" ToolTip="Quote"> <img class="img-responsive" src="../Images/Quote.png" /></asp:HyperLink>
<p style="height: 5em;">Quotazione di prodotti standard su base dati di campagna rilevati e contabilit&agrave; industriale.</p>
<asp:HyperLink runat="server" ID="hlQuote2" class="btn btn-primary" role="button" NavigateUrl="~/Quote" ToolTip="Quote" Width="100%"><span class="glyphicon glyphicon-list-alt"></span> Quotazione &raquo;</asp:HyperLink>
</div>
</div>
</div>
<div class="col-4 col-sm-6 col-lg-3">
<div class="panel panel-warning">
<div class="col-xs-6 col-sm-4 col-4 col-lg-3">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">Simulation</h2>
</div>
<div class="panel-body">
<asp:HyperLink ID="hlSimulation" runat="server" NavigateUrl="~/Simulation" ToolTip="Simulation" ImageUrl="~/Images/Simulation.png" />
<asp:HyperLink ID="hlSimulation" runat="server" NavigateUrl="~/Simulation" ToolTip="Simulation"> <img class="img-responsive" src="../Images/Simulation.png" /></asp:HyperLink>
<p style="height: 5em;">Simulazione costing per nuovi prodotti senza record di campagna di dettaglio disponibili.</p>
<asp:HyperLink runat="server" ID="hlSimulation2" class="btn btn-primary" role="button" NavigateUrl="~/Simulation" ToolTip="Simulation" Width="100%"><span class="glyphicon glyphicon-flash"></span> Simulazione &raquo;</asp:HyperLink>
</div>
</div>
</div>
<div class="col-4 col-sm-6 col-lg-3">
<div class="panel panel-info">
<div class="col-xs-6 col-sm-4 col-4 col-lg-3">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">Report</h2>
</div>
<div class="panel-body">
<asp:HyperLink ID="hlReport" runat="server" NavigateUrl="~/Report" ToolTip="Report" ImageUrl="~/Images/Report.png" />
<asp:HyperLink ID="hlReport" runat="server" NavigateUrl="~/Report" ToolTip="Report"> <img class="img-responsive" src="../Images/Report.png" /></asp:HyperLink>
<p style="height: 5em;">Analisi economica e report da campagne di produzione storiche.</p>
<asp:HyperLink runat="server" ID="hlReport2" class="btn btn-primary" role="button" NavigateUrl="~/Report" ToolTip="Report" Width="100%"><span class="glyphicon glyphicon-stats"></span> Report &raquo;</asp:HyperLink>
</div>
</div>
</div>
<div class="col-4 col-sm-6 col-lg-3">
<div class="col-xs-6 col-sm-4 col-4 col-lg-3">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">Help</h2>
</div>
<div class="panel-body">
<asp:HyperLink ID="hlHelp" runat="server" Target="_blank" NavigateUrl="~/help/index.html" ToolTip="Istruzioni" ImageUrl="~/Images/Help.png" />
<asp:HyperLink ID="hlHelp" runat="server" Target="_blank" NavigateUrl="~/help/index.html" ToolTip="Istruzioni"> <img class="img-responsive" src="../Images/Help.png" /></asp:HyperLink>
<p style="height: 5em;">Accesso all'area di Help on-line dell'applicativo.</p>
<asp:HyperLink runat="server" ID="hlHelp2" Target="_blank" class="btn btn-primary" role="button" NavigateUrl="~/help/index.html" ToolTip="Help" Width="100%"><span class="glyphicon glyphicon-question-sign"></span> Help &raquo;</asp:HyperLink>
</div>
+14
View File
@@ -0,0 +1,14 @@
<%@ Master Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="FullPage.master.cs" Inherits="C2P.FullPage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Head" runat="server">
<asp:ContentPlaceHolder runat="server" ID="HeadContent">
</asp:ContentPlaceHolder>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="Featured" runat="server">
<asp:ContentPlaceHolder runat="server" ID="FeaturedContent">
</asp:ContentPlaceHolder>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="Main" runat="server">
<asp:ContentPlaceHolder runat="server" ID="MainContent">
</asp:ContentPlaceHolder>
</asp:Content>
+1 -1
View File
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
namespace C2P
{
public partial class Help : System.Web.UI.Page
public partial class FullPage : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
+42
View File
@@ -0,0 +1,42 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P {
public partial class FullPage {
/// <summary>
/// HeadContent 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.ContentPlaceHolder HeadContent;
/// <summary>
/// FeaturedContent 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.ContentPlaceHolder FeaturedContent;
/// <summary>
/// MainContent 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.ContentPlaceHolder MainContent;
}
}
-7
View File
@@ -1,7 +0,0 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Help.aspx.cs" Inherits="C2P.Help" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>
-17
View File
@@ -1,17 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P
{
public partial class Help
{
}
}
+26
View File
@@ -0,0 +1,26 @@
<%@ Master Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="JumboPage.master.cs" Inherits="C2P.JumboPage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Head" runat="server">
<asp:ContentPlaceHolder runat="server" ID="HeadContent">
</asp:ContentPlaceHolder>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="Featured" runat="server">
<div class="jumbotron">
<div class="container">
<asp:ContentPlaceHolder runat="server" ID="FeaturedContent">
<h1>Cost 2 Price</h1>
<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 &raquo;</asp:LinkButton>
</p>
</asp:ContentPlaceHolder>
</div>
</div>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="Main" runat="server">
<asp:ContentPlaceHolder runat="server" ID="MainContent">
</asp:ContentPlaceHolder>
</asp:Content>
+17
View File
@@ -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 C2P
{
public partial class JumboPage : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+51
View File
@@ -0,0 +1,51 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P {
public partial class JumboPage {
/// <summary>
/// HeadContent 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.ContentPlaceHolder HeadContent;
/// <summary>
/// FeaturedContent 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.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>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent;
}
}
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Quote.aspx.cs" Inherits="C2P.Quote" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.Master" AutoEventWireup="true" CodeBehind="Quote.aspx.cs" Inherits="C2P.Quote" %>
<%@ Register Src="WebUserControls/mod_newQuote.ascx" TagName="mod_newQuote" TagPrefix="uc1" %>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Report.aspx.cs" Inherits="C2P.Report" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.Master" AutoEventWireup="true" CodeBehind="Report.aspx.cs" Inherits="C2P.Report" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Simulation.aspx.cs" Inherits="C2P.Simulation" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.Master" AutoEventWireup="true" CodeBehind="Simulation.aspx.cs" Inherits="C2P.Simulation" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
+23 -5
View File
@@ -15,10 +15,15 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand active" id="A1" runat="server" href="~/">
<span style="font-weight: 600;">C2P - <sub>13</sub>Al
</span>
</a>
<ul class="nav navbar-nav">
<li class='<%: liClass("default") %>'>
<a class="navbar-brand" id="A1" runat="server" href="~/">
<i class="fa fa-home fa-lg"></i>
<span style="font-weight: 600;">C2P - <sub>13</sub>Al
</span>
</a>
</li>
</ul>
</div>
<div class="navbar-collapse collapse">
<%--<ul class="nav navbar-nav">
@@ -59,7 +64,20 @@
<li class='<%: liClass("Quote") %>'><a id="A2" runat="server" class="navbar-brand" href="~/Quote">Quotes</a></li>
<li class='<%: liClass("Simulation") %>'><a id="A3" runat="server" class="navbar-brand" href="~/Simulation">Simulation</a></li>
<li class='<%: liClass("Report") %>'><a id="A4" runat="server" class="navbar-brand" href="~/Report">Report</a></li>
<li class='<%: liClass("Help") %>'><a id="A5" runat="server" class="navbar-brand" href="~/Help">Help</a></li>
<li class='<%: liClass("Help") %>'><a id="A5" runat="server" class="navbar-brand" href="~/help/IT">Help</a></li>
<li class="dropdown">
<a id="A6" href="javscript:;" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-user"></i>
Ermete Trismegisto
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="javascript:;">My Profile</a></li>
<li class="divider"></li>
<li><a href="javascript:;">Logout</a></li>
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
@@ -6,6 +6,6 @@
<body>
<p>
<img alt="Work In Progress" class="auto-style1" src="../Images/WorkInProgress.jpg" /></p>
<img alt="Work In Progress" class="auto-style1" src="../../Images/WorkInProgress.jpg" /></p>
</body>
</html>
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<p>
<img alt="Work In Progress" class="auto-style1" src="../../Images/WorkInProgress.jpg" /></p>
</body>
</html>
+12
View File
@@ -6,3 +6,15 @@
11:02:23 9775 [LEMMA] - ac[C]liente
11:03:18 9190 [LEMMA] - ac[C]liente
11:03:24 3703 [LEMMA] - ac[C]liente
12:01:36 7694 [LEMMA] - ac[C]liente
12:11:05 6720 [LEMMA] - ac[C]liente
12:15:53 3294 [LEMMA] - ac[C]liente
12:15:59 9131 [LEMMA] - ac[C]liente
12:16:31 6408 [LEMMA] - ac[C]liente
12:16:37 1274 [LEMMA] - ac[C]liente
12:18:43 3650 [LEMMA] - ac[C]liente
12:28:38 2967 [LEMMA] - ac[C]liente
12:28:58 0661 [LEMMA] - ac[C]liente
12:29:01 9774 [LEMMA] - ac[C]liente
12:29:21 3368 [LEMMA] - ac[C]liente
12:30:51 1662 [LEMMA] - ac[C]liente
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.