37 lines
2.1 KiB
Plaintext
37 lines
2.1 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" Inherits="WebUserControls_mod_filtraMtzProg" CodeBehind="mod_filtraMtzProg.ascx.cs" %>
|
|
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
|
|
<%@ Register Src="~/WebUserControls/mod_periodoAnalisi.ascx" TagPrefix="uc1" TagName="mod_periodoAnalisi" %>
|
|
|
|
|
|
<div class="row txtMini" style="background: #cdcdcd; font-size: 0.8em;">
|
|
<div class="col-sm-2 text-left">
|
|
<div>
|
|
<asp:Label runat="server" ID="lblFiltTipo" />
|
|
</div>
|
|
<div>
|
|
<uc1:mod_filtro ID="mod_filtroTipo" runat="server" css="txtMini" />
|
|
<asp:ObjectDataSource ID="odsTipo" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="GIM_dataLayer.DS_utilityTableAdapters.v_selTipoGuastoTableAdapter"></asp:ObjectDataSource>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-5 text-left">
|
|
<div>
|
|
<asp:Label runat="server" ID="lblFiltMacchina" />
|
|
</div>
|
|
<div>
|
|
<uc1:mod_filtro ID="mod_filtroImpianto" runat="server" css="txtMini" Oneh_selValore="eh_selectedImpianto" />
|
|
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="GetData" TypeName="GIM_dataLayer.DS_utilityTableAdapters.v_selImpiantiTableAdapter"></asp:ObjectDataSource>
|
|
</div>
|
|
<div>
|
|
<uc1:mod_filtro ID="mod_filtroMacchina" runat="server" css="txtMini" Visible="false" />
|
|
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}" SelectMethod="getByConditio" TypeName="GIM_dataLayer.DS_utilityTableAdapters.v_selMacchineTableAdapter">
|
|
<SelectParameters>
|
|
<asp:ControlParameter ControlID="mod_filtroImpianto" DefaultValue="0" Name="conditio" PropertyName="valoreInt" Type="Int32" />
|
|
</SelectParameters>
|
|
</asp:ObjectDataSource>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-5 text-right">
|
|
<uc1:mod_periodoAnalisi runat="server" ID="mod_periodoAnalisi" />
|
|
</div>
|
|
</div>
|