TFS_ANTIGUO/ControlGestiones/Sistema CGC/Gestion.UI/Servicios/Servicios.aspx
asaenz d1acfe3500 Solucion inicial
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C549
2022-06-16 14:35:51 +00:00

37 lines
2.1 KiB
Text

<%@ Page Language="C#" MasterPageFile="~/_paginasmaestro/MasterPage.master" AutoEventWireup="true" CodeFile="Servicios.aspx.cs" Inherits="Servicios" Title="Servicios" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ctphPrincipal" Runat="Server">
<table class="tablaPrinc">
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 22px; text-align: right">
<asp:ImageButton ID="ibtnAyuda" runat="server" CausesValidation="False" ImageUrl="~/App_Themes/_basico/_imagenes/ayuda.png"
ToolTip="Obtener ayuda general sobre esta consulta" /></td>
</tr>
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 22px; text-align: center">
<asp:Label ID="Label1" runat="server" Text="Servicios" ToolTip="Consulta los servicios que han sido registrados por la institución"></asp:Label></td>
</tr>
<tr>
<td colspan="2" style="height: 22px; text-align: left">
<asp:Label ID="lbDatos" runat="server" Font-Bold="True" Text="Establecer método de búsqueda." ToolTip="Busca los datos del recibo según una de los siguientes parámetros"></asp:Label></td>
</tr>
<tr>
<td colspan="2" style="height: 22px; text-align: center">
<asp:RadioButtonList ID="rblParametros" runat="server" ToolTip="Parámetros de búsqueda">
<asp:ListItem>Por Datos de Cliente</asp:ListItem>
<asp:ListItem>Por Datos de Servicio</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr>
<td colspan="2" style="height: 21px; text-align: center">
<table style="background-color: #bdd4dc">
<tr>
<td style="width: 26px; height: 34px">
<asp:ImageButton ID="ibtnBuscar" runat="server" ImageUrl="~/App_Themes/_basico/_imagenes/buscar.png"
OnClick="ibtnBuscar_Click" ToolTip="Buscar" /></td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Content>