COmpletato renaming namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="Analisi Produzione" Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" CodeBehind="AnalisiProduzione.aspx.cs" Inherits="MoonPro.AnalisiProduzione" %>
|
||||
<%@ Page Title="Analisi Produzione" Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" CodeBehind="AnalisiProduzione.aspx.cs" Inherits="MP_SITE.AnalisiProduzione" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_mainMap.ascx" TagPrefix="uc1" TagName="mod_mainMap" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_periodoAnalisi.ascx" TagPrefix="uc1" TagName="mod_periodoAnalisi" %>
|
||||
|
||||
@@ -3,7 +3,7 @@ using System;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class AnalisiProduzione : System.Web.UI.Page
|
||||
{
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro {
|
||||
namespace MP_SITE {
|
||||
|
||||
|
||||
public partial class AnalisiProduzione {
|
||||
@@ -19,7 +19,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_mainMap mod_mainMap;
|
||||
protected global::MP_SITE.WebUserControls.mod_mainMap mod_mainMap;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo chkOdlClosed.
|
||||
@@ -55,7 +55,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_periodoAnalisi mod_periodoAnalisi;
|
||||
protected global::MP_SITE.WebUserControls.mod_periodoAnalisi mod_periodoAnalisi;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo listMacchine.
|
||||
@@ -91,7 +91,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_AnPro_Totali mod_AnPro_Totali;
|
||||
protected global::MP_SITE.WebUserControls.mod_AnPro_Totali mod_AnPro_Totali;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_AnPro_DettArt.
|
||||
@@ -100,7 +100,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_AnPro_DettArt mod_AnPro_DettArt;
|
||||
protected global::MP_SITE.WebUserControls.mod_AnPro_DettArt mod_AnPro_DettArt;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_AnPro_DettGg.
|
||||
@@ -109,6 +109,6 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_AnPro_DettGg mod_AnPro_DettGg;
|
||||
protected global::MP_SITE.WebUserControls.mod_AnPro_DettGg mod_AnPro_DettGg;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" Inherits="MoonPro.DettaglioMacchina" Title="Dettaglio Macchina" CodeBehind="DettaglioMacchina.aspx.cs" Async="true" %>
|
||||
<%@ Page Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" Inherits="MP_SITE.DettaglioMacchina" Title="Dettaglio Macchina" CodeBehind="DettaglioMacchina.aspx.cs" Async="true" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_sequencerStati.ascx" TagName="mod_sequencerStati"
|
||||
TagPrefix="uc5" %>
|
||||
|
||||
@@ -2,7 +2,7 @@ using SteamWare;
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class DettaglioMacchina : UserPage
|
||||
{
|
||||
|
||||
+7
-7
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro {
|
||||
namespace MP_SITE {
|
||||
|
||||
|
||||
public partial class DettaglioMacchina {
|
||||
@@ -37,7 +37,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_periodoAnalisi Mod_periodoAnalisi1;
|
||||
protected global::MP_SITE.WebUserControls.mod_periodoAnalisi Mod_periodoAnalisi1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo up_grafici.
|
||||
@@ -55,7 +55,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_sequencerStati Mod_sequencerStati1;
|
||||
protected global::MP_SITE.WebUserControls.mod_sequencerStati Mod_sequencerStati1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_sequencerTempiCiclo1.
|
||||
@@ -64,7 +64,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_sequencerTempiCiclo mod_sequencerTempiCiclo1;
|
||||
protected global::MP_SITE.WebUserControls.mod_sequencerTempiCiclo mod_sequencerTempiCiclo1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_immagineStato1.
|
||||
@@ -73,7 +73,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_immagineStato Mod_immagineStato1;
|
||||
protected global::MP_SITE.WebUserControls.mod_immagineStato Mod_immagineStato1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo chkHideSpenta.
|
||||
@@ -100,7 +100,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_grafico Mod_grafico2;
|
||||
protected global::MP_SITE.WebUserControls.mod_grafico Mod_grafico2;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo UpdatePanel1.
|
||||
@@ -118,6 +118,6 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_listaStatiEventi Mod_listaStatiEventi1;
|
||||
protected global::MP_SITE.WebUserControls.mod_listaStatiEventi Mod_listaStatiEventi1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
<add key="mainRev" value="2.0" />
|
||||
<add key="minRev" value="325" />
|
||||
<add key="CopyRight" value="SteamWare © 2007-2012" />
|
||||
<add key="CodModulo" value="MoonPro" />
|
||||
<add key="CodModulo" value="MP_SITE" />
|
||||
<add key="_righeDataGrid" value="30" />
|
||||
<add key="_righeDataGridAnagr" value="20" />
|
||||
<add key="_righeDataGridMed" value="10" />
|
||||
<add key="_righeDataGridShort" value="10" />
|
||||
<add key="_fromEmail" value="MoonPro@steamware.net" />
|
||||
<add key="_fromEmail" value="MP_SITE@steamware.net" />
|
||||
<add key="_logDir" value="~/logs/" />
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
@@ -64,8 +64,8 @@
|
||||
<!--definisce se controllare ODL in caso di chiusura produzione-->
|
||||
<add key="chkIdxOdlEndProd" value="false" />
|
||||
<!--stringhe connessione-->
|
||||
<add key="MoonProConnectionString" value="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16" />
|
||||
<add key="PermessiConnectionString" value="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16" />
|
||||
<add key="MP_SITEConnectionString" value="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_MP_SITE;Persist Security Info=True;User ID=steamware;Password=viadante16" />
|
||||
<add key="PermessiConnectionString" value="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_MP_SITE;Persist Security Info=True;User ID=steamware;Password=viadante16" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=192.168.51.71\sqlexpress;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User ID=steamware;Password=viadante16" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_Vocabolario;Persist Security Info=True;User ID=steamware;Password=viadante16" />
|
||||
<!--gestione charting-->
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<connectionStrings>
|
||||
<add name="MoonProConnectionString" connectionString="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16" providerName="System.Data.SqlClient" />
|
||||
<add name="MapoDb.Properties.Settings.MoonProConnectionString" connectionString="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_MoonPro;Persist Security Info=True;User ID=steamware;Password=viadante16" providerName="System.Data.SqlClient" />
|
||||
<add name="MP_SITEConnectionString" connectionString="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_MP_SITE;Persist Security Info=True;User ID=steamware;Password=viadante16" providerName="System.Data.SqlClient" />
|
||||
<add name="MapoDb.Properties.Settings.MP_SITEConnectionString" connectionString="Data Source=192.168.51.71\sqlexpress;Initial Catalog=Donati_MP_SITE;Persist Security Info=True;User ID=steamware;Password=viadante16" providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="M6Started.aspx.cs" Inherits="MoonPro.M6Started" %>
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="M6Started.aspx.cs" Inherits="MP_SITE.M6Started" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using SteamWare;
|
||||
using System;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class M6Started : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh.master" AutoEventWireup="true" Inherits="MoonPro.MappaStato"
|
||||
<%@ Page Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh.master" AutoEventWireup="true" Inherits="MP_SITE.MappaStato"
|
||||
Title="Mappa Stato" CodeBehind="MappaStato.aspx.cs" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class MappaStato : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+32
-32
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro {
|
||||
namespace MP_SITE {
|
||||
|
||||
|
||||
public partial class MappaStato {
|
||||
@@ -19,7 +19,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_mainMap mod_mainMap;
|
||||
protected global::MP_SITE.WebUserControls.mod_mainMap mod_mainMap;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina01.
|
||||
@@ -28,7 +28,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina01;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina01;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina02.
|
||||
@@ -37,7 +37,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina02;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina02;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina03.
|
||||
@@ -46,7 +46,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina03;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina03;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina04.
|
||||
@@ -55,7 +55,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina04;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina04;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina05.
|
||||
@@ -64,7 +64,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina05;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina05;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina06.
|
||||
@@ -73,7 +73,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina06;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina06;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina07.
|
||||
@@ -82,7 +82,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina07;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina07;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina08.
|
||||
@@ -91,7 +91,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina08;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina08;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina09.
|
||||
@@ -100,7 +100,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina09;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina09;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina10.
|
||||
@@ -109,7 +109,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina10;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina10;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina21.
|
||||
@@ -118,7 +118,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina21;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina21;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina22.
|
||||
@@ -127,7 +127,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina22;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina22;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina23.
|
||||
@@ -136,7 +136,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina23;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina23;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina24.
|
||||
@@ -145,7 +145,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina24;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina24;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina25.
|
||||
@@ -154,7 +154,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina25;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina25;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina26.
|
||||
@@ -163,7 +163,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina26;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina26;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina27.
|
||||
@@ -172,7 +172,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina27;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina27;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina28.
|
||||
@@ -181,7 +181,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina28;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina28;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina29.
|
||||
@@ -190,7 +190,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina29;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina29;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina30.
|
||||
@@ -199,7 +199,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina30;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina30;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina41.
|
||||
@@ -208,7 +208,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina41;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina41;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina42.
|
||||
@@ -217,7 +217,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina42;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina42;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina43.
|
||||
@@ -226,7 +226,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina43;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina43;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina44.
|
||||
@@ -235,7 +235,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina44;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina44;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina45.
|
||||
@@ -244,7 +244,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina45;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina45;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina46.
|
||||
@@ -253,7 +253,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina46;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina46;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina47.
|
||||
@@ -262,7 +262,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina47;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina47;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina48.
|
||||
@@ -271,7 +271,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina48;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina48;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina49.
|
||||
@@ -280,7 +280,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina49;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina49;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Mod_statoMacchina50.
|
||||
@@ -289,6 +289,6 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_statoMacchina Mod_statoMacchina50;
|
||||
protected global::MP_SITE.WebUserControls.mod_statoMacchina Mod_statoMacchina50;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="Mappa Sequencer" Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" CodeBehind="MappaStatoSeq.aspx.cs" Inherits="MoonPro.MappaStatoSeq" Async="true" %>
|
||||
<%@ Page Title="Mappa Sequencer" Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" CodeBehind="MappaStatoSeq.aspx.cs" Inherits="MP_SITE.MappaStatoSeq" Async="true" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_sequencerStati.ascx" TagPrefix="uc1" TagName="mod_sequencerStati" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_sequencerStatiJS.ascx" TagPrefix="uc1" TagName="mod_sequencerStatiJS" %>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
using MapoDb;
|
||||
using MoonPro.WebUserControls;
|
||||
using MP_SITE.WebUserControls;
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class MappaStatoSeq : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+3
-3
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro {
|
||||
namespace MP_SITE {
|
||||
|
||||
|
||||
public partial class MappaStatoSeq {
|
||||
@@ -46,7 +46,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_mainMap mod_mainMap;
|
||||
protected global::MP_SITE.WebUserControls.mod_mainMap mod_mainMap;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo divGraphJS.
|
||||
@@ -64,7 +64,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_sequencerStatiJS mod_sequencerStatiJS2;
|
||||
protected global::MP_SITE.WebUserControls.mod_sequencerStatiJS mod_sequencerStatiJS2;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo divGraphLegacy.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/MAPO_empty.master"
|
||||
AutoEventWireup="true" CodeBehind="Semaforo.aspx.cs" Inherits="MoonPro.Semaforo" %>
|
||||
AutoEventWireup="true" CodeBehind="Semaforo.aspx.cs" Inherits="MP_SITE.Semaforo" %>
|
||||
<%@ Register Src="WebUserControls/mod_semaforo.ascx" TagName="mod_semaforo" TagPrefix="uc1" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<div style="height: 100%;">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using SteamWare;
|
||||
using System;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class Semaforo : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
|
||||
|
||||
@@ -20,6 +20,6 @@ namespace MoonPro
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_semaforo mod_semaforo1;
|
||||
protected global::MP_SITE.WebUserControls.mod_semaforo mod_semaforo1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Title="Statistiche Impiego" Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" CodeBehind="StatisticheImpiego.aspx.cs" Inherits="MoonPro.StatisticheImpiego" %>
|
||||
<%@ Page Title="Statistiche Impiego" Language="C#" MasterPageFile="~/WebMasterPages/MAPO_refresh30.master" AutoEventWireup="true" CodeBehind="StatisticheImpiego.aspx.cs" Inherits="MP_SITE.StatisticheImpiego" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_mainMap.ascx" TagPrefix="uc1" TagName="mod_mainMap" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_grafico.ascx" TagName="mod_grafico" TagPrefix="uc4" %>
|
||||
|
||||
@@ -3,7 +3,7 @@ using System;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class StatisticheImpiego : System.Web.UI.Page
|
||||
{
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro {
|
||||
namespace MP_SITE {
|
||||
|
||||
|
||||
public partial class StatisticheImpiego {
|
||||
@@ -19,7 +19,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_mainMap mod_mainMap;
|
||||
protected global::MP_SITE.WebUserControls.mod_mainMap mod_mainMap;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_periodoAnalisi.
|
||||
@@ -28,7 +28,7 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_periodoAnalisi mod_periodoAnalisi;
|
||||
protected global::MP_SITE.WebUserControls.mod_periodoAnalisi mod_periodoAnalisi;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo listMacchine.
|
||||
@@ -73,6 +73,6 @@ namespace MoonPro {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_grafico Mod_grafico2;
|
||||
protected global::MP_SITE.WebUserControls.mod_grafico Mod_grafico2;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="diagApp.aspx.cs" Inherits="MoonPro.diagApp" %>
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="diagApp.aspx.cs" Inherits="MP_SITE.diagApp" %>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class diagApp : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="inputSeriale.aspx.cs" Inherits="MoonPro.inputSeriale" %>
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="inputSeriale.aspx.cs" Inherits="MP_SITE.inputSeriale" %>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using SteamWare;
|
||||
using System;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class inputSeriale : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Page Language="C#" CodeBehind="lastUpdate.aspx.cs" Inherits="MoonPro.lastUpdate" %>
|
||||
<%@ Page Language="C#" CodeBehind="lastUpdate.aspx.cs" Inherits="MP_SITE.lastUpdate" %>
|
||||
|
||||
<body>
|
||||
<asp:Label runat="server" ID="lblLastUpdate" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using MapoDb;
|
||||
using System;
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
public partial class lastUpdate : System.Web.UI.Page
|
||||
{
|
||||
|
||||
Generated
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro
|
||||
namespace MP_SITE
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -2137,7 +2137,7 @@ a:hover {
|
||||
border-right: solid 2px silver;
|
||||
border-bottom: solid 1px silver;
|
||||
}
|
||||
/* per tabella UI barcode MoonPro */
|
||||
/* per tabella UI barcode MP_SITE */
|
||||
table.UI {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
||||
@@ -2476,7 +2476,7 @@ a:hover {
|
||||
border-bottom: solid 1px silver;
|
||||
}
|
||||
|
||||
/* per tabella UI barcode MoonPro */
|
||||
/* per tabella UI barcode MP_SITE */
|
||||
|
||||
table.UI {
|
||||
border-width: 1px;
|
||||
|
||||
@@ -1 +1 @@
|
||||
<%@ WebService Language="C#" CodeBehind="AutoCompletamento.asmx.cs" Class="MoonPro.WS.AutoCompletamento" %>
|
||||
<%@ WebService Language="C#" CodeBehind="AutoCompletamento.asmx.cs" Class="MP_SITE.WS.AutoCompletamento" %>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Web.Services;
|
||||
|
||||
namespace MoonPro.WS
|
||||
namespace MP_SITE.WS
|
||||
{
|
||||
/// <summary>
|
||||
/// servizi per AutoCompletamento oggetti
|
||||
|
||||
@@ -1 +1 @@
|
||||
<%@ WebService Language="C#" CodeBehind="MPData.asmx.cs" Class="MoonPro.WS.MPData" %>
|
||||
<%@ WebService Language="C#" CodeBehind="MPData.asmx.cs" Class="MP_SITE.WS.MPData" %>
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Web.Script.Serialization;
|
||||
using System.Web.Script.Services;
|
||||
using System.Web.Services;
|
||||
|
||||
namespace MoonPro.WS
|
||||
namespace MP_SITE.WS
|
||||
{
|
||||
/// <summary>
|
||||
/// Descrizione di riepilogo per MPData
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Per altre informazioni su come configurare l'applicazione ASP.NET, vedere
|
||||
https://go.microsoft.com/fwlink/?LinkId=169433
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="MAPO_empty.master.cs"
|
||||
Inherits="MoonPro.WebMasterPages.MAPO_empty" %>
|
||||
Inherits="MP_SITE.WebMasterPages.MAPO_empty" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom"
|
||||
TagPrefix="uc2" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>MoonPro - MOnitor ONline della PROduzione</title>
|
||||
<title>MP_SITE - MOnitor ONline della PROduzione</title>
|
||||
<link href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="~/Content/Style.min.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace MoonPro.WebMasterPages
|
||||
namespace MP_SITE.WebMasterPages
|
||||
{
|
||||
public partial class MAPO_empty : System.Web.UI.MasterPage
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebMasterPages
|
||||
namespace MP_SITE.WebMasterPages
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<%@ Master Language="C#" AutoEventWireup="true" Inherits="MoonPro.WebMasterPages.MAPO_empty_refresh30" CodeBehind="MAPO_empty_refresh30.master.cs" %>
|
||||
<%@ Master Language="C#" AutoEventWireup="true" Inherits="MP_SITE.WebMasterPages.MAPO_empty_refresh30" CodeBehind="MAPO_empty_refresh30.master.cs" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc2" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>MoonPro - MOnitor ONline della PROduzione</title>
|
||||
<title>MP_SITE - MOnitor ONline della PROduzione</title>
|
||||
<link href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="~/Content/Style.min.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace MoonPro.WebMasterPages
|
||||
namespace MP_SITE.WebMasterPages
|
||||
{
|
||||
public partial class MAPO_empty_refresh30 : System.Web.UI.MasterPage
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebMasterPages {
|
||||
namespace MP_SITE.WebMasterPages {
|
||||
|
||||
|
||||
public partial class MAPO_empty_refresh30 {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>MoonPro - MOnitor ONline della PROduzione</title>
|
||||
<title>MP_SITE - MOnitor ONline della PROduzione</title>
|
||||
<link href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="~/Content/Style.min.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head runat="server">
|
||||
<title>MoonPro - MOnitor ONline della PROduzione</title>
|
||||
<title>MP_SITE - MOnitor ONline della PROduzione</title>
|
||||
<link href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="~/Content/Style.min.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<%@ Register Src="~/WebUserControls/mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc2" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<head runat="server">
|
||||
<title>MP.SITE: <%: SteamWare.devicesAuthProxy.getPage(Request.Url) %></title>
|
||||
<%--vecchie libs esterne da deprecare--%>
|
||||
<%--<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet" />--%>
|
||||
@@ -16,25 +16,20 @@
|
||||
<asp:PlaceHolder runat="server">
|
||||
<%: Scripts.Render("~/bundles/modernizr") %>
|
||||
<%: Scripts.Render("~/bundles/jquery") %>
|
||||
<%: Scripts.Render("~/bundles/bootstrap") %>
|
||||
<%: Scripts.Render("~/bundles/bootstrap") %>
|
||||
<%: Scripts.Render("~/bundles/vis") %>
|
||||
<%--<%: Scripts.Render("~/Content/css") %>--%>
|
||||
</asp:PlaceHolder>
|
||||
<%--<link href="~/Content/vis.min.css" rel="stylesheet" />--%>
|
||||
<%-- <link href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" /> --%>
|
||||
<%-- <link href="~/Content/bootstrap.min.css" rel="stylesheet" type="text/css" /> --%>
|
||||
<%--<link href="~/Content/Style.min.css" rel="stylesheet" type="text/css" />--%>
|
||||
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
|
||||
<webopt:BundleReference ID="BundleReference2" runat="server" Path="~/Content/themes/base/css" />
|
||||
</head>
|
||||
<body class="body">
|
||||
<%--<%: Scripts.Render("~/bundle/Global") %>--%>
|
||||
<form id="form1" runat="server">
|
||||
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true" EnableScriptLocalization="true">
|
||||
<Scripts>
|
||||
<%--
|
||||
<asp:ScriptReference Name="jquery" />
|
||||
<asp:ScriptReference Name="jquery.ui.combined" />
|
||||
--%>
|
||||
</Scripts>
|
||||
</asp:ScriptManager>
|
||||
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
|
||||
@@ -42,19 +37,9 @@
|
||||
<ContentTemplate>
|
||||
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
|
||||
</asp:Timer>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="bodyMainCenter sfondoMain">
|
||||
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
</div>
|
||||
<div class="col-12 bottomWrite">
|
||||
<uc2:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
|
||||
</div>
|
||||
</div>
|
||||
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
<uc2:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
</form>
|
||||
|
||||
@@ -1,19 +1,28 @@
|
||||
using SteamWare;
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
public partial class MAPO_refresh : System.Web.UI.MasterPage
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
Timer1.Interval = SteamWare.memLayer.ML.CRI("refreshShort");
|
||||
}
|
||||
int refreshShort = 120000;
|
||||
try
|
||||
{
|
||||
refreshShort = memLayer.ML.CRI("refreshShort");
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
refreshShort = refreshShort < 5000 ? 10000 : refreshShort;
|
||||
Timer1.Interval = refreshShort;
|
||||
}
|
||||
}
|
||||
|
||||
protected void Timer1_Tick(object sender, EventArgs e)
|
||||
{
|
||||
// per sicurezza indico di aggiornare grafici...
|
||||
SteamWare.memLayer.ML.setSessionVal("graphDataRefresh", true);
|
||||
}
|
||||
protected void Timer1_Tick(object sender, EventArgs e)
|
||||
{
|
||||
// per sicurezza indico di aggiornare grafici...
|
||||
memLayer.ML.setSessionVal("graphDataRefresh", true);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@ public partial class MAPO_refresh {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_menuTop Mod_menuTop1;
|
||||
protected global::MP_SITE.WebUserControls.mod_menuTop Mod_menuTop1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo updPanelPagina.
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@ public partial class MAPO_refresh30 {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_menuTop Mod_menuTop1;
|
||||
protected global::MP_SITE.WebUserControls.mod_menuTop Mod_menuTop1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo ContentPlaceHolder1.
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
<table id="table2" cellspacing="0" cellpadding="4" border="0" width="100%">
|
||||
<tr class="topTitle">
|
||||
<td style="width: 25%; text-align: left;">
|
||||
MoonPro: Assistenza Tecnica
|
||||
MP_SITE: Assistenza Tecnica
|
||||
</td>
|
||||
<td align="right">
|
||||
<asp:Image ID="logo" ImageUrl="~/images/logoMoOnPro.png" runat="server" />
|
||||
<asp:Image ID="logo" ImageUrl="~/images/logoMP_SITE.png" runat="server" />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_DettArt.ascx.cs" Inherits="MoonPro.WebUserControls.mod_AnPro_DettArt" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_DettArt.ascx.cs" Inherits="MP_SITE.WebUserControls.mod_AnPro_DettArt" %>
|
||||
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_righePag.ascx" TagName="mod_righePag" TagPrefix="uc2" %>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_AnPro_DettArt : SteamWare.UserControl
|
||||
{
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_AnPro_DettArt {
|
||||
@@ -82,6 +82,6 @@ namespace MoonPro.WebUserControls {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_righePag mod_righePag;
|
||||
protected global::MP_SITE.WebUserControls.mod_righePag mod_righePag;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_DettGg.ascx.cs" Inherits="MoonPro.WebUserControls.mod_AnPro_DettGg" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_DettGg.ascx.cs" Inherits="MP_SITE.WebUserControls.mod_AnPro_DettGg" %>
|
||||
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_righePag.ascx" TagName="mod_righePag" TagPrefix="uc2" %>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_AnPro_DettGg : SteamWare.UserControl
|
||||
{
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_AnPro_DettGg {
|
||||
@@ -82,6 +82,6 @@ namespace MoonPro.WebUserControls {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_righePag mod_righePag;
|
||||
protected global::MP_SITE.WebUserControls.mod_righePag mod_righePag;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_ODL.ascx.cs" Inherits="MoonPro.WebUserControls.mod_AnPro_ODL" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_ODL.ascx.cs" Inherits="MP_SITE.WebUserControls.mod_AnPro_ODL" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_righePag.ascx" TagName="mod_righePag" TagPrefix="uc2" %>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_AnPro_ODL : SteamWare.UserControl
|
||||
{
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_AnPro_ODL {
|
||||
@@ -73,6 +73,6 @@ namespace MoonPro.WebUserControls {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_righePag mod_righePag;
|
||||
protected global::MP_SITE.WebUserControls.mod_righePag mod_righePag;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_PODL.ascx.cs" Inherits="MoonPro.WebUserControls.mod_AnPro_PODL" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_PODL.ascx.cs" Inherits="MP_SITE.WebUserControls.mod_AnPro_PODL" %>
|
||||
|
||||
|
||||
<%@ Register Src="~/WebUserControls/mod_righePag.ascx" TagName="mod_righePag" TagPrefix="uc2" %>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_AnPro_PODL : SteamWare.UserControl
|
||||
{
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_AnPro_PODL {
|
||||
@@ -55,6 +55,6 @@ namespace MoonPro.WebUserControls {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_righePag mod_righePag;
|
||||
protected global::MP_SITE.WebUserControls.mod_righePag mod_righePag;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_Totali.ascx.cs" Inherits="MoonPro.WebUserControls.mod_AnPro_Totali" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_AnPro_Totali.ascx.cs" Inherits="MP_SITE.WebUserControls.mod_AnPro_Totali" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_AnPro_ODL.ascx" TagPrefix="uc1" TagName="mod_AnPro_ODL" %>
|
||||
<%@ Register Src="~/WebUserControls/mod_AnPro_PODL.ascx" TagPrefix="uc1" TagName="mod_AnPro_PODL" %>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_AnPro_Totali : SteamWare.UserControl
|
||||
{
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_AnPro_Totali {
|
||||
@@ -19,7 +19,7 @@ namespace MoonPro.WebUserControls {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_AnPro_ODL mod_AnPro_ODL;
|
||||
protected global::MP_SITE.WebUserControls.mod_AnPro_ODL mod_AnPro_ODL;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_AnPro_PODL.
|
||||
@@ -28,6 +28,6 @@ namespace MoonPro.WebUserControls {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_AnPro_PODL mod_AnPro_PODL;
|
||||
protected global::MP_SITE.WebUserControls.mod_AnPro_PODL mod_AnPro_PODL;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MoonPro.WebUserControls.mod_andamentoStorico" Codebehind="mod_andamentoStorico.ascx.cs" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MP_SITE.WebUserControls.mod_andamentoStorico" Codebehind="mod_andamentoStorico.ascx.cs" %>
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_andamentoStorico : System.Web.UI.UserControl
|
||||
public partial class mod_andamentoStorico : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_datiConfermati.ascx.cs"
|
||||
Inherits="MoonPro.WebUserControls.mod_datiConfermati" %>
|
||||
Inherits="MP_SITE.WebUserControls.mod_datiConfermati" %>
|
||||
<div id="DatiConfermati" style="margin-top: 0px;">
|
||||
<asp:GridView ID="grView" runat="server" CssClass="table table-striped table-sm small" AutoGenerateColumns="False" DataKeyNames="DataOraConf,idxMacchina" DataSourceID="ods" AllowPaging="True" AllowSorting="True">
|
||||
<HeaderStyle CssClass="default" />
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_datiConfermati : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_datiConfermati {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MoonPro.WebUserControls.mod_grafico" Codebehind="mod_grafico.ascx.cs" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MP_SITE.WebUserControls.mod_grafico" Codebehind="mod_grafico.ascx.cs" %>
|
||||
<%@ Register Assembly="SteamWare" Namespace="SteamWare" TagPrefix="cc1" %>
|
||||
<cc1:piechart id="PieChart1" runat="server"></cc1:piechart>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using SteamWare;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_grafico : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true"
|
||||
Inherits="MoonPro.WebUserControls.mod_immagineStato" Codebehind="mod_immagineStato.ascx.cs" %>
|
||||
Inherits="MP_SITE.WebUserControls.mod_immagineStato" Codebehind="mod_immagineStato.ascx.cs" %>
|
||||
<asp:Panel ID="pnlImg" runat="server">
|
||||
<table cellpadding="0" cellspacing="0" id="stato1">
|
||||
<tr valign="top">
|
||||
|
||||
@@ -2,7 +2,7 @@ using SteamWare;
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_immagineStato : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_infoAggiuntive.ascx.cs"
|
||||
Inherits="MoonPro.WebUserControls.mod_infoAggiuntive" %>
|
||||
Inherits="MP_SITE.WebUserControls.mod_infoAggiuntive" %>
|
||||
<div id="InfoAggiuntive">
|
||||
<%--Tabella dati ODL--%>
|
||||
<table cellpadding="3" cellspacing="0" style="font-size: x-small; border: solid 1px #666666;">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using SteamWare;
|
||||
using System;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_infoAggiuntive : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_infoAggiuntive {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MoonPro.WebUserControls.mod_listaStatiEventi"
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MP_SITE.WebUserControls.mod_listaStatiEventi"
|
||||
CodeBehind="mod_listaStatiEventi.ascx.cs" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Src="mod_infoAggiuntive.ascx" TagName="mod_infoAggiuntive" TagPrefix="uc1" %>
|
||||
|
||||
@@ -2,7 +2,7 @@ using SteamWare;
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_listaStatiEventi : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_listaStatiEventi {
|
||||
@@ -37,7 +37,7 @@ namespace MoonPro.WebUserControls {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_infoAggiuntive mod_infoAggiuntive1;
|
||||
protected global::MP_SITE.WebUserControls.mod_infoAggiuntive mod_infoAggiuntive1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo DatiConfermati.
|
||||
@@ -55,7 +55,7 @@ namespace MoonPro.WebUserControls {
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonPro.WebUserControls.mod_datiConfermati mod_datiConfermati1;
|
||||
protected global::MP_SITE.WebUserControls.mod_datiConfermati mod_datiConfermati1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo TabStati.
|
||||
|
||||
@@ -1,19 +1,27 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_mainMap.ascx.cs" Inherits="MoonPro.WebUserControls.mod_mainMap" %>
|
||||
<div style="float: none; text-align: center; margin: auto; min-width: 600px;">
|
||||
<span runat="server" id="spStato" class="btn btn-secondary">
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_mainMap.ascx.cs" Inherits="MP_SITE.WebUserControls.mod_mainMap" %>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<span runat="server" id="spStato" class="btn btn-secondary btn-block">
|
||||
<asp:HyperLink runat="server" ID="hlStato" CssClass="fa fa-th-large" Font-Size="1.3em" ToolTip="Passa a Visualizzazione Stato Corrente" NavigateUrl="~/MappaStato.aspx" Enabled="true"><span style="font-family: Verdana, Arial; font-size:0.8em;"> --> Mappa Stato</span></asp:HyperLink>
|
||||
</span>
|
||||
<span style="margin: 0px 4px;"></span>
|
||||
<span runat="server" id="spSequencer" class="btn btn-secondary">
|
||||
</span>
|
||||
</div>
|
||||
<div class="col">
|
||||
<span runat="server" id="spSequencer" class="btn btn-secondary btn-block">
|
||||
<asp:HyperLink runat="server" ID="hlSequencer" CssClass="fa fa-bars" Font-Size="1.3em" ToolTip="Passa a Visualizzazione Mappa Tempi" NavigateUrl="~/MappaStatoSeq.aspx" Enabled="true"><span style="font-family: Verdana, Arial; font-size:0.8em;"> --> Mappa Tempi</span></asp:HyperLink>
|
||||
</span>
|
||||
<span style="margin: 0px 4px;"></span>
|
||||
<span runat="server" id="spStatistiche" class="btn btn-secondary">
|
||||
</span>
|
||||
</div>
|
||||
<div class="col">
|
||||
<span runat="server" id="spStatistiche" class="btn btn-secondary btn-block">
|
||||
<asp:HyperLink runat="server" ID="hlStatistiche" CssClass="fa fa-pie-chart" Font-Size="1.3em" ToolTip="Passa a Visualizzazione Statistiche Impiego" NavigateUrl="~/StatisticheImpiego.aspx" Enabled="true"><span style="font-family: Verdana, Arial; font-size:0.8em;"> --> Statistiche</span></asp:HyperLink>
|
||||
</span>
|
||||
<span style="margin: 0px 4px;"></span>
|
||||
<span runat="server" id="spProduzione" class="btn btn-secondary">
|
||||
</span>
|
||||
</div>
|
||||
<div class="col">
|
||||
<span runat="server" id="spProduzione" class="btn btn-secondary btn-block">
|
||||
<asp:HyperLink runat="server" ID="hlProduzione" CssClass="fa fa-industry" Font-Size="1.3em" ToolTip="Passa a Visualizzazione Riepilogo Produzione" NavigateUrl="~/AnalisiProduzione.aspx" Enabled="true"><span style="font-family: Verdana, Arial; font-size:0.8em;"> --> Produzione</span></asp:HyperLink>
|
||||
</span>
|
||||
<div class="clearDiv"></div>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,37 +1,37 @@
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_mainMap : System.Web.UI.UserControl
|
||||
public partial class mod_mainMap : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
// blocco button della pagina corrente...
|
||||
if (Page.Title.Contains("Stato"))
|
||||
{
|
||||
hlStato.Enabled = false;
|
||||
spStato.Attributes.Remove("class");
|
||||
spStato.Attributes.Add("class", "btn btn-warning");
|
||||
}
|
||||
else if (Page.Title.Contains("Sequencer"))
|
||||
{
|
||||
hlSequencer.Enabled = false;
|
||||
spSequencer.Attributes.Remove("class");
|
||||
spSequencer.Attributes.Add("class", "btn btn-warning");
|
||||
}
|
||||
else if (Page.Title.Contains("Statistiche"))
|
||||
{
|
||||
hlStatistiche.Enabled = false;
|
||||
spStatistiche.Attributes.Remove("class");
|
||||
spStatistiche.Attributes.Add("class", "btn btn-warning");
|
||||
}
|
||||
else if (Page.Title.Contains("Produzione"))
|
||||
{
|
||||
hlProduzione.Enabled = false;
|
||||
spProduzione.Attributes.Remove("class");
|
||||
spProduzione.Attributes.Add("class", "btn btn-warning");
|
||||
}
|
||||
}
|
||||
// blocco button della pagina corrente...
|
||||
if (Page.Title.Contains("Stato"))
|
||||
{
|
||||
hlStato.Enabled = false;
|
||||
spStato.Attributes.Remove("class");
|
||||
spStato.Attributes.Add("class", "btn btn-warning btn-block");
|
||||
}
|
||||
else if (Page.Title.Contains("Sequencer"))
|
||||
{
|
||||
hlSequencer.Enabled = false;
|
||||
spSequencer.Attributes.Remove("class");
|
||||
spSequencer.Attributes.Add("class", "btn btn-warning btn-block");
|
||||
}
|
||||
else if (Page.Title.Contains("Statistiche"))
|
||||
{
|
||||
hlStatistiche.Enabled = false;
|
||||
spStatistiche.Attributes.Remove("class");
|
||||
spStatistiche.Attributes.Add("class", "btn btn-warning btn-block");
|
||||
}
|
||||
else if (Page.Title.Contains("Produzione"))
|
||||
{
|
||||
hlProduzione.Enabled = false;
|
||||
spProduzione.Attributes.Remove("class");
|
||||
spProduzione.Attributes.Add("class", "btn btn-warning btn-block");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_mainMap {
|
||||
|
||||
@@ -1,23 +1,25 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true"
|
||||
Inherits="mod_menuBottom" CodeBehind="mod_menuBottom.ascx.cs" %>
|
||||
|
||||
<div class="navbar navbar-dark text-light bg-dark fixed-bottom" role="navigation" style="border-top: 1px solid #ABABAB; padding: 0px;">
|
||||
<div class="d-flex justify-content-start pl-3 text-left">
|
||||
<asp:Label ID="lblrev" runat="server"></asp:Label>
|
||||
<asp:Label runat="server" ID="lblApp" Text="." /> |
|
||||
<div class="navbar navbar-dark text-light bg-dark fixed-bottom" role="navigation">
|
||||
<div class="row" style="width: 100%; height: 1.5em;">
|
||||
<div class="col-6 text-left">
|
||||
<asp:Label ID="lblrev" runat="server"></asp:Label>
|
||||
<asp:Label runat="server" ID="lblApp" Text="." /> |
|
||||
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
|
||||
</div>
|
||||
<div class="d-flex justify-content-end pr-3 text-right">
|
||||
<asp:UpdateProgress ID="updtRicerca" runat="server" DisplayAfter="5" DynamicLayout="false">
|
||||
<ProgressTemplate>
|
||||
<div id="progress_back">
|
||||
</div>
|
||||
<div id="progress_top">
|
||||
<i class="fa fa-cog fa-spin fa-2x"></i> <i class="fa fa-cog fa-spin fa-2x"></i> <i class="fa fa-cog fa-spin fa-2x"></i>
|
||||
</div>
|
||||
</ProgressTemplate>
|
||||
</asp:UpdateProgress>
|
||||
Powered by <a href="http://www.steamware.net" target="_blank">
|
||||
<img src="Images/LogoSteamware.png" alt="Steamware" height="18" /></a>
|
||||
</div>
|
||||
<div class="col-6 text-right">
|
||||
<asp:UpdateProgress ID="updtRicerca" runat="server" DisplayAfter="5" DynamicLayout="true">
|
||||
<ProgressTemplate>
|
||||
<div id="progress_back">
|
||||
</div>
|
||||
<div id="progress_top">
|
||||
<i class="fa fa-cog fa-spin fa-2x"></i> <i class="fa fa-cog fa-spin fa-2x"></i> <i class="fa fa-cog fa-spin fa-2x"></i>
|
||||
</div>
|
||||
</ProgressTemplate>
|
||||
</asp:UpdateProgress>
|
||||
Powered by <a href="http://www.steamware.net" target="_blank">
|
||||
<img src="Images/LogoSteamware.png" alt="Steamware" height="18" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MoonPro.WebUserControls.mod_menuTop"
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MP_SITE.WebUserControls.mod_menuTop"
|
||||
CodeBehind="mod_menuTop.ascx.cs" %>
|
||||
<% if (false)
|
||||
{ %>
|
||||
<link href="../Style.css" rel="stylesheet" type="text/css" />
|
||||
<% } %>
|
||||
|
||||
<%-- Gestione resize --%>
|
||||
<asp:HiddenField runat="server" ID="HiddenHeight" OnValueChanged="HiddenHeight_ValueChanged" />
|
||||
<asp:HiddenField runat="server" ID="HiddenWidth" OnValueChanged="HiddenWidth_ValueChanged" />
|
||||
|
||||
<script type="text/javascript" language="javascript">
|
||||
<script type="text/javascript">
|
||||
document.getElementById("Mod_menuTop1_HiddenHeight").value = getClientHeight();
|
||||
document.getElementById("Mod_menuTop1_HiddenWidth").value = getClientWidth();
|
||||
window.onresize = updateValues;
|
||||
@@ -24,25 +21,24 @@
|
||||
return document.compatMode == 'CSS1Compat' && !window.opera ? document.documentElement.clientHeight : document.body.clientHeight;
|
||||
}
|
||||
</script>
|
||||
<nav class="navbar navbar-expand fixed-top navbar-dark bg-black text-light titleBlock p-0">
|
||||
<div class="topTitle p-1" style="width: 100%;">
|
||||
<div class="row">
|
||||
<div class="col-3 text-left">
|
||||
<asp:LinkButton ID="btnUpdate" runat="server" CssClass="dxButtonClass" OnClick="btnUpdate_Click"></asp:LinkButton>
|
||||
<span>
|
||||
<asp:Label runat="server" ID="lastUpdate" CssClass="dateTimeSmall"><% =scriviOra() %></asp:Label>
|
||||
</span>
|
||||
<asp:LinkButton ID="btnLogOut" runat="server" CssClass="dxButtonClass" Visible="False"
|
||||
OnClick="btnLogOut_Click"></asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-6 text-center text-uppercase">
|
||||
<asp:Label runat="server" ID="lblTitolo" Text="Stato Officina" CssClass="body fontMedio" />
|
||||
</div>
|
||||
<div class="col-3 text-right text-uppercase">
|
||||
MAPO
|
||||
|
||||
<nav class="navbar navbar-expand fixed-top navbar-dark bg-black text-light titleBlock pt-0 topTitle">
|
||||
<div class="row" style="width: 100%;">
|
||||
<div class="col-3 text-left">
|
||||
<asp:LinkButton ID="btnUpdate" runat="server" CssClass="dxButtonClass" OnClick="btnUpdate_Click" cla=""></asp:LinkButton>
|
||||
<span>
|
||||
<asp:Label runat="server" ID="lastUpdate" CssClass="dateTimeSmall"><% =scriviOra() %></asp:Label>
|
||||
</span>
|
||||
<asp:LinkButton ID="btnLogOut" runat="server" CssClass="dxButtonClass" Visible="False"
|
||||
OnClick="btnLogOut_Click"></asp:LinkButton>
|
||||
</div>
|
||||
<div class="col-6 text-center text-uppercase">
|
||||
<asp:Label runat="server" ID="lblTitolo" Text="Stato Officina" CssClass="body fontMedio" />
|
||||
</div>
|
||||
<div class="col-3 text-right text-uppercase">
|
||||
MAPO
|
||||
<asp:Image ID="logo" CssClass="img-fluid" ImageUrl="~/images/logoMapoNoText.png" runat="server" Height="24px" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="mb-4"> </div>
|
||||
<div class="mb-3"> </div>
|
||||
|
||||
@@ -3,7 +3,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_menuTop : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_menuTop {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MoonPro.WebUserControls.mod_periodoAnalisi"
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="MP_SITE.WebUserControls.mod_periodoAnalisi"
|
||||
CodeBehind="mod_periodoAnalisi.ascx.cs" %>
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<div class="filtraggio" style="width: 100%;">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using SteamWare;
|
||||
using System;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_periodoAnalisi : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_realtimeClock.ascx.cs"
|
||||
Inherits="MoonPro.WebUserControls.mod_realtimeClock" %>
|
||||
Inherits="MP_SITE.WebUserControls.mod_realtimeClock" %>
|
||||
<div id="container">
|
||||
|
||||
<script src="/scripts/jquery-3.3.1.min.js"></script>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_realtimeClock : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonPro.WebUserControls {
|
||||
namespace MP_SITE.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_realtimeClock {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_righePag.ascx.cs" Inherits="MoonPro.WebUserControls.mod_righePag" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_righePag.ascx.cs" Inherits="MP_SITE.WebUserControls.mod_righePag" %>
|
||||
<div class="floDx">
|
||||
<asp:Label runat="server" ID="lblNumRighe" CssClass="didascalia"><%: traduci("righePerPag") %></asp:Label>
|
||||
<asp:TextBox ID="txtNumRighe" runat="server" AutoPostBack="True" OnTextChanged="txtNumRighe_TextChanged" Width="2em" />
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System;
|
||||
using System.Web.UI;
|
||||
|
||||
namespace MoonPro.WebUserControls
|
||||
namespace MP_SITE.WebUserControls
|
||||
{
|
||||
public partial class mod_righePag : SteamWare.UserControl
|
||||
{
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user