Inizio modifica area ADM x editing scheda tecnica
This commit is contained in:
+1340
-1549
File diff suppressed because it is too large
Load Diff
+110
-7
@@ -22,14 +22,117 @@ body {
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#DEDEDE', GradientType=0);
|
||||
}
|
||||
|
||||
.sfondoMain {
|
||||
/*background: #CDCDCD;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#787878), to(#DEDEDE));
|
||||
background-image: -webkit-linear-gradient(top, #787878, 0%, #DEDEDE, 100%);
|
||||
background-image: -moz-linear-gradient(top, #787878 0%, #DEDEDE 100%);
|
||||
background-image: linear-gradient(to bottom, #787878 0%, #DEDEDE 100%);
|
||||
/*------------------------------------------------------------------
|
||||
[ Shortcuts / .shortcuts ]
|
||||
*/
|
||||
|
||||
@blSCut: 1.5rem;
|
||||
|
||||
.shortcuts {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut {
|
||||
min-width: @blSCut * 12;
|
||||
min-height: @blSCut * 5;
|
||||
display: inline-block;
|
||||
padding: @blSCut*2/3 0em @blSCut*1/6;
|
||||
margin: 0 0.2em 1.5em;
|
||||
vertical-align: top;
|
||||
text-decoration: none;
|
||||
background: #F3F3F3;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
|
||||
background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
|
||||
background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#DEDEDE', GradientType=0);*/
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
|
||||
border: 1px solid #ddd;
|
||||
box-sizing: border-box;
|
||||
border-radius: @blSCut/2;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut-sm {
|
||||
min-width: @blSCut * 7.5;
|
||||
min-height: @blSCut * 3;
|
||||
display: inline-block;
|
||||
padding: @blSCut/4 0;
|
||||
margin: 0 2px 1em;
|
||||
vertical-align: top;
|
||||
text-decoration: none;
|
||||
background: #F3F3F3;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
|
||||
background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
|
||||
background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
|
||||
border: 1px solid #ddd;
|
||||
box-sizing: border-box;
|
||||
border-radius: @blSCut/2;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut .shortcut-icon {
|
||||
width: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: @blSCut*2;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut-sm .shortcut-icon {
|
||||
width: 100%;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: @blSCut*2;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut:hover {
|
||||
background: #E8E8E8;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
|
||||
background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
|
||||
background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
|
||||
background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
|
||||
border: 1px solid #0099FF;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut-sm:hover {
|
||||
background: #E8E8E8;
|
||||
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fafafa), to(#e1e1e1));
|
||||
background-image: -webkit-linear-gradient(top, #fafafa, 0%, #e1e1e1, 100%);
|
||||
background-image: -moz-linear-gradient(top, #fafafa 0%, #e1e1e1 100%);
|
||||
background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);
|
||||
border: 1px solid #0099FF;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut:active {
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
}
|
||||
|
||||
.shortcuts .shortcut-sm:active {
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
}
|
||||
|
||||
.shortcuts .shortcut:hover .shortcut-icon {
|
||||
color: #C93;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut-sm:hover .shortcut-icon {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.shortcuts .shortcut-label {
|
||||
display: block;
|
||||
margin-top: .75em;
|
||||
font-size: @blSCut*0.75;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
border-top: 1px solid #DEDEDE;
|
||||
}
|
||||
|
||||
.table-sm > thead > tr > th, .table-sm > tbody > tr > th, .table-sm > tfoot > tr > th, .table-sm > thead > tr > td, .table-sm > tbody > tr > td, .table-sm > tfoot > tr > td {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,91 +1,60 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_main_help" CodeBehind="mod_main_help.ascx.cs" %>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtAnagArticoli" CssClass="btn btn-outline-info btn-block py-3" OnClick="btnAnagArticoli_Click">
|
||||
<div><i class="fa fa-tasks fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnAnagArticoli") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtGestPromesseOdl" CssClass="btn btn-outline-primary btn-block py-3" OnClick="btnGestPromesseOdl_Click">
|
||||
<div><i class="fa fa-list-ol fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnGestPromesseOdl") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtGestOdl" CssClass="btn btn-outline-success btn-block py-3" OnClick="btnGestOdl_Click">
|
||||
<div><i class="fa fa-wrench fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnGestOdl") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtGestDatiMacchina" CssClass="btn btn-outline-secondary btn-block py-3" OnClick="btnGestDatiMacchina_Click">
|
||||
<div><i class="fa fa-industry fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnGestDatiMacchina") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtApprovaTC" CssClass="btn btn-outline-warning btn-block py-3" OnClick="btnApprovaTC_Click"> <div><i class="fa fa-clock-o fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnApprovaTC") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtApprovaProd" CssClass="btn btn-outline-danger btn-block py-3" OnClick="btnApprovaProd_Click">
|
||||
<div><i class="fa fa-thumbs-up fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnApprovaProd") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtBCode" CssClass="btn btn-outline-info btn-block py-3" OnClick="btnBCode_Click">
|
||||
<div><i class="fa fa-barcode fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnBCode") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtGestKIT" CssClass="btn btn-outline-info btn-block py-3" OnClick="lbtGestKIT_Click">
|
||||
<div><i class="fa fa-object-group fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnGestKIT") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtGestPlan" CssClass="btn btn-outline-warning btn-block py-3" OnClick="lbtGestPlan_Click">
|
||||
<div><i class="fa fa-map-signs fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnPlanner") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtDataImport" CssClass="btn btn-outline-info btn-block py-3" OnClick="lbtDataImport_Click">
|
||||
<div><i class="fa fa-download fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnDataImport") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-3 py-4">
|
||||
<asp:LinkButton runat="server" ID="lbtBCodeCtrack" CssClass="btn btn-outline-primary btn-block py-3" OnClick="lbtBCodeCtrack_Click">
|
||||
<div><i class="fa fa-barcode fa-4x"></i></div>
|
||||
<div class="font-weight-bold mt-1 table-dark text-light">
|
||||
<%: traduci("btnBCodeCTrack") %>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
<div class="shortcuts">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<a href="anagArticoli" class="shortcut">
|
||||
<i class="fa fa-tasks fa-4x text-info"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnAnagArticoli") %></span>
|
||||
</a>
|
||||
<a href="gestPromesseODL" class="shortcut">
|
||||
<i class="fa fa-list-ol fa-4x text-primary"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnGestPromesseOdl") %></span>
|
||||
</a>
|
||||
<a href="gestioneODL" class="shortcut">
|
||||
<i class="fa fa-wrench fa-4x text-success"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnGestOdl") %></span>
|
||||
</a>
|
||||
<a href="gestioneDatiMacchine" class="shortcut">
|
||||
<i class="fa fa-industry fa-4x text-secondary"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnGestDatiMacchina") %></span>
|
||||
</a>
|
||||
<a href="approvazioneODL" class="shortcut">
|
||||
<i class="fa fa-clock-o fa-4x text-warning"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnApprovaTC") %></span>
|
||||
</a>
|
||||
<a href="approvazioneProd" class="shortcut">
|
||||
<i class="fa fa-thumbs-up fa-4x text-danger"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnApprovaProd") %></span>
|
||||
</a>
|
||||
<a href="BCode" class="shortcut">
|
||||
<i class="fa fa-barcode fa-4x text-info"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnBCode") %></span>
|
||||
</a>
|
||||
<a href="GestKIT" class="shortcut">
|
||||
<i class="fa fa-object-group fa-4x text-info"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnGestKIT") %></span>
|
||||
</a>
|
||||
<a href="Planner" class="shortcut">
|
||||
<i class="fa fa-map-signs fa-4x text-warning"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnPlanner") %></span>
|
||||
</a>
|
||||
<a href="DataImport" class="shortcut">
|
||||
<i class="fa fa-download fa-4x text-info"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnDataImport") %></span>
|
||||
</a>
|
||||
<a href="CTrackBCode" class="shortcut">
|
||||
<i class="fa fa-barcode fa-4x text-primary"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnBCodeCTrack") %></span>
|
||||
</a>
|
||||
<a href="TechSheetMan" class="shortcut">
|
||||
<i class="fa fa-check-square-o fa-4x text-success"></i>
|
||||
<span class="shortcut-label"><%: traduci("btnTechSheetMan") %></span>
|
||||
</a>
|
||||
<%--<a href="gestPedane" class="shortcut">
|
||||
<i class="fa-2x fas fa-print"></i>
|
||||
<span class="shortcut-label">PEDANE</span>
|
||||
</a>--%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -3,62 +3,11 @@ using System;
|
||||
|
||||
public partial class mod_main_help : ApplicationUserControl
|
||||
{
|
||||
#region Protected Methods
|
||||
|
||||
protected override void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
protected void btnGestPromesseOdl_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/gestPromesseODL");
|
||||
}
|
||||
|
||||
protected void btnGestOdl_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/gestioneODL");
|
||||
}
|
||||
|
||||
protected void btnAnagArticoli_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/anagArticoli");
|
||||
}
|
||||
|
||||
protected void btnGestDatiMacchina_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/gestioneDatiMacchine");
|
||||
}
|
||||
|
||||
protected void btnApprovaTC_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/approvazioneODL");
|
||||
}
|
||||
|
||||
protected void btnApprovaProd_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/approvazioneProd");
|
||||
}
|
||||
|
||||
protected void btnBCode_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/BCode");
|
||||
}
|
||||
|
||||
protected void lbtGestKIT_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/GestKIT");
|
||||
}
|
||||
|
||||
protected void lbtGestPlan_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/Planner");
|
||||
}
|
||||
|
||||
protected void lbtDataImport_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/DataImport");
|
||||
}
|
||||
|
||||
protected void lbtBCodeCtrack_Click(object sender, EventArgs e)
|
||||
{
|
||||
Response.Redirect("~/CTrackBCode");
|
||||
}
|
||||
#endregion Protected Methods
|
||||
}
|
||||
+2
-100
@@ -9,104 +9,6 @@
|
||||
|
||||
|
||||
|
||||
public partial class mod_main_help {
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtAnagArticoli.
|
||||
/// </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.WebControls.LinkButton lbtAnagArticoli;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtGestPromesseOdl.
|
||||
/// </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.WebControls.LinkButton lbtGestPromesseOdl;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtGestOdl.
|
||||
/// </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.WebControls.LinkButton lbtGestOdl;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtGestDatiMacchina.
|
||||
/// </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.WebControls.LinkButton lbtGestDatiMacchina;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtApprovaTC.
|
||||
/// </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.WebControls.LinkButton lbtApprovaTC;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtApprovaProd.
|
||||
/// </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.WebControls.LinkButton lbtApprovaProd;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtBCode.
|
||||
/// </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.WebControls.LinkButton lbtBCode;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtGestKIT.
|
||||
/// </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.WebControls.LinkButton lbtGestKIT;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtGestPlan.
|
||||
/// </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.WebControls.LinkButton lbtGestPlan;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtDataImport.
|
||||
/// </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.WebControls.LinkButton lbtDataImport;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtBCodeCtrack.
|
||||
/// </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.WebControls.LinkButton lbtBCodeCtrack;
|
||||
public partial class mod_main_help
|
||||
{
|
||||
}
|
||||
|
||||
@@ -232,7 +232,6 @@
|
||||
<ItemGroup>
|
||||
<Content Include="App_Readme\README_SteamWare.txt" />
|
||||
<Content Include="App_Readme\SteamWare_demo\example-favicon.ico" />
|
||||
<Content Include="mongocrypt.dll" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\packages\MongoDB.Libmongocrypt.1.0.0\build\MongoDB.Libmongocrypt.targets" Condition="Exists('..\packages\MongoDB.Libmongocrypt.1.0.0\build\MongoDB.Libmongocrypt.targets')" />
|
||||
|
||||
Reference in New Issue
Block a user