Update pagine LAB
This commit is contained in:
+35
-6
@@ -1,13 +1,42 @@
|
||||
<%@ Page Title="Lab Consuma UDC" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="LabConsumaUdc.aspx.cs" Inherits="GMW.LabConsumaUdc" %>
|
||||
<%@ Register src="WebUserControls/mod_labConsUdc.ascx" tagname="mod_labConsUdc" tagprefix="uc1" %>
|
||||
|
||||
<%@ Register src="WebUserControls/mod_ricercaGenerica.ascx" tagname="mod_ricercaGenerica" tagprefix="uc2" %>
|
||||
|
||||
|
||||
<%@ Register Src="WebUserControls/mod_labConsUdc.ascx" TagName="mod_labConsUdc" TagPrefix="uc1" %>
|
||||
|
||||
<%@ Register Src="WebUserControls/mod_ricercaGenerica.ascx" TagName="mod_ricercaGenerica" TagPrefix="uc2" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MCon" runat="server">
|
||||
<uc2:mod_ricercaGenerica ID="mod_ricercaGenerica1" runat="server" />
|
||||
<uc1:mod_labConsUdc ID="mod_labConsUdc1" runat="server" />
|
||||
<div class="container-fluid">
|
||||
<div class="card text-center">
|
||||
<div class="card-header ">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<uc2:mod_ricercaGenerica ID="mod_ricercaGenerica1" runat="server" />
|
||||
</div>
|
||||
<div class="col-3">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<uc1:mod_labConsUdc ID="mod_labConsUdc1" runat="server" />
|
||||
</div>
|
||||
<div class="card-footer text-muted">
|
||||
<asp:UpdateProgress ID="updtRicerca" runat="server" DisplayAfter="10" DynamicLayout="false">
|
||||
<ProgressTemplate>
|
||||
<div id="progress_back">
|
||||
</div>
|
||||
<div id="progress_top">
|
||||
searching
|
||||
<asp:Image ID="ProgressBar" ImageUrl="~/images/fbloader.gif" runat="server" />
|
||||
</div>
|
||||
</ProgressTemplate>
|
||||
</asp:UpdateProgress>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
Generated
+23
-15
@@ -1,34 +1,42 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GMW
|
||||
{
|
||||
|
||||
|
||||
namespace GMW {
|
||||
|
||||
|
||||
public partial class LabConsumaUdc {
|
||||
|
||||
/// <summary>
|
||||
/// mod_ricercaGenerica1 control.
|
||||
/// Controllo mod_ricercaGenerica1.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::mod_ricercaGenerica mod_ricercaGenerica1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_labConsUdc1 control.
|
||||
/// Controllo mod_labConsUdc1.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::GMW.WebUserControls.mod_labConsUdc mod_labConsUdc1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo updtRicerca.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdateProgress updtRicerca;
|
||||
}
|
||||
}
|
||||
|
||||
+30
-2
@@ -7,6 +7,34 @@
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MCon" runat="server">
|
||||
<uc2:mod_ricercaGenerica ID="mod_ricercaGenerica1" runat="server" />
|
||||
<uc1:mod_labAssStampaUdc ID="mod_labAssStampaUdc1" runat="server" />
|
||||
<div class="container-fluid">
|
||||
<div class="card text-center">
|
||||
<div class="card-header ">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<uc2:mod_ricercaGenerica ID="mod_ricercaGenerica1" runat="server" />
|
||||
</div>
|
||||
<div class="col-3">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<uc1:mod_labAssStampaUdc ID="mod_labAssStampaUdc1" runat="server" />
|
||||
</div>
|
||||
<div class="card-footer text-muted">
|
||||
<asp:UpdateProgress ID="updtRicerca" runat="server" DisplayAfter="10" DynamicLayout="false">
|
||||
<ProgressTemplate>
|
||||
<div id="progress_back">
|
||||
</div>
|
||||
<div id="progress_top">
|
||||
searching
|
||||
<asp:Image ID="ProgressBar" ImageUrl="~/images/fbloader.gif" runat="server" />
|
||||
</div>
|
||||
</ProgressTemplate>
|
||||
</asp:UpdateProgress>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
Generated
+23
-15
@@ -1,34 +1,42 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GMW
|
||||
{
|
||||
|
||||
|
||||
namespace GMW {
|
||||
|
||||
|
||||
public partial class LabStampaUdc {
|
||||
|
||||
/// <summary>
|
||||
/// mod_ricercaGenerica1 control.
|
||||
/// Controllo mod_ricercaGenerica1.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::mod_ricercaGenerica mod_ricercaGenerica1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_labAssStampaUdc1 control.
|
||||
/// Controllo mod_labAssStampaUdc1.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::GMW.WebUserControls.mod_labAssStampaUdc mod_labAssStampaUdc1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo updtRicerca.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdateProgress updtRicerca;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_ricercaGenerica" CodeBehind="mod_ricercaGenerica.ascx.cs" %>
|
||||
|
||||
<div class="input-group" style="width: 400px; margin: auto; padding-top: 2px; padding-bottom: 2px;">
|
||||
<span class="input-group-addon">
|
||||
<asp:LinkButton runat="server" ID="lbnSearch" OnClick="btnCerca_Click"><i class="glyphicon glyphicon-search"></i> <%: traduci("lbnResearch") %></asp:LinkButton>
|
||||
</span>
|
||||
<asp:TextBox runat="server" ID="txtCerca" OnTextChanged="txtCerca_TextChanged" AccessKey="r" CssClass="searchinput form-control" placeholder="..." AutoPostBack="True" />
|
||||
<span class="input-group-addon">
|
||||
<asp:LinkButton runat="server" ID="lnkReset" Text="X" type="button" OnClick="lnkReset_Click" Font-Size="0.8em" />
|
||||
</span>
|
||||
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text">
|
||||
<asp:LinkButton runat="server" ID="lbnSearch" OnClick="btnCerca_Click"><i class="glyphicon glyphicon-search"></i> <%: traduci("lbnResearch") %></asp:LinkButton></span>
|
||||
</div>
|
||||
<asp:TextBox runat="server" ID="txtCerca" OnTextChanged="txtCerca_TextChanged" AccessKey="r" CssClass="form-control" placeholder="..." AutoPostBack="True" />
|
||||
<div class="input-group-append">
|
||||
<asp:LinkButton runat="server" ID="lnkReset" type="button" class="input-group-text" OnClick="lnkReset_Click" ToolTip="reset"><i class="fa fa-ban fa-lg"></i></asp:LinkButton>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
+14
-14
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -12,29 +12,29 @@
|
||||
public partial class mod_ricercaGenerica {
|
||||
|
||||
/// <summary>
|
||||
/// lbnSearch control.
|
||||
/// Controllo lbnSearch.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbnSearch;
|
||||
|
||||
/// <summary>
|
||||
/// txtCerca control.
|
||||
/// Controllo txtCerca.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtCerca;
|
||||
|
||||
/// <summary>
|
||||
/// lnkReset control.
|
||||
/// Controllo lnkReset.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lnkReset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user