TFS_ANTIGUO/SIGPC/ControlUsuario/cuwBusquedaList.ascx

37 lines
2 KiB
Text
Raw Normal View History

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="cuwBusquedaList.ascx.cs" Inherits="_controlesusuario_Estandar_cuwBusquedaList" %>
<asp:UpdatePanel ID="UPCuwBusqueda" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<link href="/../../Content/themes/ui-lightness/jquery-ui.css" rel="stylesheet" />
<link href="/../../Content/themes/ui-lightness/jquery-ui.min.css" rel="stylesheet" />
<script src="/../../Scripts/jquery-ui-1.11.4.min.js" type="text/javascript"></script>
<script src="/../../Scripts/jquery-ui-1.11.4.js" type="text/javascript"></script>
<script src="/../../Scripts/jquery-1.10.2.js" type="text/javascript"></script>
<script src="/../../Scripts/WebForms/General/cuwBusquedaList.js" type="text/javascript"></script>
<table style="align-content:center;">
<tr>
<td>
<div id="divBusquedaNormal" runat="server" style="" align="center">
<asp:Table ID="tblParametrosConsulta" CssClass="table-responsive" CaptionAlign="Bottom" runat="server"/>
</div>
</td>
<td align="center">
<table>
<tr>
<td align="center">
<div>
<asp:CheckBox id="chkHabilitar" onclick="HabilitarTexto(this);" ToolTip="Filtros" runat="server"></asp:CheckBox>
<asp:ImageButton ID="btnBuscarFiltro" runat="server" Height="26px" ImageUrl="~/Images/MiniBotones/btnBuscarFiltro.png" ToolTip="Buscar" OnClick="btnBusqueda_Click" Width="28px" />
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>