TFS_ANTIGUO/SIGPC/ProyectoSIGPC/Forms/TRA/frwBusquedaSolicitud.aspx
kledezma 7fdadc4709 KLB
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C519
2021-01-22 15:05:35 +00:00

747 lines
40 KiB
Text

<%@ Page Title="Busqueda de solicitudes" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="frwBusquedaSolicitud.aspx.cs" Inherits="Forms_Trans_frwBusquedaSolicitud" %>
<%@ Register Src="~/ControlUsuario/cuwBusquedaList.ascx" TagPrefix="uc1" TagName="cuwBusquedaList" %>
<%@ Register Src="~/ControlUsuario/cuwVentanaEmergenteRequisitos.ascx" TagPrefix="uc1" TagName="cuwVentanaEmergenteRequisitos" %>
<%@ Register Src="~/ControlUsuario/cuwVentanaEmergenteObservaciones.ascx" TagPrefix="uc1" TagName="cuwVentanaEmergenteObservaciones" %>
<%@ Register Src="~/ControlUsuario/cuwVentanaEmergenteDevolucion.ascx" TagPrefix="uc1" TagName="cuwVentanaEmergenteDevolucion" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="Server">
<script src="/../../Scripts/jquery-1.10.2.js"></script>
<script src="/../../Scripts/toastr.js" type="text/javascript"></script>
<link href="/../../Content/toastr.css" rel="stylesheet" />
<script src="/../../Scripts/bootstrap.js"></script>
<script src="/../../Scripts/WebForms/General/cuwBusquedaList.js"></script>
<script type="text/javascript">
$(document).ready(function ($) {
$("#botonesBuscar").hide();
})
function VentanaAbrir() {
$("#MainContent_divDatosSuperiores").hide();
document.getElementById('light').style.display = 'block';
document.getElementById('fade').style.display = 'block';
//menu = document.getElementById('cuwMenu_mnuMenu').style.display = 'none';
//document.getElementById("cuwMenu_mnuMenu").disabled;
}
function VentanaCerrar() {
$("#MainContent_divDatosSuperiores").show()
document.getElementById('light').style.display = 'none';
document.getElementById('fade').style.display = 'none'
//document.getElementById('cuwMenu_mnuMenu').style.display = 'block'
}
function VentanaAbrirFormularioAP() {
document.getElementById('lightActividades').style.display = 'none';
$("#MainContent_divDatosSuperiores").hide();
document.getElementById('lightFormularioAP').style.display = 'block';
//document.getElementById('fadeFormularioAP').style.display = 'block';
$("#frameCriterioAP").attr('src', 'frwCriterioPA.aspx?d=deshabilitar');
//menu = document.getElementById('cuwMenu_mnuMenu').style.display = 'none';
//document.getElementById("cuwMenu_mnuMenu").disabled;
}
function VentanaCerrarFormularioAP() {
document.getElementById('lightActividades').style.display = 'block';
VentanaAbrirActividades();
document.getElementById('lightFormularioAP').style.display = 'none';
// document.getElementById('fadeFormularioAP').style.display = 'none'
//document.getElementById('cuwMenu_mnuMenu').style.display = 'block'
}
function VentanaCerrarFormularioAPSesion() {
document.getElementById('lightActividades').style.display = 'block';
document.getElementById('lightFormularioAP').style.display = 'none';
window.location.href = '../wfrLogin.aspx?sesion=expiro';
// document.getElementById('fadeFormularioAP').style.display = 'none'
//document.getElementById('cuwMenu_mnuMenu').style.display = 'block'
}
function VentanaAbrirFormularioAS() {
document.getElementById('lightActividades').style.display = 'none';
$("#MainContent_divDatosSuperiores").hide();
document.getElementById('lightFormularioAS').style.display = 'block';
//document.getElementById('fadeFormularioAP').style.display = 'block';
$("#frameCriterioAS").attr('src', 'frwCriterioAS.aspx?d=deshabilitar');
//menu = document.getElementById('cuwMenu_mnuMenu').style.display = 'none';
//document.getElementById("cuwMenu_mnuMenu").disabled;
}
function VentanaCerrarFormularioAS() {
document.getElementById('lightActividades').style.display = 'block';
VentanaAbrirActividades();
document.getElementById('lightFormularioAS').style.display = 'none';
// document.getElementById('fadeFormularioAP').style.display = 'none'
//document.getElementById('cuwMenu_mnuMenu').style.display = 'block'
}
function VentanaCerrarFormularioASSesion() {
document.getElementById('lightActividades').style.display = 'block';
document.getElementById('lightFormularioAS').style.display = 'none';
window.location.href = '../wfrLogin.aspx?sesion=expiro';
// document.getElementById('fadeFormularioAP').style.display = 'none'
//document.getElementById('cuwMenu_mnuMenu').style.display = 'block'
}
function VentanaAbrirNotificacionCliente() {
document.getElementById('lightActividades').style.display = 'none';
$("#MainContent_divDatosSuperiores").hide();
document.getElementById('lightNotificacionCliente').style.display = 'block';
//document.getElementById('fadeFormularioAP').style.display = 'block';
$("#frameNotificacionUsuario").attr('src', 'frwNotificacionCliente.aspx?d=deshabilitar');
//menu = document.getElementById('cuwMenu_mnuMenu').style.display = 'none';
//document.getElementById("cuwMenu_mnuMenu").disabled;
}
function VentanaCerrarNotificacionCliente() {
document.getElementById('lightActividades').style.display = 'block';
VentanaAbrirActividades();
document.getElementById('lightNotificacionCliente').style.display = 'none';
// document.getElementById('fadeFormularioAP').style.display = 'none'
//document.getElementById('cuwMenu_mnuMenu').style.display = 'block'
}
function VentanaCerrarNotificacionClienteSesion() {
document.getElementById('lightActividades').style.display = 'block';
document.getElementById('lightNotificacionCliente').style.display = 'none';
window.location.href = '../wfrLogin.aspx?sesion=expiro';
// document.getElementById('fadeFormularioAP').style.display = 'none'
//document.getElementById('cuwMenu_mnuMenu').style.display = 'block'
}
function parpa() {
$('.flecha').fadeIn(500).delay(250).fadeOut(500, parpa)
setTimeout("$('.flecha').stop(true,true).css('opacity', 1)", 5000);
}
</script>
<style type="text/css">
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/*.botonesSeguimiento {
position:absolute;
}*/
#MainContent_cuwBusquedaList_tblParametrosConsulta {
overflow-x: auto;
display: list-item;
width: 75% !important;
}
#Panel2 {
margin-bottom: auto !important;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: -200%;
/*left: 15%;*/
/*width: 90%;
height: 80%;*/
padding: 16px;
border: 1px solid #000;
background-color: white;
z-index:5;
overflow: auto;
}
.white_content_formularioap {
display: none;
position: absolute;
top: -200%;
/*left: 15%;*/
width: 99%;
/*height: 80%;*/
padding: 16px;
border: 1px solid #000;
background-color: white;
z-index:5;
overflow: auto;
}
.white_content_notificacion {
display: none;
position: absolute;
top: -200%;
/*left: 15%;*/
width: 60%;
/*height: 50%;*/
padding: 16px;
border: 1px solid #000;
background-color: white;
z-index:5;
overflow: auto;
}
.auto-style1 {
width: 85px;
}
.auto-style5 {
overflow-x: auto;
min-height: 0.01%;
width: 503px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
margin-bottom: 15.75px;
}
.auto-style6 {
width: 119px;
}
.auto-style7 {
width: 128px;
}
.auto-style10 {
width: 16px;
}
.auto-style11 {
width: 100px;
}
.flecha {
margin-left: 20px;
margin-right: 20px;
height: 30px !important;
width: 70px !important;
}
.textoActividad {
margin-left: 10px;
}
input {
min-width: 20px !important;
transition: width 0.25s;
}
#MainContent_cuwBusquedaList_chkHabilitar {
display: initial !important;
}
</style>
<asp:ScriptManager ID="ScripManager1" EnablePartialRendering="true" runat="server">
</asp:ScriptManager>
<div id="fade" class="black_overlay"></div>
<div id="fadeActividades" class="black_overlay"></div>
<div id="fadeFormularioAP" class="black_overlay"></div>
<div id="light" class="white_content" width="100%" height="100%" >
<div id="Panel1" class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Gestión de trabajo</h3>
</div>
<div class="panel-body" style="height:90% !important">
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Always" >
<ContentTemplate>
<table id="tblDatosAsignacion" style="border-width: medium; border-color: transparent; text-align:left" border="0" class="table-responsive">
<tr>
<td colspan="5"><h4 style="text-align:center; color: #000000;">Asignar actividades</h4></td>
</tr>
<tr>
<td colspan="5"><h4 style="text-align:left; color: #000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h4></td>
</tr>
<tr>
<td colspan="5"><h4 style="text-align:left; color: #000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h4></td>
</tr>
<tr >
<td colspan="5" >
<asp:GridView ID="grvListaAsignaciones" runat="server" Width="100%" CellPadding="2" PageSize="5" GridLines="None" AutoGenerateColumns="False" AllowPaging="True" OnPageIndexChanging="grvListaAsignaciones_PageIndexChanging" Font-Names="Verdana" Font-Size="16px"> <RowStyle BackColor="#EFF3FB" VerticalAlign="Middle" />
<AlternatingRowStyle BackColor="White" VerticalAlign="Middle" />
<PagerStyle CssClass="gridViewPaginacion" ForeColor="#44608c" HorizontalAlign="Center" />
<HeaderStyle Font-Bold="True" ForeColor="White" CssClass="gridViewHeader" />
<PagerSettings PageButtonCount="25" />
<Columns>
<asp:ButtonField ImageUrl="~/Images/MiniBotones/btnRemover.png"
ButtonType="Image" CommandName="borrar"></asp:ButtonField>
<asp:BoundField DataField="PKRESPONSABLEACTIVIDAD" HeaderText="ID" SortExpression="PKRESPONSABLEACTIVIDAD" >
</asp:BoundField>
<asp:BoundField DataField="DESCRIPCIONACTIVIDAD" HeaderText="Solicitud" SortExpression="DESCRIPCIONACTIVIDAD" />
<asp:BoundField DataField="NOMBRECOMPLETO" HeaderText="Nombre" SortExpression="NOMBRECOMPLETO" />
<asp:BoundField DataField="FKUSUARIOXDEPENDENCIA" HeaderText="" SortExpression="FKUSUARIOXDEPENDENCIA" />
</Columns>
</asp:GridView>
&nbsp;</td>
</tr>
<tr>
<td colspan="5" style="text-align:center">
<asp:Button ID="btnSalirPopup" runat="server" OnClick="btnSalirPopup_Click" Text="Salir" CssClass="botones" Visible="true" />
</td>
</tr>
</table>
</ContentTemplate>
<Triggers >
<%--<asp:PostBackTrigger ControlID ="ddlProvincia" />--%>
</Triggers>
</asp:UpdatePanel>
</div>
</div>
</div>
<div id="lightActividades" class="white_content" width="100%" height="100%" >
<div id="Panel2" class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Seguimiento de Disponibilidades</h3>
</div>
<div class="panel-body" style="height:750px !important;width: 100%;overflow: scroll;">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" >
<ContentTemplate>
<Table ID="tbActividades" style="border-width: medium; border-color: transparent; text-align:left;width:800px;" border="0" class="table-responsive">
<tr>
<td colspan="13"><h4 style="text-align:center; color: #000000;">Número de Solicitud: <asp:Label ID="lblNumeroSolicitud" runat="server"></asp:Label>
</h4></td>
</tr>
<tr>
<td colspan="13">&nbsp;</td>
</tr>
<tr style="vertical-align: text-top;">
<td style="font-weight: 700;">
Actividad N°1 Ingreso y asignación del expediente
</td>
<td>
</td>
<td style="font-weight: 700;">
Actividad N°2 Programación de trabajo
</td>
<td>
</td>
<td style="font-weight: 700;">
Actividad N°3 Confección del Criterio Técnico AP
</td>
<td>
</td>
<td style="font-weight: 700;">
Actividad N°4 Confección del Criterio Técnico AS.
</td>
<td>
</td>
<td style="font-weight: 700;">
Actividad N°5 Confección de la Constancia.
</td>
<td>
</td>
<td style="font-weight: 700;">
Actividad N°6 Validación y Firma.
</td>
<td>
</td>
<td style="font-weight: 700;">
Actividad N°7 Notificación al usuario.
</td>
</tr>
<tr>
<td colspan="13">&nbsp;</td>
</tr>
<tr>
<td>
<asp:ImageButton OnClick="Image2_Click" ID="imgActividad1" runat="server" Width="100px" Height="100px" ImageUrl="../../Images/Actividades/circulogris.jpg" />
</td>
<td>
<asp:Image ID="Image1" runat="server" Width="70px" Height="30px" CssClass="flecha" ImageUrl="../../Images/Actividades/flecha.png" />
</td>
<td>
<asp:ImageButton OnClick="Image6_Click" ID="imgActividad2" runat="server" Width="100px" Height="100px" ImageUrl="../../Images/Actividades/circulogris.jpg" />
</td>
<td>
<asp:Image ID="Image5" runat="server" Width="100px" Height="50px" CssClass="flecha" ImageUrl="../../Images/Actividades/flecha.png" />
</td>
<td>
<asp:ImageButton OnClick="Image3_Click" ID="imgActividad3" runat="server" Width="100px" Height="100px" ImageUrl="../../Images/Actividades/circulogris.jpg" />
</td>
<td>
<asp:Image ID="Image4" runat="server" Width="100px" Height="50px" CssClass="flecha" ImageUrl="../../Images/Actividades/flecha.png" />
</td>
<td>
<asp:ImageButton OnClick="Image7_Click" ID="imgActividad4" runat="server" Width="100px" Height="100px" ImageUrl="../../Images/Actividades/circulogris.jpg" />
</td>
<td>
<asp:Image ID="Image8" runat="server" Width="100px" Height="50px" CssClass="flecha" ImageUrl="../../Images/Actividades/flecha.png" />
</td>
<td>
<asp:ImageButton OnClick="Image9_Click" ID="imgActividad5" runat="server" Width="100px" Height="100px" ImageUrl="../../Images/Actividades/circulogris.jpg" />
</td>
<td>
<asp:Image ID="Image10" runat="server" Width="100px" Height="50px" CssClass="flecha" ImageUrl="../../Images/Actividades/flecha.png" />
</td>
<td>
<asp:ImageButton OnClick="Image11_Click" ID="imgActividad6" runat="server" Width="100px" Height="100px" ImageUrl="../../Images/Actividades/circulogris.jpg" />
</td>
<td>
<asp:Image ID="Image12" runat="server" Width="100px" Height="50px" CssClass="flecha" ImageUrl="../../Images/Actividades/flecha.png" />
</td>
<td>
<asp:ImageButton OnClick="Image13_Click" ID="imgActividad7" runat="server" Width="100px" Height="100px" ImageUrl="../../Images/Actividades/circulogris.jpg" />
</td>
</tr>
<tr >
<td colspan="13" >
</td>
</tr>
</Table>
<%--<hr style="color: #0056b2;" />--%>
<div align="center" style="margin-top:20px">
<table border="0" style="width: 55%;">
<tr>
<td><strong>Descripción de estados:</strong>&nbsp;</td>
<td> <asp:ImageButton ID="ImageButton2" runat="server" Width="20px" CssClass="" Height="20px" ImageUrl="../../Images/Actividades/circulogris.jpg" />&nbsp;No asignada&nbsp;</td>
<td><asp:ImageButton ID="ImageButton1" runat="server" Width="20px" CssClass="" Height="20px" ImageUrl="../../Images/Actividades/circuloamarillo.jpg" /> &nbsp; Asignada&nbsp;</td>
<td><asp:ImageButton ID="ImageButton6" runat="server" Width="20px" CssClass="" Height="20px" ImageUrl="../../Images/Actividades/circuloverde.jpg" />&nbsp;Finalizada a tiempo</td>
<td> <asp:ImageButton ID="ImageButton3" runat="server" Width="20px" CssClass="" Height="20px" ImageUrl="../../Images/Actividades/circulorojo.png" />&nbsp;Finalizada fuera de tiempo&nbsp;</td>
</tr>
</table>
</div>
<hr style="color: #0056b2;" />
<strong style="vertical-align: top;left: 41%;position: absolute;">Acciones comunes:</strong>
<uc1:cuwVentanaEmergenteObservaciones ID="cuwVentanaEmergenteObservaciones" runat="server" />
&nbsp;
<uc1:cuwVentanaEmergenteDevolucion runat="server" ID="cuwVentanaEmergenteDevolucion" Visible="false" />
<hr style="color: #0056b2;" />
<div style="left:37%;position:absolute;" >
<table style="border-width: medium; text-align:left; height:300px;" border="1" class="table-responsive">
<tr style="color: #ffffff;background-color: #008cba;border-color: #008cba;">
<td colspan ="2" style="text-align:center;">
<asp:Label ID="lblTituloActividad" runat="server" style="font-weight: 700;"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:label runat="server" style="font-weight: 700;" CssClass="textoActividad"> Estado:</asp:label>
</td>
<td>
<asp:Label runat="server" ID="lblEstadoA1" Text ="" CssClass="textoActividad"></asp:Label> <br />
</td>
</tr>
<tr>
<td>
<asp:label runat="server" style="font-weight: 700;" CssClass="textoActividad">Fecha Ingreso:</asp:label>
</td>
<td>
<asp:Label runat="server" ID="lblFechaIngresoA1" Text ="" CssClass="textoActividad"></asp:Label> <br />
</td>
</tr>
<tr>
<td>
<asp:label runat="server" style="font-weight: 700;" CssClass="textoActividad">Fecha de Resolución:</asp:label>&nbsp;
</td>
<td>
<asp:Label runat="server" ID="lblFechaResolucionA1" Text ="" CssClass="textoActividad"></asp:Label> <br />
</td>
</tr>
<tr>
<td>
<asp:label runat="server" style="font-weight: 700;" CssClass="textoActividad">Responsable(s):</asp:label>
</td>
<td>
<asp:ListBox runat="server" ID="lblResponsableA1" TextMode="MultiLine" CssClass="textActividad" Enabled="False" Height="50px" Rows="2"></asp:ListBox> &nbsp;
</td>
</tr>
<tr>
<td>
<asp:label runat="server" style="font-weight: 700;" CssClass="textoActividad">Acciones especificas:</asp:label>
</td>
<td align="center">
<div id="dvAcciones" runat="server"></div>
<asp:ImageButton OnClick="imgAsignacionExpediente_Click" ID="imgAsignacionExpediente" runat="server" Width="40px" ToolTip="Ingreso y asignación del expediente" Visible="false" Height="40px" ImageUrl="../../Images/Minibotones/Formulario_2.jpg" />
<asp:ImageButton OnClick="imgAsignarActividad_Click" ID="imgAsignarActividad" runat="server" Width="40px" ToolTip="Programación de trabajo" Visible="false" Height="40px" ImageUrl="../../Images/Minibotones/realizaractividad.png" />
<asp:ImageButton OnClick="imgFormularioAP_Click" ID="imgFormularioAP" runat="server" Width="40px" ToolTip="FormularioAP" Visible="false" Height="40px" ImageUrl="../../Images/Minibotones/FormularioAP.png" />
<asp:ImageButton OnClick="imgFormularioAS_Click" ID="imgFormularioAS" runat="server" Width="40px" ToolTip="FormularioAS" Visible="false" Height="40px" ImageUrl="../../Images/Minibotones/FormularioAS.png" />
<asp:ImageButton OnClick="imgConstancias_Click" ID="imgConstancias" runat="server" Width="40px" ToolTip="Confección de la Constancia" Visible="false" Height="40px" ImageUrl="../../Images/Minibotones/Formulario_2.jpg" />
<asp:ImageButton OnClick="imgValidacionFirma_Click" ID="imgValidacionFirma" runat="server" Width="40px" ToolTip="Validación y firma" Visible="false" Height="40px" ImageUrl="~/Images/MiniBotones/Firma digittal.png" />
<asp:ImageButton OnClick="imgNotificacionUsuario_Click" ID="imgNotificacionUsuario" runat="server" Width="40px" ToolTip="Notificación al usuario" Visible="false" Height="40px" ImageUrl="~/Images/MiniBotones/Notificacion_al_cliente_2.png" />
</td>
</tr>
<tr>
<td colspan="2" style="text-align:center">
<asp:Button ID="btnSalirActividades" runat="server" OnClick="btnSalirActividades_Click" Text="Salir" CssClass="botones" Visible="true" />
</td>
</tr>
</table>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</div>
</div>
<div id="lightFormularioAP" class="white_content_formularioap" width="100%" height="100%" >
<div id="Panel3" class="panel panel-primary" >
<div class="panel-heading" >
<h3 class="panel-title">Procesar trabajo</h3>
</div>
<div class="panel-body" style="height:750px !important;width: 100%;text-align: right;">
<asp:UpdatePanel ID="UpdatePanel3" runat="server" UpdateMode="Always" >
<ContentTemplate>
<iframe id="frameCriterioAP" src="" width="100%" height="650px" style="border: 0;"></iframe>
<br />
<br />
<asp:Button ID="btnSalirCriterioAP" runat="server" OnClick="btnSalirCriterioAP_Click" Text="Salir" CssClass="botones" Visible="true" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</div>
</div>
<div id="lightFormularioAS" class="white_content_formularioap" width="100%" height="100%" >
<div id="Panel4" class="panel panel-primary" >
<div class="panel-heading" >
<h3 class="panel-title">Procesar trabajo</h3>
</div>
<div class="panel-body" style="height:750px !important;width: 100%;text-align: right;">
<asp:UpdatePanel ID="UpdatePanel4" runat="server" UpdateMode="Always" >
<ContentTemplate>
<iframe id="frameCriterioAS" src="" width="100%" height="650px" style="border: 0;"></iframe>
<br />
<br />
<asp:Button ID="btnSalirCriterioAS" runat="server" OnClick="btnSalirCriterioAS_Click" Text="Salir" CssClass="botones" Visible="true" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</div>
</div>
<div id="lightNotificacionCliente" class="white_content_notificacion" width="80%" >
<div id="Panel4" class="panel panel-primary" >
<div class="panel-heading" >
<h3 class="panel-title">Procesar trabajo</h3>
</div>
<div class="panel-body" style="height:550px !important;width: 100%;text-align: right;">
<asp:UpdatePanel ID="UpdatePanel5" runat="server" UpdateMode="Always" >
<ContentTemplate>
<iframe id="frameNotificacionUsuario" src="" width="100%" height="500px" style="border: 0;"></iframe>
<br />
<br />
<asp:Button ID="btnSalirNotificacionCliente" runat="server" OnClick="btnSalirNotificacionCliente_Click" Text="Salir" CssClass="botones" Visible="true" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</div>
</div>
<asp:UpdatePanel ID="updPanel" runat="server" UpdateMode="Always">
<ContentTemplate>
<asp:UpdateProgress ID="updProgress" runat="server">
<ProgressTemplate>
<div>
<div class="espera">
<asp:Image ID="imgEspera" runat="server" ImageUrl="~/Images/Animados/cargando.gif" Style="position: absolute; top: 40%; left: 45%; width: 80px; height: 80px" />
<asp:Label ID="lblEspera" runat="server" Text="Espere... " Style="position: absolute; top: 57%; left: 46%; width: 50px; height: 50px; color: #c8c8c8; font-size: medium; font-weight: 700"></asp:Label>
</div>
</div>
</ProgressTemplate>
</asp:UpdateProgress>
<!-- TITULO -->
<div id="divTitulo" align="center">
<legend>Consulta de Disponibilidades</legend>
<%-- <asp:Label ID="lblTitulo" runat="server" CssClass="lblTitulo" Text="Busqueda de Solicitudes"/>--%>
</div>
<!-- INSTRUCCIONES -->
<div id="divInstrucciones">
<%--<asp:Label ID="lblInstrucciones" runat="server" Text="Gestión de Solicitudes"/>--%>
</div>
<!-- SEPARADOR -->
<div id="divSeparador1" class="divSeparador">
</div>
<div align="center" style="width: 100%">
<%-- **********************************************************************Datos Superiores ********************************************************************************* --%>
<div id="divDatosSuperiores" runat="server" visible="false">
<%--Consultar--%>
<div>
<div align="center" id="botonesBuscar" hidden="hidden">
Tipo búsqueda &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:DropDownList ID="ddlTipoBusqueda" runat="server" AutoPostBack="true" CssClass="ddlS" OnSelectedIndexChanged="ddlTipoBusqueda_SelectedIndexChanged"></asp:DropDownList>
<br />
<br />
<asp:Label ID="lblBuscar" runat="server">Digite el valor de búsqueda &nbsp;&nbsp </asp:Label>
<asp:TextBox ID="txtConsulta" runat="server" CssClass="textBox"></asp:TextBox>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:DropDownList ID="ddlAnno" runat="server" CssClass="ddlS" Visible="False"></asp:DropDownList>
<asp:DropDownList ID="ddlMes" runat="server" CssClass="ddlS" Visible="False"></asp:DropDownList>
<br />
<br />
<br />
<br />
&nbsp;&nbsp;<br />
</div>
</div>
<div class="jumbotron" align="center">
<div >
<uc1:cuwBusquedaList ID="cuwBusquedaList" runat="server" />
</div>
<asp:Label ID="lblMensajeConsulta" Text="Últimos 10 registros" runat="server" ForeColor="Red"></asp:Label>
</div>
<%--Listado de Datos--%>
<%-- <td class="tabla" id="tdLista" runat="server" align="center">--%>
<div id="tdLista" runat="server" class="tabla">
<asp:GridView ID="grvListaDatos" runat="server" CellPadding="2" GridLines="None" AutoGenerateColumns="false" AllowPaging="True" PageSize="10" OnRowCommand="grvListaDatos_RowCommand"
OnPageIndexChanging="grvListaDatos_PageIndexChanging" OnRowDataBound="grvListaDatos_RowDataBound" CssClass="gridViewG" Font-Names="Verdana" Font-Size="16px">
<RowStyle BackColor="#EFF3FB" VerticalAlign="Middle" />
<AlternatingRowStyle BackColor="White" VerticalAlign="Middle" />
<PagerStyle CssClass="gridViewPaginacion" ForeColor="#44608c" HorizontalAlign="Center" />
<HeaderStyle Font-Bold="True" ForeColor="White" CssClass="gridViewHeader" />
<PagerSettings PageButtonCount="25" />
<Columns>
<asp:TemplateField>
<HeaderTemplate>
<%-- <input id="chkHeader" onclick="CheckAllGridViewItems(this);" type="checkbox" name="chkHeader" runat="server" />--%>
</HeaderTemplate>
<ItemTemplate>
<input id="chkItem" type="checkbox" name="chkItem" runat="server" />
</ItemTemplate>
</asp:TemplateField>
<asp:ButtonField ImageUrl="~/Images/MiniBotones/btnEditar.png" ButtonType="Image" CommandName="editar" />
</Columns>
<EmptyDataTemplate>
<div class="gridViewVacio">
<div class="gridViewCheck">
</div>
<div class="gridFilaVacia">
<div class="textoGrid">
<asp:Label ID="lblGridView" Text="No se obtuvieron resultados de su búsqueda" runat="server" />
</div>
</div>
</div>
</EmptyDataTemplate>
</asp:GridView>
<div class="detalleGridView">
<div class="Izquierda">
<asp:Label ID="lblTotalDatos" runat="server" Text="Registros: " CssClass="textoDetalleGridView" />
</div>
<div class="Derecha">
<asp:ImageButton ID="btnTraslado" ImageUrl="~/Images/MiniBotones/btnTraslado.png" CausesValidation="false" runat="server" OnClick="btnTraslado_Click" Width="20px" Visible="false" ToolTip="Traslado de expedientes" />
&nbsp;
<asp:ImageButton ID="btnRefrescar" ImageUrl="~/Images/MiniBotones/btnRefrescar.png" CausesValidation="false" runat="server" OnClick="btnRefrescar_Click" Width="20px" ToolTip="Actualizar" />
</div>
</div>
</div>
<%--Botonera Superior--%>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div id="tdBotoneraSuperior" runat="server" style="text-align: right" class="tabla">
<asp:Button runat="server" ID="btnProrroga" Text="Prórroga" OnClick="btnProrroga_Click" Height="28px" visible="false"/>
<asp:Button runat="server" ID="btnRevision" Text="Revisión" OnClick="btnRevision_Click" Height="28px" visible="false"/>
<asp:Button runat="server" ID="btnReutilizar" Text="Reutilizar" OnClick="btnReutilizar_Click" Height="28px" Visible="false" />
<asp:Button runat="server" ID="btnBuscar" Text="Nuevo" OnClick="btnBuscar_Click" Height="28px" Visible="false"/>
</div>
</div>
</div>
</div>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>