continuo setup struttura base

This commit is contained in:
Samuele E. Locatelli
2015-05-18 11:00:39 +02:00
parent 8724fb5443
commit ebe3be09d4
20 changed files with 231 additions and 237 deletions
Binary file not shown.
Binary file not shown.
+16
View File
@@ -224,6 +224,7 @@
</Content>
<Content Include="fonts\fontawesome-webfont.svg" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="Home.aspx" />
<Content Include="Icon.png" />
<Content Include="Images\accent.png" />
<Content Include="Images\bullet.png" />
@@ -245,6 +246,7 @@
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Images\tiny_grid.png" />
<Content Include="jumper.aspx" />
<Content Include="packages.config" />
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
@@ -444,6 +446,20 @@
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Home.aspx.cs">
<DependentUpon>Home.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Home.aspx.designer.cs">
<DependentUpon>Home.aspx</DependentUpon>
</Compile>
<Compile Include="jumper.aspx.cs">
<DependentUpon>jumper.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="jumper.aspx.designer.cs">
<DependentUpon>jumper.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Site.Master.cs">
<DependentUpon>Site.Master</DependentUpon>
+46
View File
@@ -0,0 +1,46 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.master" AutoEventWireup="true" CodeBehind="Home.aspx.cs" Inherits="CMS_SC.Home" %>
<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
<div class="row" style="margin-top: -10px;">
<div class="col-xs-5">
<div style="color: #ee8800; margin-top: 60px;">
<img src="Images/LogoCostimate.png?h=121&w=458&mode=max" alt="Costimate" class="img-responsive" />
</div>
<p>Cost to Price for Extrusion</p>
</div>
<div class="col-xs-6 col-xs-offset-1 text-right" style="margin-top: 10px;">
<img src="Images/extrusion.png" alt="" class="img-responsive" /></div>
</div>
</asp:Content>
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
<div class="container marketing">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">Quick Shortcut</h2>
</div>
<div class="panel-body">
<div class="shortcuts">
<asp:HyperLink runat="server" ID="HyperLink2" class="shortcut" NavigateUrl="ExistingProductOffer">
<i class="fa fa-cubes shortcut-icon"></i> <span class="shortcut-label"><%: traduci("ExistProdOff") %></span>
</asp:HyperLink>
<asp:HyperLink runat="server" ID="HyperLink3" class="shortcut" NavigateUrl="NewProductOffer">
<i class="fa fa-cube shortcut-icon"></i> <span class="shortcut-label"><%: traduci("NewProdOff") %></span>
</asp:HyperLink>
<asp:HyperLink runat="server" ID="HyperLink4" class="shortcut" NavigateUrl="OffersArchive">
<i class="fa fa-database shortcut-icon"></i> <span class="shortcut-label"><%: traduci("OffersArchive") %></span>
</asp:HyperLink>
<asp:HyperLink runat="server" ID="HyperLink5" class="shortcut" NavigateUrl="MarginReport">
<i class="fa fa-eur shortcut-icon"></i> <span class="shortcut-label"><%: traduci("MarginReport") %></span>
</asp:HyperLink>
<asp:HyperLink runat="server" ID="HyperLink6" class="shortcut" NavigateUrl="StdCostList">
<i class="fa fa-calculator shortcut-icon"></i> <span class="shortcut-label"><%: traduci("StdCostList") %></span>
</asp:HyperLink>
</div>
</div>
</div>
</div>
</div>
</div>
</asp:Content>
+18
View File
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SteamWare;
namespace CMS_SC
{
public partial class Home : SteamWare.UserPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+60
View File
@@ -0,0 +1,60 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace CMS_SC {
public partial class Home {
/// <summary>
/// HyperLink2 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink HyperLink2;
/// <summary>
/// HyperLink3 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink HyperLink3;
/// <summary>
/// HyperLink4 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink HyperLink4;
/// <summary>
/// HyperLink5 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink HyperLink5;
/// <summary>
/// HyperLink6 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink HyperLink6;
}
}
+8 -6
View File
@@ -29,7 +29,7 @@
<!--gestione auth dispositivi-->
<add key="AuthCookieName" value="AuthDeviceCMS_SC" />
<add key="defaultDomain" value="steamwarewin" />
<add key="enablePlain" value="false" />
<add key="enablePlain" value="true" />
<add key="urlGestUtenti" value="UserAdmin" />
<add key="adminEmail" value="samuele@steamware.net" />
<add key="PageNoIndex" value="UserAdmin#Test" />
@@ -69,14 +69,16 @@
<!--link esterni-->
<!--<add key="linkSwProfili" value="http://sambha.soltea.it/SambhaWeb"/>-->
<!--stringhe connessione-->
<!--<add key="CMS_SCConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=CMS_SC;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=CMS_SC;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=CMS_SC;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=CMS_SC;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="DevicesAuthConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=CMS_SC;Persist Security Info=True;User ID=sa;Password=keyhammer;" />-->
<add key="CMS_SCConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\sql2008r2;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer" />
<add key="DevicesAuthConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer;" />
</appSettings>
<connectionStrings>
<add name="DefaultConnection" providerName="System.Data.SqlClient" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-CMS_SC-20150515094114;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-CMS_SC-20150515094114.mdf" />
<!--<add name="CMS_SC_Data.Properties.Settings.CMS_SCConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=CMS_SC;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=CMS_SC;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />-->
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.5" />
+2 -2
View File
@@ -55,7 +55,7 @@
<ul class="dropdown-menu">
<li><a href="ElencoSchede"><%: traduci("ElencoSchede") %></a></li>
<li><a href="Nuovascheda"><%: traduci("Nuovascheda") %></a></li>
<li><a href="Nuovascheda"><%: traduci("NuovaScheda") %></a></li>
<li><a href="CmsScConf"><%: traduci("CmsScConf") %></a></li>
</ul>
</li>
@@ -80,7 +80,7 @@
<ul class="dropdown-menu">
<li runat="server" id="liGestVoc"><a href="Vocabolario"><%: traduci("GestVoc") %></a></li>
<li runat="server" id="liListValues"><a href="ListValues"><%: traduci("ListValuesMgmt") %></a></li>
<li runat="server" id="liImport"><a href="Import"><%: traduci("ImportData") %></a></li>
<%--<li runat="server" id="liImport"><a href="Import"><%: traduci("ImportData") %></a></li>--%>
<li runat="server" id="liUserAdmin"><a href="UserAdmin"><%: traduci("UserAdmin") %></a></li>
<li runat="server" id="liDivider" class="divider"></li>
<li runat="server" id="liUpdateVoc"><a href="UpdateVoc"><%: traduci("UpdateVoc") %></a></li>
@@ -59,6 +59,7 @@ namespace CMS_SC.WebUserControls
// altri controlli
if (!Page.IsPostBack)
{
txtSearch.Visible = pageHasSearch;
Page.Title = Request.Url.ToString();
// se ho cambiato pagina registro...)
if (devicesAuthProxy.pagPrecedente != titolo)
@@ -279,6 +280,16 @@ namespace CMS_SC.WebUserControls
}
}
/// <summary>
/// verifica se la pagina abbia abilitato il search
/// </summary>
public bool pageHasSearch
{
get
{
return memLayer.ML.BoolSessionObj("pageHasSearch");
}
}
/// <summary>
/// modifica campo ricerca...
/// </summary>
/// <param name="sender"></param>
-9
View File
@@ -66,15 +66,6 @@ namespace CMS_SC.WebUserControls {
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl liListValues;
/// <summary>
/// liImport control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl liImport;
/// <summary>
/// liUserAdmin control.
/// </summary>
Binary file not shown.
Binary file not shown.
Binary file not shown.
+20
View File
@@ -0,0 +1,20 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="jumper.aspx.cs" Inherits="CMS_SC.jumper" %>
<%@ Register src="WebUserControls/mod_enrollByJumperAuthKey.ascx" tagname="mod_enrollByJumperAuthKey" tagprefix="uc1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<uc1:mod_enrollByJumperAuthKey ID="mod_enrollByJumperAuthKey1" runat="server" />
</div>
</form>
</body>
</html>
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace CMS_SC
{
public partial class jumper : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+33
View File
@@ -0,0 +1,33 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace CMS_SC {
public partial class jumper {
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// mod_enrollByJumperAuthKey1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::CMS_SC.WebUserControls.mod_enrollByJumperAuthKey mod_enrollByJumperAuthKey1;
}
}
-220
View File
@@ -1,220 +0,0 @@
18:17:00 4837 [LEMMA] - AnagFamMacchine
18:17:00 4857 [LEMMA] - AnagMatricole
18:17:00 4867 [LEMMA] - AnagFasi
18:17:00 4877 [LEMMA] - AnagMisure
18:17:00 4887 [LEMMA] - AnagSchedeColl
18:17:00 4887 [LEMMA] - ElencoSchede
18:17:00 4897 [LEMMA] - Nuovascheda
18:17:00 4907 [LEMMA] - CmsScConf
18:17:00 4917 [LEMMA] - ReportCompatto
18:17:00 4917 [LEMMA] - ReportCompleto
18:17:00 4927 [LEMMA] - ReportCliente
18:17:00 4947 [LEMMA] - GestVoc
18:17:00 4957 [LEMMA] - ListValuesMgmt
18:17:00 4967 [LEMMA] - ImportData
18:17:00 4977 [LEMMA] - UserAdmin
18:17:00 4987 [LEMMA] - UpdateVoc
18:17:00 5007 [LEMMA] - UserAdminTitle
18:17:00 5017 [LEMMA] - UserAdminInstr01
18:17:00 5037 [LEMMA] - EmailEnrollTitle
18:17:00 5057 [LEMMA] - btnReqNewKey
18:17:00 5057 [LEMMA] - EmailEnrollExplTitle
18:17:00 5067 [LEMMA] - EmailEnrollExplInstr01
18:18:00 5546 [LEMMA] - AnagFamMacchine
18:18:00 5556 [LEMMA] - AnagMatricole
18:18:00 5566 [LEMMA] - AnagFasi
18:18:00 5576 [LEMMA] - AnagMisure
18:18:00 5586 [LEMMA] - AnagSchedeColl
18:18:00 5596 [LEMMA] - ElencoSchede
18:18:00 5606 [LEMMA] - Nuovascheda
18:18:00 5606 [LEMMA] - CmsScConf
18:18:00 5616 [LEMMA] - ReportCompatto
18:18:00 5626 [LEMMA] - ReportCompleto
18:18:00 5636 [LEMMA] - ReportCliente
18:18:00 5636 [LEMMA] - GestVoc
18:18:00 5646 [LEMMA] - ListValuesMgmt
18:18:00 5656 [LEMMA] - ImportData
18:18:00 5666 [LEMMA] - UserAdmin
18:18:00 5666 [LEMMA] - UpdateVoc
18:18:00 5676 [LEMMA] - UserAdminTitle
18:18:00 5686 [LEMMA] - UserAdminInstr01
18:18:00 5696 [LEMMA] - EmailEnrollTitle
18:18:00 5706 [LEMMA] - btnReqNewKey
18:18:00 5716 [LEMMA] - EmailEnrollExplTitle
18:18:00 5716 [LEMMA] - EmailEnrollExplInstr01
18:19:00 5916 [LEMMA] - AnagFamMacchine
18:19:00 5926 [LEMMA] - AnagMatricole
18:19:00 5936 [LEMMA] - AnagFasi
18:19:00 5946 [LEMMA] - AnagMisure
18:19:00 5956 [LEMMA] - AnagSchedeColl
18:19:00 5966 [LEMMA] - ElencoSchede
18:19:00 5966 [LEMMA] - Nuovascheda
18:19:00 5976 [LEMMA] - CmsScConf
18:19:00 5986 [LEMMA] - ReportCompatto
18:19:00 5996 [LEMMA] - ReportCompleto
18:19:00 6006 [LEMMA] - ReportCliente
18:19:00 6016 [LEMMA] - GestVoc
18:19:00 6026 [LEMMA] - ListValuesMgmt
18:19:00 6026 [LEMMA] - ImportData
18:19:00 6036 [LEMMA] - UserAdmin
18:19:00 6046 [LEMMA] - UpdateVoc
18:19:00 6056 [LEMMA] - UserAdminTitle
18:19:00 6066 [LEMMA] - UserAdminInstr01
18:19:00 6076 [LEMMA] - EmailEnrollTitle
18:19:00 6096 [LEMMA] - btnReqNewKey
18:19:00 6106 [LEMMA] - EmailEnrollExplTitle
18:19:00 6106 [LEMMA] - EmailEnrollExplInstr01
18:20:00 6295 [LEMMA] - AnagFamMacchine
18:20:00 6305 [LEMMA] - AnagMatricole
18:20:00 6315 [LEMMA] - AnagFasi
18:20:00 6315 [LEMMA] - AnagMisure
18:20:00 6325 [LEMMA] - AnagSchedeColl
18:20:00 6335 [LEMMA] - ElencoSchede
18:20:00 6345 [LEMMA] - Nuovascheda
18:20:00 6355 [LEMMA] - CmsScConf
18:20:00 6355 [LEMMA] - ReportCompatto
18:20:00 6365 [LEMMA] - ReportCompleto
18:20:00 6375 [LEMMA] - ReportCliente
18:20:00 6385 [LEMMA] - GestVoc
18:20:00 6385 [LEMMA] - ListValuesMgmt
18:20:00 6395 [LEMMA] - ImportData
18:20:00 6405 [LEMMA] - UserAdmin
18:20:00 6415 [LEMMA] - UpdateVoc
18:20:00 6425 [LEMMA] - UserAdminTitle
18:20:00 6435 [LEMMA] - UserAdminInstr01
18:20:00 6445 [LEMMA] - EmailEnrollTitle
18:20:00 6455 [LEMMA] - btnReqNewKey
18:20:00 6455 [LEMMA] - EmailEnrollExplTitle
18:20:00 6465 [LEMMA] - EmailEnrollExplInstr01
18:21:00 6665 [LEMMA] - AnagFamMacchine
18:21:00 6675 [LEMMA] - AnagMatricole
18:21:00 6695 [LEMMA] - AnagFasi
18:21:00 6705 [LEMMA] - AnagMisure
18:21:00 6725 [LEMMA] - AnagSchedeColl
18:21:00 6735 [LEMMA] - ElencoSchede
18:21:00 6745 [LEMMA] - Nuovascheda
18:21:00 6755 [LEMMA] - CmsScConf
18:21:00 6755 [LEMMA] - ReportCompatto
18:21:00 6765 [LEMMA] - ReportCompleto
18:21:00 6775 [LEMMA] - ReportCliente
18:21:00 6785 [LEMMA] - GestVoc
18:21:00 6795 [LEMMA] - ListValuesMgmt
18:21:00 6795 [LEMMA] - ImportData
18:21:00 6805 [LEMMA] - UserAdmin
18:21:00 6815 [LEMMA] - UpdateVoc
18:21:00 6825 [LEMMA] - UserAdminTitle
18:21:00 6835 [LEMMA] - UserAdminInstr01
18:21:00 6835 [LEMMA] - EmailEnrollTitle
18:21:00 6845 [LEMMA] - btnReqNewKey
18:21:00 6855 [LEMMA] - EmailEnrollExplTitle
18:21:00 6865 [LEMMA] - EmailEnrollExplInstr01
18:22:00 7064 [LEMMA] - AnagFamMacchine
18:22:00 7074 [LEMMA] - AnagMatricole
18:22:00 7084 [LEMMA] - AnagFasi
18:22:00 7094 [LEMMA] - AnagMisure
18:22:00 7104 [LEMMA] - AnagSchedeColl
18:22:00 7114 [LEMMA] - ElencoSchede
18:22:00 7124 [LEMMA] - Nuovascheda
18:22:00 7134 [LEMMA] - CmsScConf
18:22:00 7134 [LEMMA] - ReportCompatto
18:22:00 7144 [LEMMA] - ReportCompleto
18:22:00 7154 [LEMMA] - ReportCliente
18:22:00 7164 [LEMMA] - GestVoc
18:22:00 7164 [LEMMA] - ListValuesMgmt
18:22:00 7174 [LEMMA] - ImportData
18:22:00 7184 [LEMMA] - UserAdmin
18:22:00 7194 [LEMMA] - UpdateVoc
18:22:00 7204 [LEMMA] - UserAdminTitle
18:22:00 7204 [LEMMA] - UserAdminInstr01
18:22:00 7214 [LEMMA] - EmailEnrollTitle
18:22:00 7224 [LEMMA] - btnReqNewKey
18:22:00 7234 [LEMMA] - EmailEnrollExplTitle
18:22:00 7244 [LEMMA] - EmailEnrollExplInstr01
18:23:00 7434 [LEMMA] - AnagFamMacchine
18:23:00 7444 [LEMMA] - AnagMatricole
18:23:00 7454 [LEMMA] - AnagFasi
18:23:00 7464 [LEMMA] - AnagMisure
18:23:00 7474 [LEMMA] - AnagSchedeColl
18:23:00 7484 [LEMMA] - ElencoSchede
18:23:00 7494 [LEMMA] - Nuovascheda
18:23:00 7504 [LEMMA] - CmsScConf
18:23:00 7514 [LEMMA] - ReportCompatto
18:23:00 7524 [LEMMA] - ReportCompleto
18:23:00 7534 [LEMMA] - ReportCliente
18:23:00 7544 [LEMMA] - GestVoc
18:23:00 7554 [LEMMA] - ListValuesMgmt
18:23:00 7564 [LEMMA] - ImportData
18:23:00 7574 [LEMMA] - UserAdmin
18:23:00 7584 [LEMMA] - UpdateVoc
18:23:00 7594 [LEMMA] - UserAdminTitle
18:23:00 7604 [LEMMA] - UserAdminInstr01
18:23:00 7614 [LEMMA] - EmailEnrollTitle
18:23:00 7614 [LEMMA] - btnReqNewKey
18:23:00 7624 [LEMMA] - EmailEnrollExplTitle
18:23:00 7634 [LEMMA] - EmailEnrollExplInstr01
18:24:00 7833 [LEMMA] - AnagFamMacchine
18:24:00 7843 [LEMMA] - AnagMatricole
18:24:00 7853 [LEMMA] - AnagFasi
18:24:00 7863 [LEMMA] - AnagMisure
18:24:00 7863 [LEMMA] - AnagSchedeColl
18:24:00 7873 [LEMMA] - ElencoSchede
18:24:00 7883 [LEMMA] - Nuovascheda
18:24:00 7893 [LEMMA] - CmsScConf
18:24:00 7893 [LEMMA] - ReportCompatto
18:24:00 7903 [LEMMA] - ReportCompleto
18:24:00 7913 [LEMMA] - ReportCliente
18:24:00 7923 [LEMMA] - GestVoc
18:24:00 7933 [LEMMA] - ListValuesMgmt
18:24:00 7933 [LEMMA] - ImportData
18:24:00 7953 [LEMMA] - UserAdmin
18:24:00 7953 [LEMMA] - UpdateVoc
18:24:00 7973 [LEMMA] - UserAdminTitle
18:24:00 7973 [LEMMA] - UserAdminInstr01
18:24:00 7983 [LEMMA] - EmailEnrollTitle
18:24:00 7993 [LEMMA] - btnReqNewKey
18:24:00 8003 [LEMMA] - EmailEnrollExplTitle
18:24:00 8013 [LEMMA] - EmailEnrollExplInstr01
18:25:00 8213 [LEMMA] - AnagFamMacchine
18:25:00 8223 [LEMMA] - AnagMatricole
18:25:00 8233 [LEMMA] - AnagFasi
18:25:00 8243 [LEMMA] - AnagMisure
18:25:00 8253 [LEMMA] - AnagSchedeColl
18:25:00 8263 [LEMMA] - ElencoSchede
18:25:00 8263 [LEMMA] - Nuovascheda
18:25:00 8273 [LEMMA] - CmsScConf
18:25:00 8283 [LEMMA] - ReportCompatto
18:25:00 8293 [LEMMA] - ReportCompleto
18:25:00 8303 [LEMMA] - ReportCliente
18:25:00 8313 [LEMMA] - GestVoc
18:25:00 8323 [LEMMA] - ListValuesMgmt
18:25:00 8333 [LEMMA] - ImportData
18:25:00 8343 [LEMMA] - UserAdmin
18:25:00 8353 [LEMMA] - UpdateVoc
18:25:00 8363 [LEMMA] - UserAdminTitle
18:25:00 8373 [LEMMA] - UserAdminInstr01
18:25:00 8383 [LEMMA] - EmailEnrollTitle
18:25:00 8393 [LEMMA] - btnReqNewKey
18:25:00 8403 [LEMMA] - EmailEnrollExplTitle
18:25:00 8403 [LEMMA] - EmailEnrollExplInstr01
18:26:00 8602 [LEMMA] - AnagFamMacchine
18:26:00 8612 [LEMMA] - AnagMatricole
18:26:00 8622 [LEMMA] - AnagFasi
18:26:00 8632 [LEMMA] - AnagMisure
18:26:00 8632 [LEMMA] - AnagSchedeColl
18:26:00 8642 [LEMMA] - ElencoSchede
18:26:00 8652 [LEMMA] - Nuovascheda
18:26:00 8662 [LEMMA] - CmsScConf
18:26:00 8672 [LEMMA] - ReportCompatto
18:26:00 8672 [LEMMA] - ReportCompleto
18:26:00 8682 [LEMMA] - ReportCliente
18:26:00 8692 [LEMMA] - GestVoc
18:26:00 8702 [LEMMA] - ListValuesMgmt
18:26:00 8702 [LEMMA] - ImportData
18:26:00 8712 [LEMMA] - UserAdmin
18:26:00 8722 [LEMMA] - UpdateVoc
18:26:00 8732 [LEMMA] - UserAdminTitle
18:26:00 8742 [LEMMA] - UserAdminInstr01
18:26:00 8742 [LEMMA] - EmailEnrollTitle
18:26:00 8752 [LEMMA] - btnReqNewKey
18:26:00 8762 [LEMMA] - EmailEnrollExplTitle
18:26:00 8772 [LEMMA] - EmailEnrollExplInstr01
Binary file not shown.