82 lines
6.3 KiB
Plaintext
82 lines
6.3 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_filtroRicerca.ascx.cs" Inherits="ETS_WS.WebUserControls.mod_filtroRicerca" %>
|
|
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
|
<%@ Register Src="mod_textAutocomplete.ascx" TagName="mod_textAutocomplete" TagPrefix="uc1" %>
|
|
<%@ Register Src="mod_periodoAnalisi.ascx" TagName="mod_periodoAnalisi" TagPrefix="uc2" %>
|
|
<% if (false)
|
|
{ %>
|
|
<link href="../css/BuildBlocks.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/ETS.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/ExtraComp.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/MasterPage.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/Style.css" rel="stylesheet" type="text/css" />
|
|
<% } %>
|
|
<div>
|
|
<div class="divSx secColA-5" style="width: 100%; text-align: left; margin: auto; height: 50px; vertical-align: bottom;">
|
|
<div style="padding: 4px 8px 4px 8px; font-size: 8pt;">
|
|
<%--area dx: update + scelta dim pagina--%>
|
|
<div class="divDx">
|
|
<asp:Label runat="server" ID="LabelblPageSize" Text="Record / pagina" CssClass="labelInput" /><br />
|
|
<asp:DropDownList ID="ddlPageSize" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlPageSize_SelectedIndexChanged">
|
|
<asp:ListItem Text="10" Value="10" />
|
|
<asp:ListItem Text="15" Value="15" Selected="True" />
|
|
<asp:ListItem Text="20" Value="20" />
|
|
<asp:ListItem Text="30" Value="30" />
|
|
<asp:ListItem Text="50" Value="50" />
|
|
</asp:DropDownList>
|
|
/ <asp:Label runat="server" ID="lblTotRec" />
|
|
</div>
|
|
<div class="divDx">
|
|
<asp:UpdateProgress ID="updtRicerca" runat="server" DisplayAfter="2" DynamicLayout="true">
|
|
<ProgressTemplate>
|
|
<div id="progress_back">
|
|
</div>
|
|
<div id="progress_top">
|
|
<asp:Image ID="ProgressBar" ImageUrl="~/images/ajax-loader.gif" runat="server" />
|
|
</div>
|
|
</ProgressTemplate>
|
|
</asp:UpdateProgress>
|
|
</div>
|
|
<%--Area sx: filtri--%>
|
|
<div class="divSx" style="width: 175px;">
|
|
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" realtimeUpdate="true" />
|
|
</div>
|
|
<div class="divSx" style="margin-top: -2px; width: 160px;">
|
|
<asp:CheckBox runat="server" ID="chkCommessa" Text="Filtra Commessa" CssClass="labelInput" AutoPostBack="true" OnCheckedChanged="chkCommessa_CheckedChanged" />
|
|
<uc1:mod_textAutocomplete ID="tacCommesse" runat="server" ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoCommesseByDoc" minCharAutocomplete="1" showKey="false" toolTip="Digitare per iniziare ricerca, min 1 char" Visible="false" />
|
|
</div>
|
|
<div class="divSx" style="margin-top: -2px; width: 140px;">
|
|
<asp:CheckBox runat="server" ID="chkFase" Text="Filtra per Fase" CssClass="labelInput" AutoPostBack="true" OnCheckedChanged="chkFase_CheckedChanged" />
|
|
<uc1:mod_textAutocomplete ID="tacFasi" runat="server" ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoFasiByDoc" minCharAutocomplete="1" showKey="false" toolTip="Digitare per iniziare ricerca, min 1 char" Visible="false" />
|
|
</div>
|
|
<div class="divSx" style="margin-top: -2px; width: 140px;">
|
|
<asp:CheckBox runat="server" ID="chkFonte" Text="Filtra Da/A" CssClass="labelInput" AutoPostBack="true" OnCheckedChanged="chkFonte_CheckedChanged" />
|
|
<uc1:mod_textAutocomplete ID="tacFonti" runat="server" ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoFontiByDoc" minCharAutocomplete="1" showKey="false" toolTip="Digitare per iniziare ricerca, min 1 char" Visible="false" />
|
|
</div>
|
|
<div class="divSx" style="margin-top: -2px; width: 140px;">
|
|
<asp:CheckBox runat="server" ID="chkInOut" Text="Filtra In/Out" CssClass="labelInput" AutoPostBack="true" OnCheckedChanged="chkInOut_CheckedChanged" />
|
|
<asp:RadioButtonList ID="rblInOut" runat="server" AutoPostBack="true" RepeatDirection="Horizontal" RepeatLayout="Flow" OnSelectedIndexChanged="rblInOut_SelectedIndexChanged" Visible="false">
|
|
<asp:ListItem Value="In" Text=" In " />
|
|
<asp:ListItem Value="Out" Text="Out" Selected="True" />
|
|
</asp:RadioButtonList>
|
|
</div>
|
|
<div class="divSx" style="margin-top: -2px; width: 150px;">
|
|
<asp:CheckBox runat="server" ID="chkRedattore" Text="Filtra Redattore" CssClass="labelInput" AutoPostBack="true" OnCheckedChanged="chkRedattore_CheckedChanged" />
|
|
|
|
<uc1:mod_textAutocomplete ID="tacRedattore" runat="server" ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoRedattoriByDoc" minCharAutocomplete="1" showKey="false" toolTip="Digitare per iniziare ricerca, min 1 char" Visible="false" />
|
|
</div>
|
|
<div class="divSx" style="margin-top: 2px; width: 175px;">
|
|
<div style="margin-top: 1px;">
|
|
<asp:Label runat="server" ID="lblCerca" Text="Ricerca Libera" CssClass="labelInput" />
|
|
</div>
|
|
<div style="margin-top: 2px;">
|
|
<asp:TextBox runat="server" ID="txtSearchAll" OnTextChanged="txtSearchAll_TextChanged" AutoPostBack="True" Width="12em" />
|
|
<asp:AutoCompleteExtender ID="txtSearchAllAce" runat="server" TargetControlID="txtSearchAll" ServicePath="~/WS/AutoCompletamento.asmx" ServiceMethod="elencoTagRicerca" CompletionInterval="10" MinimumPrefixLength="1" CompletionListCssClass="autocompleteListCssClass" CompletionListItemCssClass="autocomplete" CompletionListHighlightedItemCssClass="autocompleteHiglight" CompletionListElementID="autocompleteElemID" />
|
|
</div>
|
|
</div>
|
|
<div class="divSx blockSizeSmall">
|
|
<asp:Button runat="server" ID="btnUpdate" Text="Update" Enabled="false" OnClick="btnUpdate_Click" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|