1424 lines
89 KiB
Text
1424 lines
89 KiB
Text
<%@ Page Title="Criterio Técnico Alcantarillado Sanitario" Language="C#" MasterPageFile="~/formulario.master" AutoEventWireup="true" CodeFile="frwCriterioAS.aspx.cs" Inherits="Forms_Trans_frwCriterioAS" %>
|
||
|
||
|
||
<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>
|
||
|
||
|
||
<script src="../../Scripts/gmaps.js"></script>
|
||
|
||
<%--firma digital--%>
|
||
<link href="../../hfda/HermesFDA.css" rel="stylesheet" />
|
||
<script src="../../hfda/msrcrypto.min.js"></script>
|
||
<script src="../../hfda/HermesFDAParams.js"></script>
|
||
<script src="../../hfda/HermesMsg.js"></script>
|
||
<script src="../../hfda/HermesFDARemote.js"></script>
|
||
<script src="../../hfda/HermesFDA.js"></script>
|
||
<script src="../../hfda/HermesFDAChrome.js"></script>
|
||
<script src="../../Scripts/dhtml.js"></script>
|
||
<script src="../../Scripts/debug.js"></script>
|
||
<script src="../../Scripts/common.js"></script>
|
||
|
||
<script language="javascript" type="text/javascript">
|
||
|
||
|
||
</script>
|
||
<%--fin firma digital--%>
|
||
|
||
<script type="text/javascript">
|
||
var urlFirmadorWeb = "<%=UrlFirmadorWeb%>";
|
||
function AbrirFirmadorWeb() {
|
||
|
||
var ventanaFirmador = window.open('', "_blank",
|
||
"height=650,width=850,location=0,menubar=0,titlebar=0,toolbar=0", false);
|
||
ventanaFirmador.location = urlFirmadorWeb;
|
||
ventanaFirmador.focus();
|
||
var timer = setInterval(
|
||
function () {
|
||
if (ventanaFirmador.closed) {
|
||
clearInterval(timer);
|
||
window.location.reload(true);
|
||
var boton = document.getElementById('<%=btnGuardarPDF.ClientID%>');
|
||
|
||
boton.click();
|
||
}
|
||
},
|
||
500);
|
||
}
|
||
function abrirPDF(strRuta) {
|
||
//alert(strRuta);
|
||
//window.location = strRuta;
|
||
window.open(strRuta, '', '_blank', 'width=500,height=245,left=350,top=400');
|
||
}
|
||
function VentanaAbrir() {
|
||
document.getElementById('light').style.display = 'block';
|
||
document.getElementById('fade').style.display = 'block';
|
||
}
|
||
|
||
function VentanaCerrar() {
|
||
document.getElementById('light').style.display = 'none';
|
||
document.getElementById('fade').style.display = 'none'
|
||
}
|
||
function VentanaAbrirCorreo() {
|
||
document.getElementById('lightCorreo').style.display = 'block';
|
||
document.getElementById('fadeCorreo').style.display = 'block';
|
||
}
|
||
function VentanaCerrarCorreo() {
|
||
document.getElementById('lightCorreo').style.display = 'none';
|
||
document.getElementById('fadeCorreo').style.display = 'none';
|
||
inicializaTab('grid');
|
||
|
||
}
|
||
function VentanaCerrarFormularioAP() {
|
||
document.getElementById('lightFormularioAS').style.display = 'none';
|
||
window.location.href = '../wfrLogin.aspx?sesion=expiro';
|
||
window.parent.VentanaCerrarActividades(); window.parent.VentanaCerrarFormularioAP();
|
||
}
|
||
function inicializaTab(varTab, varMensaje,varDetalleMensaje) {
|
||
|
||
$('.nav-tabs a[href="#' + varTab + '"]').tab('show');
|
||
$('#search').on('click', function () {
|
||
// Obtenemos la dirección y la asignamos a una variable
|
||
var address = $('#address').val();
|
||
if (address != '') {
|
||
// Creamos el Objeto Geocoder
|
||
var geocoder = new google.maps.Geocoder();
|
||
|
||
// Hacemos la petición indicando la dirección e invocamos la función
|
||
// geocodeResult enviando todo el resultado obtenido
|
||
geocoder.geocode({ 'address': address }, geocodeResult);
|
||
document.getElementById('mostrarMapa').style.display = 'block';
|
||
}
|
||
});
|
||
|
||
if(varMensaje == 'Error')
|
||
{
|
||
toastr["error"]("Debe seleccionar el tipo de proyecto para esta solicitud.", "SIGDD");
|
||
toastr.options = {
|
||
"closeButton": true,
|
||
"debug": false,
|
||
"newestOnTop": false,
|
||
"progressBar": false,
|
||
"positionClass": "toast-bottom-full-width",
|
||
"preventDuplicates": false,
|
||
"onclick": null,
|
||
"showDuration": "1300",
|
||
"hideDuration": "1000",
|
||
"timeOut": "10000",
|
||
"extendedTimeOut": "1000",
|
||
"showEasing": "swing",
|
||
"hideEasing": "linear",
|
||
"showMethod": "fadeIn",
|
||
"hideMethod": "fadeOut"
|
||
};
|
||
|
||
|
||
}
|
||
|
||
if(varMensaje == 'Alerta') {
|
||
toastr["warning"]("Se deben completar los datos del formulario.", "SIGDD");
|
||
toastr.options = {
|
||
"closeButton": true,
|
||
"debug": false,
|
||
"newestOnTop": false,
|
||
"progressBar": false,
|
||
"positionClass": "toast-bottom-full-width",
|
||
"preventDuplicates": false,
|
||
"onclick": null,
|
||
"showDuration": "1300",
|
||
"hideDuration": "1000",
|
||
"timeOut": "10000",
|
||
"extendedTimeOut": "1000",
|
||
"showEasing": "swing",
|
||
"hideEasing": "linear",
|
||
"showMethod": "fadeIn",
|
||
"hideMethod": "fadeOut"
|
||
};
|
||
|
||
}
|
||
|
||
if (varMensaje == 'Mensaje') {
|
||
toastr["warning"]("Se deben completar los datos del formulario. El campo pendiente es " + varDetalleMensaje + ".", "SIGDD");
|
||
toastr.options = {
|
||
"closeButton": true,
|
||
"debug": false,
|
||
"newestOnTop": false,
|
||
"progressBar": false,
|
||
"positionClass": "toast-bottom-full-width",
|
||
"preventDuplicates": false,
|
||
"onclick": null,
|
||
"showDuration": "1300",
|
||
"hideDuration": "1000",
|
||
"timeOut": "10000",
|
||
"extendedTimeOut": "1000",
|
||
"showEasing": "swing",
|
||
"hideEasing": "linear",
|
||
"showMethod": "fadeIn",
|
||
"hideMethod": "fadeOut"
|
||
};
|
||
if (varDetalleMensaje == 'Latitud')
|
||
$('#address').focus();
|
||
if (varDetalleMensaje == 'Longitud')
|
||
$('#address').focus();
|
||
}
|
||
if (varMensaje == 'Exitoso') {
|
||
toastr["succes"]("Guardado exitoso.", "SIGDD");
|
||
toastr.options = {
|
||
"closeButton": true,
|
||
"debug": false,
|
||
"newestOnTop": false,
|
||
"progressBar": false,
|
||
"positionClass": "toast-bottom-full-width",
|
||
"preventDuplicates": false,
|
||
"onclick": null,
|
||
"showDuration": "1300",
|
||
"hideDuration": "1000",
|
||
"timeOut": "10000",
|
||
"extendedTimeOut": "1000",
|
||
"showEasing": "swing",
|
||
"hideEasing": "linear",
|
||
"showMethod": "fadeIn",
|
||
"hideMethod": "fadeOut"
|
||
};
|
||
|
||
}
|
||
if (varMensaje == 'revision') {
|
||
toastr["warning"]("El formulario actual tiene una revisión.", "SIGDD");
|
||
toastr.options = {
|
||
"closeButton": true,
|
||
"debug": false,
|
||
"newestOnTop": false,
|
||
"progressBar": false,
|
||
"positionClass": "toast-bottom-full-width",
|
||
"preventDuplicates": false,
|
||
"onclick": null,
|
||
"showDuration": "1300",
|
||
"hideDuration": "1000",
|
||
"timeOut": "10000",
|
||
"extendedTimeOut": "1000",
|
||
"showEasing": "swing",
|
||
"hideEasing": "linear",
|
||
"showMethod": "fadeIn",
|
||
"hideMethod": "fadeOut"
|
||
};
|
||
|
||
}
|
||
if (varMensaje == 'existe') {
|
||
toastr["warning"]("Ya existe un formulario asignado no se puede agregar uno nuevo.", "SIGDD");
|
||
toastr.options = {
|
||
"closeButton": true,
|
||
"debug": false,
|
||
"newestOnTop": false,
|
||
"progressBar": false,
|
||
"positionClass": "toast-bottom-full-width",
|
||
"preventDuplicates": false,
|
||
"onclick": null,
|
||
"showDuration": "1300",
|
||
"hideDuration": "1000",
|
||
"timeOut": "10000",
|
||
"extendedTimeOut": "1000",
|
||
"showEasing": "swing",
|
||
"hideEasing": "linear",
|
||
"showMethod": "fadeIn",
|
||
"hideMethod": "fadeOut"
|
||
};
|
||
|
||
}
|
||
if ($("#ContenidoFormulario_txtLatitud").val() != '' && $("#ContenidoFormulario_txtLongitud").val() != '') {
|
||
myMap($("#ContenidoFormulario_txtLatitud").val(), $("#ContenidoFormulario_txtLongitud").val());
|
||
}
|
||
|
||
if (varTab == 'formulario') {
|
||
window.parent.document.getElementById('MainContent_cuwVentanaEmergenteObservaciones2_btnAbrir').style.display = 'none';
|
||
}
|
||
if (varTab == 'grid') {
|
||
window.parent.document.getElementById('MainContent_cuwVentanaEmergenteObservaciones2_btnAbrir').style.display = 'block';
|
||
}
|
||
}
|
||
function MensajeInformativo(mensaje) {
|
||
toastr["warning"](mensaje, "SIGDD");
|
||
toastr.options = {
|
||
"closeButton": true,
|
||
"debug": false,
|
||
"newestOnTop": false,
|
||
"progressBar": false,
|
||
"positionClass": "toast-bottom-full-width",
|
||
"preventDuplicates": false,
|
||
"onclick": null,
|
||
"showDuration": "1300",
|
||
"hideDuration": "1000",
|
||
"timeOut": "10000",
|
||
"extendedTimeOut": "1000",
|
||
"showEasing": "swing",
|
||
"hideEasing": "linear",
|
||
"showMethod": "fadeIn",
|
||
"hideMethod": "fadeOut"
|
||
};
|
||
}
|
||
$(document).ready(function ($) {
|
||
|
||
$('#ContenidoFormulario_grvListaVisitaSolicitud td:nth-child(7) > input[type="image"]').attr('title', 'Ver formulario')
|
||
$('#ContenidoFormulario_grvListaVisitaSolicitud td:nth-child(8) > input[type="image"]').attr('title', 'Enviar a revisión')
|
||
// document.getElementById('ContenidoFormulario_divDatosInferiores').style.display = 'none';
|
||
$('#search').on('click', function () {
|
||
// Obtenemos la dirección y la asignamos a una variable
|
||
var address = $('#address').val();
|
||
if (address != '') {
|
||
// Creamos el Objeto Geocoder
|
||
var geocoder = new google.maps.Geocoder();
|
||
|
||
// Hacemos la petición indicando la dirección e invocamos la función
|
||
// geocodeResult enviando todo el resultado obtenido
|
||
geocoder.geocode({ 'address': address }, geocodeResult);
|
||
document.getElementById('mostrarMapa').style.display = 'block';
|
||
inicializaTab('formulario', '', '');
|
||
}
|
||
});
|
||
|
||
|
||
|
||
});
|
||
|
||
function exportarPDF() {
|
||
mapa = $("#ContenidoFormulario_mostrarMapa").html();
|
||
$("#map").remove();
|
||
botoneratmp = $("#trBotonera").html();
|
||
$("#botonera").remove();
|
||
$("#aGis").hide();
|
||
|
||
$("#ContenidoFormulario_revCoordenadasArriba").hide();
|
||
$("#ContenidoFormulario_revCoordenadasAbajo").hide();
|
||
$("#ContenidoFormulario_rfvCaudalReservado").hide();
|
||
var datos = {
|
||
Cuerpo: $('#tblDatosProyecto').html(),
|
||
strNombre: $("#ContenidoFormulario_lblNumSolicitud").text()
|
||
};
|
||
EnviarAjax(datos);
|
||
//mapa = $("#ContenidoFormulario_mostrarMapa").html();
|
||
//document.getElementById('botonera').style.display = 'none';
|
||
|
||
//$("#map").remove();
|
||
toDataURL("https://maps.googleapis.com/maps/api/staticmap?center=" + $("#ContenidoFormulario_txtLatitud").val() + ", " + $("#ContenidoFormulario_txtLongitud").val() + "&zoom=14&size=400x400&key=AIzaSyAlyGomB7ELwey-ccIFw3j0rgvn3FK05kE&libraries=places&callback=initAutocomplete", function (dataUrl) {
|
||
dataRespuesta = dataUrl
|
||
})
|
||
};
|
||
|
||
function toDataURL(url, callback) {
|
||
var xhr = new XMLHttpRequest();
|
||
xhr.onload = function () {
|
||
var reader = new FileReader();
|
||
reader.onloadend = function () {
|
||
callback(reader.result);
|
||
|
||
|
||
//se crea el tag con la imagen estatica
|
||
var imgMapa = "<img id='Mapaestatico' style='width: 300px; height: 210px;' src='" + reader.result + "'/>";
|
||
$("#ContenidoFormulario_mostrarMapa").append(imgMapa);
|
||
//alert(imgMapa);
|
||
var datos = {
|
||
Cuerpo: $('#tblDatosProyecto').html(),
|
||
strNombre: $("#ContenidoFormulario_lblNumSolicitud").text()
|
||
};
|
||
EnviarAjax(datos);
|
||
}
|
||
reader.readAsDataURL(xhr.response);
|
||
};
|
||
xhr.open('GET', url);
|
||
xhr.responseType = 'blob';
|
||
xhr.send();
|
||
}
|
||
|
||
function EnviarAjax(datos) {
|
||
$.ajax({
|
||
type: 'POST',
|
||
url: "frwCriterioAS.aspx/CrearDocumentoPDF",
|
||
cache: false,
|
||
data: JSON.stringify(datos),
|
||
contentType: 'application/json; charset=utf-8',
|
||
dataType: 'json',
|
||
success: function (response, data) {
|
||
// var win = window.open(response.d, '_blank');
|
||
// alert(response.d);
|
||
$("#Mapaestatico").remove();
|
||
//$("#map").show();
|
||
$("#ContenidoFormulario_mostrarMapa").append(mapa);
|
||
|
||
$("#trBotonera").append(botoneratmp);
|
||
$("#aGis").show();
|
||
|
||
$("#ContenidoFormulario_revCoordenadasArriba").show();
|
||
$("#ContenidoFormulario_revCoordenadasAbajo").show();
|
||
$("#ContenidoFormulario_rfvCaudalReservado").show();
|
||
|
||
document.getElementById('botonera').style.display = 'block';
|
||
}
|
||
}).fail(function (jqxhr, textStatus, error) {
|
||
// alert('error');
|
||
inicializaTab('grid','Exitoso');
|
||
}).then(function (value) {
|
||
//alert('entonces');
|
||
inicializaTab('grid','Exitoso');
|
||
});
|
||
}
|
||
|
||
function habilitarNuevo()
|
||
{
|
||
document.getElementById('ContenidoFormulario_divDatosSuperiores').style.display = 'none';
|
||
document.getElementById('ContenidoFormulario_divDatosInferiores').style.display = 'block';
|
||
}
|
||
function habilitarGrid() {
|
||
document.getElementById('ContenidoFormulario_divDatosSuperiores').style.display = 'block';
|
||
document.getElementById('ContenidoFormulario_divDatosInferiores').style.display = 'none';
|
||
}
|
||
function myMap(latitud,longitud) {
|
||
if (latitud != "" && longitud != "" && latitud != undefined && longitud != undefined) {
|
||
var mapCanvas = document.getElementById("map");
|
||
var myCenter = new google.maps.LatLng(latitud, longitud);
|
||
var mapOptions = { center: myCenter, zoom: 18 };
|
||
var map = new google.maps.Map(mapCanvas, mapOptions);
|
||
google.maps.event.addListener(map, 'click', function (event) {
|
||
placeMarker(map, event.latLng);
|
||
});
|
||
|
||
document.getElementById('mostrarMapa').style.display = 'block';
|
||
|
||
}
|
||
else
|
||
{
|
||
document.getElementById('mostrarMapa').style.display = 'none';
|
||
|
||
}
|
||
}
|
||
function buscar() {
|
||
|
||
// Obtenemos la dirección y la asignamos a una variable
|
||
var address = $('#address').val();
|
||
// Creamos el Objeto Geocoder
|
||
var geocoder = new google.maps.Geocoder();
|
||
if (address != '') {
|
||
// Hacemos la petición indicando la dirección e invocamos la función
|
||
// geocodeResult enviando todo el resultado obtenido
|
||
geocoder.geocode({ 'address': address }, geocodeResult);
|
||
document.getElementById('mostrarMapa').style.display = 'block';
|
||
}
|
||
|
||
}
|
||
function anular(e) {
|
||
tecla = (document.all) ? e.keyCode : e.which;
|
||
return (tecla != 13);
|
||
}
|
||
function placeMarker(map, location) {
|
||
//var marker = new google.maps.Marker({
|
||
// position: location,
|
||
// map: map
|
||
//});
|
||
//var infowindow = new google.maps.InfoWindow({
|
||
// content: 'Latitude: ' + location.lat() + '<br>Longitude: ' + location.lng()
|
||
//});
|
||
//infowindow.open(map, marker);
|
||
$("#ContenidoFormulario_txtLongitud").val(location.lng());
|
||
$("#ContenidoFormulario_txtLatitud").val(location.lat());
|
||
}
|
||
|
||
|
||
function geocodeResult(results, status) {
|
||
// Verificamos el estatus
|
||
if (status == 'OK') {
|
||
// Si hay resultados encontrados, centramos y repintamos el mapa
|
||
// esto para eliminar cualquier pin antes puesto
|
||
var mapOptions = {
|
||
center: results[0].geometry.location,
|
||
mapTypeId: google.maps.MapTypeId.ROADMAP
|
||
};
|
||
map = new google.maps.Map($("#map").get(0), mapOptions);
|
||
// fitBounds acercará el mapa con el zoom adecuado de acuerdo a lo buscado
|
||
map.fitBounds(results[0].geometry.viewport);
|
||
// Dibujamos un marcador con la ubicación del primer resultado obtenido
|
||
var markerOptions = { position: results[0].geometry.location }
|
||
//var marker = new google.maps.Marker(markerOptions);
|
||
//marker.setMap(map);
|
||
//var map = new google.maps.Map(map, markerOptions);
|
||
google.maps.event.addListener(map, 'click', function (event) {
|
||
placeMarker(map, event.latLng);
|
||
});
|
||
} else {
|
||
// En caso de no haber resultados o que haya ocurrido un error
|
||
// lanzamos un mensaje con el error
|
||
alert("No se encontro la dirección debido a: " + status);
|
||
}
|
||
}
|
||
function habilitar() {
|
||
|
||
var boton = document.getElementById('<%=btnHabilitar.ClientID%>');
|
||
|
||
boton.click();
|
||
|
||
}
|
||
|
||
|
||
</script>
|
||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAlyGomB7ELwey-ccIFw3j0rgvn3FK05kE&libraries=places&callback=initAutocomplete"></script>
|
||
|
||
<style type="text/css">
|
||
.fixWidth tr td { width: 10%; }
|
||
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: 100%;
|
||
|
||
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;
|
||
}
|
||
|
||
#cuwVentanaEmergenteObservaciones {
|
||
vertical-align: middle !important;
|
||
|
||
position: relative !important;
|
||
}
|
||
</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>
|
||
<asp:DropDownList ID="ddlEncargadoRevision" runat="server" CssClass="ddlS"></asp:DropDownList>
|
||
|
||
<asp:Button ID="btnEnviarRevision" runat="server" Text="Enviar" CssClass="botones" OnClick="btnEnviarRevision_Click" />
|
||
<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>Formulario de inspección de alcantarillado sanitario</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>
|
||
|
||
|
||
<%-- **********************************************************************Datos Inferiores ********************************************************************************* --%>
|
||
<asp:UpdatePanel ID="updPanel" runat="server">
|
||
<ContentTemplate>
|
||
<div align="center" style="height: 90%">
|
||
<ul class="nav nav-tabs" role="tablist" id="menu">
|
||
<li><a href="#grid" data-toggle="tab" onclick="inicializaTab('grid');" aria-expanded="true" >Formularios</a></li>
|
||
<li><a href="#formulario" onclick="habilitar();" data-toggle="tab" aria-expanded="false">Nuevo</a></li>
|
||
</ul>
|
||
<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">Lista de formularios</h3>
|
||
</div>
|
||
<div id="divDatosSuperiores" runat="server" style="width: 100%">
|
||
|
||
|
||
<%--Listado de Datos--%>
|
||
<div id="Div1" runat="server" class="tabla">
|
||
<asp:GridView ID="grvListaVisitaSolicitud" runat="server" CellPadding="2" GridLines="None" AutoGenerateColumns="false" AllowPaging="True" PageSize="10"
|
||
OnRowCommand="grvListaVisitaSolicitud_RowCommand" OnPageIndexChanging="grvListaVisitaSolicitud_PageIndexChanging" OnRowDataBound="grvListaVisitaSolicitud_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--%>
|
||
|
||
</d>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="tab-pane fade " id="formulario">
|
||
<div id="Panel7" class="panel panel-primary">
|
||
<div class="panel-heading">
|
||
<h3 class="panel-title">Formulario</h3>
|
||
</div>
|
||
<div id="divDatosInferiores" runat="server" visible="true">
|
||
<%--Consultar--%>
|
||
<div >
|
||
<div align="center" id=" " >
|
||
|
||
|
||
|
||
<table id="tblDatosProyecto" style="border-width: medium; border-color: #BFBFBF; text-align:left;margin-left:30px" border="0" class="table-responsive">
|
||
<tr>
|
||
<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>
|
||
</tr>
|
||
<tr>
|
||
<td style="width:50%">
|
||
<legend> Datos de campo </legend>
|
||
<div><input type="text" maxlength="100" id="address" onkeydown="if (event.keyCode == 13) { return false; }" placeholder="Dirección" /> <input type="button" id="search" value="Buscar" onkeypress="buscar();"/>
|
||
<a target="_blank" href="http://vprod-app-sig/flexviewers/Catastro_Usuarios/" type="" id="aGis" ><img src="/Images/MiniBotones/GIS.png" title="GIS" width="25" height="25" /></a>
|
||
</div>
|
||
<div runat="server">Latitud <asp:TextBox ID="txtLatitud" CssClass="textBox" runat="server" Enabled="true"></asp:TextBox>
|
||
Longitud <asp:TextBox ID="txtLongitud" runat="server" CssClass="textBox" Enabled="true" ></asp:TextBox></div>
|
||
</td>
|
||
|
||
<td style="width:50%;padding-bottom:150px;">Croquis infraestructura existente
|
||
<div id="mostrarMapa">
|
||
|
||
|
||
|
||
<div id="map" style="position: absolute;" ></div></div>
|
||
</td>
|
||
<td colspan="2">
|
||
</td>
|
||
<td >
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="width:50%">
|
||
<br />
|
||
<legend>Caracteristicas del servicio</legend>
|
||
<table>
|
||
<tr>
|
||
<td>Existe NIS abasteciendo la propiedad: </td>
|
||
<td ><asp:RadioButtonList ID="rblExisteNis" OnSelectedIndexChanged="rblExisteNis_SelectedIndexChanged" AutoPostBack="true" RepeatDirection="Horizontal" Enabled="false" RepeatLayout="Table" runat="server">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList></td>
|
||
<td> Cual? </td><td><asp:TextBox ID="txtNisExistente" CssClass="textBox" runat="server"></asp:TextBox></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td>Estructura en la propiedad existente: </td>
|
||
<td ><asp:RadioButtonList ID="rblEstructuraExistente" RepeatDirection="Horizontal" AutoPostBack="true" OnSelectedIndexChanged="rblEstructuraExistente_SelectedIndexChanged" RepeatLayout="Table" runat="server">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList></td>
|
||
<td> Tipo de <br />estructura </td><td><asp:TextBox ID="txtTipoEstructuraExistente" Enabled="false" CssClass="textBox" runat="server"></asp:TextBox></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td>Existe disponibilidad asociada: </td>
|
||
<td ><asp:RadioButtonList ID="rblExisteDisponibilidad" RepeatDirection="Horizontal" AutoPostBack="true" OnSelectedIndexChanged="rblExisteDisponibilidad_SelectedIndexChanged" RepeatLayout="Table" runat="server">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList></td>
|
||
<td> Cual? </td><td><asp:TextBox ID="txtDisponibilidadAsociada" CssClass="textBox" Enabled="false" runat="server"></asp:TextBox></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2">
|
||
En caso de condominio indicar el oficio de recepcion de obras por parte del AyA
|
||
</td>
|
||
|
||
<td></td><td><asp:TextBox ID="txtOficioRecepcion" CssClass="textBox" runat="server"></asp:TextBox></td>
|
||
<td> </td>
|
||
</tr>
|
||
</table>
|
||
|
||
</td>
|
||
|
||
|
||
<%--<td style="width:50%" colspan="3">
|
||
|
||
</td>
|
||
|
||
<td >
|
||
|
||
</td>--%>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5">
|
||
<br />
|
||
<legend>Zonas de presión </legend></td>
|
||
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
|
||
<td colspan="5" style="text-align:left;">
|
||
<table style="text-align:left;" class="table-responsive">
|
||
<tr>
|
||
<td colspan="5">Sistema asociado <asp:TextBox ID="txtSistemaAsociado" MaxLength="300" runat="server" ></asp:TextBox> </td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5">Caudal reservado <asp:TextBox ID="txtCaudalReservado" Enabled="false" runat="server" ></asp:TextBox> m³</td>
|
||
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td><strong>Pozo aguas arriba</strong> </td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td> </td>
|
||
|
||
<td> </td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" style="text-align:left;">
|
||
<table style="text-align:left;">
|
||
<tr>
|
||
<td>No localizado: <asp:CheckBox ID="chkNoLocalizadoPozoAguaArriba" AutoPostBack="true" OnCheckedChanged="chkNoLocalizadoPozoAguaArriba_CheckedChanged" MaxLength="300" runat="server" ></asp:CheckBox> </td>
|
||
|
||
<td>Coordenadas: <asp:TextBox ID="txtCoordenadasPozoAguaArriba" runat="server"></asp:TextBox> </td>
|
||
|
||
|
||
<td>Profundidad: <asp:TextBox ID="txtProfundidadPozoAguaArriba" MaxLength="300" runat="server" ></asp:TextBox></td>
|
||
<td> </td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5">Diametro: <asp:RadioButtonList ID="rblDiametroPozoAguaArriba" runat="server" Enabled="false" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="150" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="200" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="250" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="300" Value="4"></asp:ListItem>
|
||
<asp:ListItem Text="350" Value="5"></asp:ListItem>
|
||
<asp:ListItem Text="375" Value="6"></asp:ListItem>
|
||
<asp:ListItem Text="400" Value="7"></asp:ListItem>
|
||
<asp:ListItem Text="450" Value="8"></asp:ListItem>
|
||
<asp:ListItem Text="500" Value="9"></asp:ListItem>
|
||
<asp:ListItem Text="550" Value="10"></asp:ListItem>
|
||
<asp:ListItem Text="600" Value="11"></asp:ListItem>
|
||
<asp:ListItem Text="650" Value="12"></asp:ListItem>
|
||
<asp:ListItem Text="700" Value="13"></asp:ListItem>
|
||
<asp:ListItem Text="750" Value="14"></asp:ListItem>
|
||
<asp:ListItem Text="800" Value="15"></asp:ListItem>
|
||
<asp:ListItem Text="850" Value="16"></asp:ListItem>
|
||
<asp:ListItem Text="900" Value="17"></asp:ListItem>
|
||
<asp:ListItem Text="950" Value="18"></asp:ListItem>
|
||
<asp:ListItem Text="1000" Value="19"></asp:ListItem>
|
||
<asp:ListItem Text="1050" Value="20"></asp:ListItem>
|
||
<asp:ListItem Text="1100" Value="21"></asp:ListItem>
|
||
<asp:ListItem Text="1150" Value="22"></asp:ListItem>
|
||
<asp:ListItem Text="1200" Value="23"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
</tr>
|
||
<tr>
|
||
<td>Material: <asp:RadioButtonList ID="rblMaterialPozoAguaArriba" CellSpacing = "10" runat="server" AutoPostBack="true" OnSelectedIndexChanged="rblMaterialPozoAguaArriba_SelectedIndexChanged" Enabled="false" CssClass="fixWidth" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Concreto" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="PVC" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="Alcarraza" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="Asbesto" Value="4"></asp:ListItem>
|
||
<asp:ListItem Text="Cemento" Value="5"></asp:ListItem>
|
||
<asp:ListItem Text="Politileno" Value="6"></asp:ListItem>
|
||
<asp:ListItem Text="Otro" Value="7"></asp:ListItem>
|
||
|
||
</asp:RadioButtonList>
|
||
</td>
|
||
<td colspan="2"> <div id="dvOtroMaterialPozoAguasArriba" runat="server" >
|
||
Otro material: <asp:TextBox ID="txtOtroMaterialPozoAguasArriba" runat="server" ></asp:TextBox>
|
||
</div>
|
||
|
||
</td>
|
||
|
||
<td> </td>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><strong>Pozo aguas abajo</strong> </td>
|
||
<td> </td>
|
||
<td> </td>
|
||
<td> </td>
|
||
|
||
<td> </td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" style="text-align:left;">
|
||
<table style="text-align:left;">
|
||
<tr>
|
||
<td>No localizado: <asp:CheckBox ID="chkNoLocalizadoPozoAguaAbajo" AutoPostBack="true" OnCheckedChanged="chkNoLocalizadoPozoAguaAbajo_CheckedChanged" MaxLength="300" runat="server" ></asp:CheckBox> </td>
|
||
|
||
<td>Coordenadas: <asp:TextBox ID="txtCoordenadasPozoAguaAbajo" Enabled="false" runat="server"></asp:TextBox> </td>
|
||
|
||
|
||
<td>Profundidad: <asp:TextBox ID="txtProfundidadPozoAguaAbajo" Enabled="false" MaxLength="300" runat="server" ></asp:TextBox> </td>
|
||
<td> </td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5">Diametro: <asp:RadioButtonList ID="rblDiametroPozoAguaAbajo" runat="server" Enabled="false" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="150" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="200" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="250" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="300" Value="4"></asp:ListItem>
|
||
<asp:ListItem Text="350" Value="5"></asp:ListItem>
|
||
<asp:ListItem Text="375" Value="6"></asp:ListItem>
|
||
<asp:ListItem Text="400" Value="7"></asp:ListItem>
|
||
<asp:ListItem Text="450" Value="8"></asp:ListItem>
|
||
<asp:ListItem Text="500" Value="9"></asp:ListItem>
|
||
<asp:ListItem Text="550" Value="10"></asp:ListItem>
|
||
<asp:ListItem Text="600" Value="11"></asp:ListItem>
|
||
<asp:ListItem Text="650" Value="12"></asp:ListItem>
|
||
<asp:ListItem Text="700" Value="13"></asp:ListItem>
|
||
<asp:ListItem Text="750" Value="14"></asp:ListItem>
|
||
<asp:ListItem Text="800" Value="15"></asp:ListItem>
|
||
<asp:ListItem Text="850" Value="16"></asp:ListItem>
|
||
<asp:ListItem Text="900" Value="17"></asp:ListItem>
|
||
<asp:ListItem Text="950" Value="18"></asp:ListItem>
|
||
<asp:ListItem Text="1000" Value="19"></asp:ListItem>
|
||
<asp:ListItem Text="1050" Value="20"></asp:ListItem>
|
||
<asp:ListItem Text="1100" Value="21"></asp:ListItem>
|
||
<asp:ListItem Text="1150" Value="22"></asp:ListItem>
|
||
<asp:ListItem Text="1200" Value="23"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
</tr>
|
||
<tr>
|
||
<td>Material: <asp:RadioButtonList ID="rblMaterialPozoAguaAbajo" runat="server" Enabled="false" AutoPostBack="true" OnSelectedIndexChanged="rblMaterialPozoAguaAbajo_SelectedIndexChanged" RepeatDirection="Horizontal" CssClass="fixWidth" RepeatLayout="Table">
|
||
<asp:ListItem Text="Concreto" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="PVC" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="Alcarraza" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="Asbesto" Value="4"></asp:ListItem>
|
||
<asp:ListItem Text="Cemento" Value="5"></asp:ListItem>
|
||
<asp:ListItem Text="Politileno" Value="6"></asp:ListItem>
|
||
<asp:ListItem Text="Otro" Value="7"></asp:ListItem>
|
||
|
||
</asp:RadioButtonList>
|
||
</td>
|
||
<td colspan="2"><div id="dvOtroMaterialPozoAguasAbajo" runat="server" >
|
||
Otro material: <asp:TextBox ID="txtOtroMaterialPozoAguasAbajo" runat="server" ></asp:TextBox>
|
||
</div>
|
||
|
||
</td>
|
||
<td> </td>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
|
||
<tr>
|
||
<td colspan="5"><strong>Carpeta de rodamiento</strong> </td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"> <asp:RadioButtonList ID="rblCarpetaRodamiento" runat="server" CssClass="fixWidth" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Asfalto" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="Concreto" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="Lastre" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="Adoquines" Value="4"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
</tr>
|
||
<%--<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>--%>
|
||
<tr>
|
||
<td colspan="5"><strong>Existen cajas de registro(vecinos):</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><asp:RadioButtonList ID="rblExisteCajaRegistro" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><strong>Existe posibilidad de conexión a gravedad:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><asp:RadioButtonList ID="rblExistePosibilidadConexionGravedad" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><strong>Existe red de alcantarillado:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><asp:RadioButtonList ID="rblExisteRedAlcantarillado" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><strong>Se cobra el servicio en la manzana:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><asp:RadioButtonList ID="rblCobraServicioManzana" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5"><strong>Existe red de alcantarillado prevista:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><asp:RadioButtonList ID="rblExisteRedAlcantarilladoPrevista" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><strong>Cuenta con prevista:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td ><asp:RadioButtonList ID="rblCuentaPrevista" runat="server" AutoPostBack="true" CssClass="fixWidth" OnSelectedIndexChanged="rblCuentaPrevista_SelectedIndexChanged" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="No visible" Value="5"></asp:ListItem>
|
||
<asp:ListItem Text="No conectado" Value="6"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
<td colspan="2">Diámetro: <asp:RadioButtonList ID="rblDiametroPrevista" runat="server" Enabled="false" RepeatDirection="Vertical" RepeatLayout="Table">
|
||
<asp:ListItem Text="100" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="150" Value="2"></asp:ListItem>
|
||
|
||
|
||
</asp:RadioButtonList></td>
|
||
|
||
<td> </td>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><strong>Tipo de Te de registro:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="1"><asp:RadioButtonList ID="rblTipoCajaRegistro" runat="server" CssClass="fixWidth" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="H-100 mm" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="H-150 mm" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="V-100 mm" Value="6"></asp:ListItem>
|
||
<asp:ListItem Text="V-150 mm" Value="8"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
<td colspan="2">Observaciones: <asp:TextBox ID="txtObservacionTipoCajaRegistro" runat="server" ></asp:TextBox></td>
|
||
|
||
<td> </td>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5"><br /></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><strong>Tiene capacidad hidráulica:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><asp:RadioButtonList ID="rblTieneCapacidadHidraulica" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
|
||
</tr>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<tr>
|
||
<td colspan="5"><strong>En ruta nacional:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5"><asp:RadioButtonList ID="rblEnRutaNacional" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5"><strong>Propiedad frente a:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2"><asp:RadioButtonList ID="rblPropiedadFrenteA" runat="server" CssClass="fixWidth" OnSelectedIndexChanged="rblPropiedadFrenteA_SelectedIndexChanged" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Calle pública" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="Servidumbre de paso" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="Calle o avenida dentro de condominio" Value="3"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
<td colspan="2">
|
||
<div id="dvOtroPropiedadFrenteA" runat="server" >
|
||
<asp:TextBox ID="txtOtroPropiedadFrenteA" CssClass="textBox" runat="server" Visible="false"></asp:TextBox>
|
||
</div>
|
||
</td>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5"><strong>Servicios que afectan la conexión:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="1"><asp:RadioButtonList ID="rblServiciosAfectanConexion" runat="server" AutoPostBack="true" OnSelectedIndexChanged="rblServiciosAfectanConexion_SelectedIndexChanged" CssClass="fixWidth" RepeatDirection="Horizontal" mul RepeatLayout="Table">
|
||
<asp:ListItem Text="Pluvial" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="CNFL" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="ICE" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="Sistemas de agua potable" Value="4"></asp:ListItem>
|
||
<asp:ListItem Text="Otro" Value="5"></asp:ListItem>
|
||
<asp:ListItem Text="No aplica" Value="6"></asp:ListItem>
|
||
</asp:RadioButtonList> </td>
|
||
<td colspan="2">
|
||
<div id="Div2" runat="server" >
|
||
Otro: <asp:TextBox ID="txtOtroServiciosAfectanConexion" CssClass="textBox" runat="server"></asp:TextBox>
|
||
</div>
|
||
</td>
|
||
<td> </td>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5"><strong>Nuevo servicio:</strong> </td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="1" class="auto-style1"><asp:RadioButtonList ID="rblNuevoServicio" AutoPostBack="true" runat="server" OnSelectedIndexChanged="rblNuevoServicio_SelectedIndexChanged" CssClass="fixWidth" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="2-1" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="2-2" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="2-3" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="2-4" Value="4"></asp:ListItem>
|
||
<asp:ListItem Text="No aplica" Value="7"></asp:ListItem>
|
||
|
||
</asp:RadioButtonList> </td>
|
||
<td colspan="2" class="auto-style1">
|
||
<div id="dvDiametroNuevoServicio" runat="server" >
|
||
Diametro: <asp:RadioButtonList ID="rblDiametroNuevoServicio" runat="server" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="100" Value="100"></asp:ListItem>
|
||
<asp:ListItem Text="150" Value="150"></asp:ListItem>
|
||
</asp:RadioButtonList>
|
||
</div>
|
||
<div id="dvDistanciaNuevoServicio" runat="server" >
|
||
Distancia: <asp:TextBox ID="txtDistanciaNuevoServicio" CssClass="textBox" runat="server"></asp:TextBox>
|
||
</div>
|
||
</td>
|
||
<td colspan="2"></td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5">
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td >
|
||
<br />
|
||
<legend>Existe disponibilidad de alcantarillado sanitario en la zona </legend>
|
||
|
||
<asp:RadioButtonList ID="rblDisponibilidadAS" runat="server" AutoPostBack="true" OnSelectedIndexChanged="rblDisponibilidadAS_SelectedIndexChanged" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList>
|
||
|
||
</td>
|
||
<td colspan="4">
|
||
|
||
</td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2">
|
||
<div id="divSiExisteDisponibilidad" runat="server" style="margin-left: 20px;">
|
||
<br />
|
||
<strong>En caso de marcar SI completar:</strong>
|
||
<br />
|
||
|
||
<table id="tbExisteDisponibilidad" style="width:50%;">
|
||
|
||
<tr>
|
||
<td>Tipo de diámetro:</td>
|
||
<td><asp:TextBox ID="txtDiametroExisteDisponibilidad" runat="server" MaxLength="50"></asp:TextBox></td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2"><br /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Observaciones: </td>
|
||
<td><asp:TextBox ID="txtObservacionesExisteDisponibilidad" runat="server" MaxLength="300"></asp:TextBox></td>
|
||
</tr>
|
||
|
||
</table>
|
||
</div>
|
||
<div id="divNoExisteDisponibilidad" runat="server" style="margin-left: 20px;margin-top:10px">
|
||
<strong>En caso de marcar NO indique los motivos de la negación de la disponibilidad:</strong>
|
||
<br />
|
||
<asp:CheckBox ID="chkProblemasNiveles" runat="server" Text="Problemas de niveles" />
|
||
<asp:CheckBox ID="chkNoHayRed" runat="server" Text="No hay red" />
|
||
<asp:CheckBox ID="chkRedNoTieneCapacidad" runat="server" Text="La red no tiene capacidad" />
|
||
<asp:CheckBox ID="chkRedPrevista" runat="server" Text="Red prevista" />
|
||
<asp:CheckBox ID="chkSistemaPrivado" runat="server" Text="Sistema privado" />
|
||
<asp:CheckBox ID="chkNoSeUbico" runat="server" Text="No se ubicó" />
|
||
<asp:CheckBox ID="chkOtrosOperadores" runat="server" AutoPostBack="true" OnCheckedChanged="chkOtrosOperadores_CheckedChanged" Text="Otros operadores" />
|
||
<div id="dvOtrosOperadores" runat ="server">
|
||
Otros operadores: <asp:TextBox ID="txtOtrosOperadores" runat="server" CssClass="textBox"></asp:TextBox>
|
||
</div>
|
||
<br />
|
||
Requiere de confección de CCR según criterio técnico
|
||
|
||
<asp:RadioButtonList ID="rblRequiereCCR" runat="server" AutoPostBack="true" OnSelectedIndexChanged="rblRequiereCCR_SelectedIndexChanged" RepeatDirection="Horizontal" RepeatLayout="Table">
|
||
<asp:ListItem Text="Si" Value="true"></asp:ListItem>
|
||
<asp:ListItem Text="No" Value="false"></asp:ListItem>
|
||
</asp:RadioButtonList>
|
||
<div id="divCCH2" runat="server">
|
||
<label> Observaciones de la mejora (extensión del ramal)</label> <asp:TextBox ID="txtObservacionesExtensionRamal" runat="server" TextMode="MultiLine" Columns="50" Rows="4" CssClass="textBoxLargo" ></asp:TextBox>
|
||
</div>
|
||
</div>
|
||
|
||
</td>
|
||
<td colspan="3">
|
||
|
||
<br />
|
||
|
||
</td>
|
||
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan="5">
|
||
<br />
|
||
<legend>Ubicación del servicio </legend></td>
|
||
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td >
|
||
|
||
|
||
<asp:RadioButtonList ID="rblUbicacionMedidor" runat="server" RepeatDirection="Vertical" RepeatLayout="Table">
|
||
<asp:ListItem Text="Sobre vía pública al limite de la propiedad" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="Sobre servidumbre de paso e inscrita a favor de AyA" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="Sobre vía pública frente a acceso de servidumbre de paso a favor de terceros" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="Sobre vía publica frente a acceso de servidumbre de hecho" Value="4"></asp:ListItem>
|
||
<asp:ListItem Text="No aplica" Value="5"></asp:ListItem>
|
||
</asp:RadioButtonList>
|
||
|
||
</td>
|
||
<td colspan="4">
|
||
<div id="divUbicacion">
|
||
<label> Lindero:</label> <asp:TextBox ID="txtLindero" runat="server" ></asp:TextBox><label>(Puntos cardinales)</label>
|
||
</div>
|
||
</td>
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5">
|
||
<br />
|
||
<legend>Observaciones </legend></td>
|
||
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5">
|
||
<br />
|
||
<asp:TextBox ID="txtObservacionesCritec" TextMode="MultiLine" Rows="4" Width="98%" runat="server" ></asp:TextBox>
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
<%--
|
||
<tr>
|
||
<td >
|
||
|
||
|
||
<asp:RadioButtonList ID="rblPrevista" runat="server" RepeatDirection="Vertical" RepeatLayout="Table">
|
||
<asp:ListItem Text="No prevista" Value="false"></asp:ListItem>
|
||
<asp:ListItem Text="Prevista" Value="true"></asp:ListItem>
|
||
</asp:RadioButtonList>
|
||
|
||
</td>
|
||
<td colspan="4">
|
||
<div id="divPrevista">
|
||
<asp:RadioButtonList ID="rblTipoPrevista" runat="server" OnSelectedIndexChanged="rblTipoPrevista_SelectedIndexChanged" RepeatDirection="Vertical" RepeatLayout="Table" AutoPostBack="True">
|
||
<asp:ListItem Text="En asfalto" Value="1"></asp:ListItem>
|
||
<asp:ListItem Text="En lastre" Value="2"></asp:ListItem>
|
||
<asp:ListItem Text="En tierra" Value="3"></asp:ListItem>
|
||
<asp:ListItem Text="Otro" Value="4"></asp:ListItem>
|
||
|
||
</asp:RadioButtonList>
|
||
<asp:TextBox ID="txtOtrosPrevista" runat="server" Visible="false" Enabled="false"></asp:TextBox>
|
||
</div>
|
||
</td>
|
||
|
||
</tr>--%>
|
||
|
||
<tr>
|
||
<td colspan="5" style="text-align:right">
|
||
<div id="trBotonera">
|
||
<div id="botonera">
|
||
|
||
<asp:Button ID="btnDenegar" runat="server" OnClick="btnDenegar_Click" Text="Denegar" />
|
||
<asp:Button ID="btnAprobar" runat="server" OnClick="btnAprobar_Click" Text="Aprobar" />
|
||
<asp:Button ID="btnNuevo" runat="server" OnClick="btnNuevo_Click" Text="Guardar" />
|
||
|
||
<input id="btnExport" type="button" onclick="exportarPDF();" value="Exportar"></input>
|
||
<%--<asp:Button ID="btnFirmar" runat="server" OnClick="btnFirmar_Click" Text="Firmar" />--%>
|
||
|
||
<asp:Button ID="btnHabilitar" runat="server" Text="Get" Style="display: none" OnClick="btnHabilitar_Click"/>
|
||
<asp:Button ID="btnGuardarPDF" runat="server" Text="Get" Style="display: none" OnClick="btnGuardarPDF_Click"/>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
</table>
|
||
|
||
<%-- **********************************************************************Datos Superiores ********************************************************************************* --%>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<%--Listado de Datos--%>
|
||
|
||
<%-- <td class="tabla" id="tdLista" runat="server" align="center">--%>
|
||
<div id="tdLista" runat="server" class="tabla">
|
||
|
||
|
||
</div>
|
||
|
||
<%--Botonera Superior--%>
|
||
|
||
<div id="tdBotoneraSuperior" runat="server" style="text-align:center" class="tabla">
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</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>
|
||
|