231 lines
10 KiB
Text
231 lines
10 KiB
Text
|
|
<%@ Page Title="Criterio Técnico Alcantarillado Sanitario" Language="C#" MasterPageFile="~/formulario.master" AutoEventWireup="true" CodeFile="frwValidacionFirma.aspx.cs" Inherits="Forms_Trans_frwValidacionFirma" %>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<asp:Content ID="BodyContent" ContentPlaceHolderID="ContenidoFormulario" Runat="Server">
|
|||
|
|
|
|||
|
|
<script src="../../Scripts/jquery-ui-1.11.4.js"></script>
|
|||
|
|
<script src="/../../Scripts/toastr.js" type="text/javascript"></script>
|
|||
|
|
<link href="/../../Content/toastr.css" rel="stylesheet" />
|
|||
|
|
<script src="/../../Scripts/bootstrap.js"></script>
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|||
|
|
<link href="../../Content/themes/ui-lightness/jquery-ui.css" rel="stylesheet" />
|
|||
|
|
<script src="../../Scripts/WebForms/General/cuwBusquedaList.js"></script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<style type="text/css">
|
|||
|
|
|
|||
|
|
body {
|
|||
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|||
|
|
margin: 0px;
|
|||
|
|
padding: 0px;
|
|||
|
|
font-family: Verdana;
|
|||
|
|
background: -webkit-radial-gradient(center, ellipse cover rgb(250, 252, 251) 0%, rgb(223, 240, 247) 100%);
|
|||
|
|
}
|
|||
|
|
.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: 10%;
|
|||
|
|
left: 5%;
|
|||
|
|
width: 99%;
|
|||
|
|
height: 99%;
|
|||
|
|
padding: 16px;
|
|||
|
|
border: 1px solid #000;
|
|||
|
|
background-color: white;
|
|||
|
|
z-index:5;
|
|||
|
|
overflow: auto;
|
|||
|
|
}
|
|||
|
|
.white_content_correo {
|
|||
|
|
display: none;
|
|||
|
|
position: absolute;
|
|||
|
|
top: 10%;
|
|||
|
|
left: 5%;
|
|||
|
|
width: 99%;
|
|||
|
|
|
|||
|
|
padding: 16px;
|
|||
|
|
border: 1px solid #000;
|
|||
|
|
background-color: white;
|
|||
|
|
z-index:5;
|
|||
|
|
overflow: auto;
|
|||
|
|
}
|
|||
|
|
#map {
|
|||
|
|
width: 600px;
|
|||
|
|
height: 410px;
|
|||
|
|
}
|
|||
|
|
input[type="checkbox"] {
|
|||
|
|
margin: 10px 0 10px 0;
|
|||
|
|
display: inline-block !important;
|
|||
|
|
}
|
|||
|
|
.nav-tabs > li, .nav-pills > li {
|
|||
|
|
float:none;
|
|||
|
|
display:inline-block;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.nav-tabs {
|
|||
|
|
text-align:center;
|
|||
|
|
}
|
|||
|
|
#menu {
|
|||
|
|
float: left;
|
|||
|
|
left: 50%;
|
|||
|
|
list-style-type: none;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
padding: 0;
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#menu li {
|
|||
|
|
float: left;
|
|||
|
|
position: relative;
|
|||
|
|
right: 50%;
|
|||
|
|
}
|
|||
|
|
.gridViewHeader > th:nth-child(2) {
|
|||
|
|
text-align: center!important;
|
|||
|
|
}
|
|||
|
|
.auto-style1 {
|
|||
|
|
height: 53px;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
|
|||
|
|
<asp:ScriptManager ID="ScripManager1" EnablePartialRendering="true" EnablePageMethods="True" runat="server">
|
|||
|
|
</asp:ScriptManager>
|
|||
|
|
<div id="lightCorreo" class="white_content_correo" width="100%" height="100%" >
|
|||
|
|
<div id="Panel8" class="panel panel-primary">
|
|||
|
|
<div class="panel-heading">
|
|||
|
|
<h3 class="panel-title">Enviar a revisión</h3>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<input id="btnSalirVentana" type="button" title="Salir" value="Salir" onclick="VentanaCerrarCorreo();"/>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div id="fadeCorreo" class="black_overlay"></div>
|
|||
|
|
<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>Validación y firma</legend>
|
|||
|
|
<%--<asp:Label ID="lblTitulo" runat="server" CssClass="lblTitulo" Text="Seleccionar Inspector"/>--%>
|
|||
|
|
</div>
|
|||
|
|
<!-- INSTRUCCIONES -->
|
|||
|
|
<div id="divInstrucciones">
|
|||
|
|
<%-- <asp:Label ID="lblInstrucciones" runat="server" Text=""/>--%>
|
|||
|
|
</div>
|
|||
|
|
<!-- SEPARADOR -->
|
|||
|
|
<div id="divSeparador1" class="divSeparador">
|
|||
|
|
</div>
|
|||
|
|
<div align="center" style="width: 100%">
|
|||
|
|
|
|||
|
|
<%-- **********************************************************************Datos Inferiores ********************************************************************************* --%> <asp:UpdatePanel ID="updPanel" runat="server">
|
|||
|
|
<ContentTemplate>
|
|||
|
|
<div align="center" style="height: 90%">
|
|||
|
|
|
|||
|
|
<div id="myTabContent" class="tab-content" style="padding-top: 5%">
|
|||
|
|
<div class="tab-pane fade " id="grid">
|
|||
|
|
<div id="Panel6" class="panel panel-primary">
|
|||
|
|
<div class="panel-heading">
|
|||
|
|
<h3 class="panel-title">Funcionarios para validación y firma</h3>
|
|||
|
|
</div>
|
|||
|
|
<div id="divDatosSuperiores" runat="server" style="width: 100%">
|
|||
|
|
<td colspan="5"><h4 style="text-align:center; color: #000000;">Número de Solicitud:
|
|||
|
|
<asp:Label ID="lblNumSolicitud" runat="server" Text="Label"></asp:Label>
|
|||
|
|
</h4></td>
|
|||
|
|
<div>
|
|||
|
|
<asp:DropDownList ID="ddlEncargadoRevision" runat="server" CssClass="ddlS"></asp:DropDownList>
|
|||
|
|
<asp:Button ID="btnEnviarRevision" runat="server" Text="Enviar" CssClass="botones" OnClick="btnEnviarRevision_Click" />
|
|||
|
|
</div>
|
|||
|
|
<%--Listado de Datos--%>
|
|||
|
|
<div id="tdLista" runat="server" class="tabla">
|
|||
|
|
<div id="Div1" runat="server" class="tabla">
|
|||
|
|
<asp:GridView ID="grvLista" runat="server" CellPadding="2" GridLines="None" AutoGenerateColumns="false" AllowPaging="True" PageSize="10"
|
|||
|
|
OnRowCommand="grvLista_RowCommand" OnPageIndexChanging="grvLista_PageIndexChanging" OnRowDataBound="grvLista_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>
|
|||
|
|
|
|||
|
|
<ItemTemplate>
|
|||
|
|
<input id="chkItem" type="checkbox" name="chkItem" runat="server"/>
|
|||
|
|
</ItemTemplate>
|
|||
|
|
</asp:TemplateField>--%>
|
|||
|
|
<%-- <asp:ButtonField ImageUrl="~/Images/MiniBotones/btnEditar.png" ButtonType="Image" CommandName="ver"/>--%>
|
|||
|
|
</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="btnRefrescar" ImageUrl="~/Images/MiniBotones/btnRefrescar.png" CausesValidation="false" runat="server" OnClick="btnRefrescar_Click" ToolTip="Actualizar"/>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
<%--Botonera Superior--%>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div id="divDatosInferiores" runat="server" visible="true">
|
|||
|
|
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
</ContentTemplate>
|
|||
|
|
<Triggers>
|
|||
|
|
<%--<asp:PostBackTrigger ControlID ="ddlProvincia" />--%>
|
|||
|
|
|
|||
|
|
<%--<asp:AsyncPostBackTrigger ControlID="rblCuentaPrevista" EventName="SelectedIndexChanged" />
|
|||
|
|
<asp:AsyncPostBackTrigger ControlID="rblDisponibilidadAS" EventName="SelectedIndexChanged" />
|
|||
|
|
<asp:AsyncPostBackTrigger ControlID="rblRequiereCCR" EventName="SelectedIndexChanged" />--%>
|
|||
|
|
<%--<asp:AsyncPostBackTrigger ControlID="btnFirmar" EventName="Click" />--%>
|
|||
|
|
|
|||
|
|
<%--<asp:AsyncPostBackTrigger ControlID="rblExisteCCH" EventName="SelectedIndexChanged" />
|
|||
|
|
<asp:AsyncPostBackTrigger ControlID="btnHabilitar" EventName="Click" />--%>
|
|||
|
|
|
|||
|
|
|
|||
|
|
</Triggers>
|
|||
|
|
</asp:UpdatePanel>
|
|||
|
|
|
|||
|
|
</asp:Content>
|
|||
|
|
|