prese modifiche di marco (compreso tolto bundle x testing & debug)

This commit is contained in:
Samuele E. Locatelli
2014-03-28 12:05:24 +01:00
9 changed files with 168 additions and 62 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ namespace C2P
// aggiungo bundle dinamico x coffee --> jscript
//bundles.Add(new DynamicFolderBundle("coffee", "*.coffee"));
// abilito boundle "forzato"!
BundleTable.EnableOptimizations = true;
//// abilito boundle "forzato"!
//BundleTable.EnableOptimizations = true;
}
}
}
+20 -1
View File
@@ -59,10 +59,29 @@
<uc1:mod_testata runat="server" ID="mod_testata" />
</div>
</div>
<div class="subnavbar">
<%-- <div class="subnavbar">
<div class="subnavbar-inner">
<div class="container">
<a href="javascript:;" class="subnav-toggle" data-toggle="collapse" data-target=".subnav-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-reorder"></i>
</a>
<div class="collapse subnav-collapse">
<ul class="mainnav">
<li class="active">
<a href="./Dashboard Base Admin_files/Dashboard Base Admin.htm">
<i class="fa fa-home"></i>
<span>Home</span>
</a>
</li>
</div>
</div>
</div>
</div>--%>
</ContentTemplate>
</asp:UpdatePanel>
+4
View File
@@ -748,3 +748,7 @@
margin-left: -15px;
}
}
body {
padding-top: 125px;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+35 -12
View File
@@ -507,17 +507,21 @@
<h3>Codice offerta</h3>
</div>
<div class="widget-content">
<asp:Label runat="server" ID="lblVers" Text='<%# traduci("lblVers") %>' />:
<asp:Label ID="VersLabel" runat="server" Text='<%# Bind("Vers") %>' />
<br />
<asp:Label runat="server" ID="lblQuoteType" Text='<%# traduci("lblQuoteType") %>' />:
<asp:Label ID="QuoteTypeLabel" runat="server" Text='<%# Eval("QuoteType") %>' />
<br />
<asp:Label runat="server" ID="lblCodQuote" Text='<%# traduci("lblCodQuote") %>' />:
<asp:Label ID="CodQuoteLabel" runat="server" Text='<%# Eval("CodQuote") %>' />
<br />
<asp:Label runat="server" ID="lblQuoteRev" Text='<%# traduci("lblQuoteRev") %>' />:
<asp:Label ID="QuoteRevLabel" runat="server" Text='<%# Eval("QuoteRev") %>' />
<table class="table table-striped">
<tbody>
<tr><td><asp:Label runat="server" ID="lblVers" Text='<%# traduci("lblVers") %>' /></td>
<td><asp:Label ID="VersLabel" runat="server" Text='<%# Bind("Vers") %>' /></td></tr>
<tr><td><asp:Label runat="server" ID="lblQuoteType" Text='<%# traduci("lblQuoteType") %>' /></td>
<td><asp:Label ID="QuoteTypeLabel" runat="server" Text='<%# Eval("QuoteType") %>' /></td></tr>
<tr><td><asp:Label runat="server" ID="lblCodQuote" Text='<%# traduci("lblCodQuote") %>' /></td>
<td><asp:Label ID="CodQuoteLabel" runat="server" Text='<%# Eval("CodQuote") %>' /></td></tr>
<tr><td><asp:Label runat="server" ID="lblQuoteRev" Text='<%# traduci("lblQuoteRev") %>' /></td>
<td><asp:Label ID="QuoteRevLabel" runat="server" Text='<%# Eval("QuoteRev") %>' /></td></tr>
</tbody>
</table>
</div>
</div>
</div>
@@ -810,7 +814,7 @@
</div>
</div>
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="col-md-8 col-xs-8">
<div class="widget stacked">
<div class="widget-header">
<i class="fa fa-star"></i>
@@ -843,6 +847,25 @@
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="box">
<div class="box-header">
<div class="title">
<i class="fa fa-star"></i> <h3>Cliente Test</h3>
</div>
</div>
<div class="box-content">
<asp:Label runat="server" ID="Label1" Text='<%# traduci("lblCodClient") %>' />:
<asp:Label ID="Label2" runat="server" Text='<%# Bind("CodClient") %>' />
<br />
<asp:Label runat="server" ID="Label3" Text='<%# traduci("lblClientName") %>' />:
<asp:Label ID="Label4" runat="server" Text='<%# Bind("ClientName") %>' />
<br />
<asp:Label runat="server" ID="Label5" Text='<%# traduci("lblCodInco") %>' />:
<asp:Label ID="Label6" runat="server" Text='<%# Bind("CodInco") %>' />
</div>
</div>
</div>
</div>
<%--<div class="row">
<div class="col-md-6 col-xs-12">
+97 -2
View File
@@ -58,11 +58,11 @@
</li>
</ul>--%>
<ul class="nav navbar-nav navbar-right">
<li class='<%: liClass("Quote") %>'><a id="A2" runat="server" class="navbar-brand" href="~/Quote">Quotes</a></li>
<%--<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("WhatIf") %>'><a id="A7" runat="server" class="navbar-brand" href="~/WhatIf">WhatIf</a></li>
<li class='<%: liClass("Settings") %>'><a id="A8" runat="server" class="navbar-brand" href="~/Settings">Settings</a></li>
<li class='<%: liClass("Settings") %>'><a id="A8" runat="server" class="navbar-brand" href="~/Settings">Settings</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">
@@ -78,5 +78,100 @@
</ul>
</li>
</ul>
<div class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control input-sm search-query" placeholder="Search">
</div>
</div>
</div>
<div class="subnavbar">
<div class="subnavbar-inner">
<div class="container">
<a href="javascript:;" class="subnav-toggle" data-toggle="collapse" data-target=".subnav-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-reorder"></i>
</a>
<div class="collapse subnav-collapse">
<ul class="mainnav">
<li class="active">
<a href="Default.aspx">
<i class="fa fa-home"></i>
<span>Home</span>
</a>
</li>
<li class="dropdown">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-th"></i>
<span>Offers</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="http://jumpstartuidemo.com/themes/base/elements.html">Existing Product Offer A1</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/forms.html">New Product Offer A2</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/jqueryui.html">Offer Archive A3</a></li>
</ul>
</li>
<li class="dropdown">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-copy"></i>
<span>Reports</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="http://jumpstartuidemo.com/themes/base/pricing.html">Margin Report B3</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/faq.html">Std Cost List A9</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/gallery.html">.......</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/reports.html">.......</a></li>
</ul>
</li>
<li class="dropdown">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-copy"></i>
<span>What-if</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="http://jumpstartuidemo.com/themes/base/pricing.html">Simulator B1</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/faq.html">Simulator B4</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/gallery.html">..........</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/reports.html">..........</a></li>
</ul>
</li>
<li class="dropdown">
<a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-cog"></i>
<span>Settings</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="http://jumpstartuidemo.com/themes/base/login.html">Table 1</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/signup.html">Table 2</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/error.html">.........</a></li>
<li class="dropdown-submenu">
<a tabindex="-1" href="http://jumpstartuidemo.com/themes/base/index.html#">More options</a>
<ul class="dropdown-menu">
<li><a tabindex="-1" href="http://jumpstartuidemo.com/themes/base/index.html#">Second level</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/index.html#">Second level</a></li>
<li><a href="http://jumpstartuidemo.com/themes/base/index.html#">Second level</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--/.nav-collapse -->
-45
View File
@@ -39,51 +39,6 @@ namespace C2P.WebUserControls {
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A1;
/// <summary>
/// A2 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A2;
/// <summary>
/// A3 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A3;
/// <summary>
/// A4 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A4;
/// <summary>
/// A7 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A7;
/// <summary>
/// A8 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A8;
/// <summary>
/// A5 control.
/// </summary>
+10
View File
@@ -3401,6 +3401,16 @@
è un boolean che indica se in session ci siano user/dominio e quindi utente autenticato in rpecedenza...
</summary>
</member>
<member name="P:SteamWare.user_std.pagCorrente">
<summary>
pagina correntemente visualizzata (URL in sessione)
</summary>
</member>
<member name="P:SteamWare.user_std.pagPrecedente">
<summary>
pagina precedentemente visualizzata (URL in sessione)
</summary>
</member>
<member name="T:SteamWare.turnoLavoro">
<summary>
struttura che definisce i parametri di un turno di lavoro