{"id":41066,"date":"2015-03-11T13:28:52","date_gmt":"2015-03-11T12:28:52","guid":{"rendered":"https:\/\/www.alzira.es\/censo-electoral-8\/"},"modified":"2015-03-11T13:28:52","modified_gmt":"2015-03-11T12:28:52","slug":"censo-electoral-8","status":"publish","type":"post","link":"https:\/\/www.alzira.es\/es\/censo-electoral-8\/","title":{"rendered":"\u00bfSoy Miembro de Mesa Electoral? Elecciones BAV"},"content":{"rendered":"<p><a name=\"SUBIR\"><\/a><\/p>\n<h3>MIEMBROS MESAS ELECTORALES<\/h3>\n<p style=\"margin-left: 60px; text-align: justify;\">Sorteo realizado en sesi\u00f3n plenaria.<\/p>\n<p style=\"margin-left: 60px; text-align: justify;\">NOTA: No se incluyen las excusas presentadas en JUNTA ELECTORAL de ZONA.<\/p>\n<p style=\"margin-left: 60px; text-align: justify;\">Si usted ha sido seleccionado como miembro de mesa electoral, deber\u00e1 de estar en disposici\u00f3n de la credencial que le acredita como miembro de mesa, la cual le ser\u00e1 notificada en su domicilio, o bien podr\u00e1 recogerla usted mismo en la Clau, en horario de atenci\u00f3n al p\u00fablico.<\/p>\n<p style=\"margin-left: 60px; text-align: justify;\">Para comprobar si ha sido seleccionado como miembro de mesa electoral, deber\u00e1 introducir la fecha de nacimiento y el NIF con la letra en may\u00fascula.<\/p>\n<p style=\"margin-left: 60px; text-align: justify;\">Ejemplo: 12345678A<\/p>\n<p> <script type=\"text\/javascript\" src=\"\/\/code.jquery.com\/jquery-1.10.2.js\"><\/script> <script type=\"text\/javascript\" src=\"\/\/code.jquery.com\/ui\/1.11.4\/jquery-ui.js\"><\/script> <script type=\"text\/javascript\">\/\/ <![CDATA[ $(function() { \t\t$.datepicker.regional['es'] = { \t\t\tcloseText: 'Cerrar', \t\t\tprevText: '<Ant', \t\t\tnextText: 'Sig>', \t\t\tcurrentText: 'Hoy', \t\t\tmonthNames: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'], \t\t\tmonthNamesShort: ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'], \t\t\tdayNames: ['Domingo', 'Lunes', 'Martes', 'Mi\u00e9rcoles', 'Jueves', 'Viernes', 'S\u00e1bado'], \t\t\tdayNamesShort: ['Dom', 'Lun', 'Mar', 'Mi\u00e9', 'Juv', 'Vie', 'S\u00e1b'], \t\t\tdayNamesMin: ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'S\u00e1'], \t\t\tweekHeader: 'Sm', \t\t\tdateFormat: 'dd\/mm\/yy', \t\t\tfirstDay: 1, \t\t\tisRTL: false, \t\t\tshowMonthAfterYear: false, \t\t\tyearSuffix: '' \t\t}; \t\t$.datepicker.setDefaults($.datepicker.regional['es']); \t\t$(\"#nac_val\").datepicker({ \t\t\tchangeMonth: true, \t\t\tchangeYear: true, \t\t\tyearRange: '-100:+0' \t\t}); \t\t$(\"#send\").click(function() { \t\t\tvar nif = $(\"#nif_val\").val(); \t\t\tvar nac = $(\"#nac_val\").val(); \t\t\tvar lang = document.getElement('html').getProperty('lang'); \t\t\tif (nif != '' && nac != '') { \t\t\t\tif (validaFechaDDMMAAAA(nac)) { \t\t\t\t\t$.ajax({ \t\t\t\t\t\tdata: { \t\t\t\t\t\t\tnif: nif, \t\t\t\t\t\t\tnac: nac, \t\t\t\t\t\t\tlang: lang, \t\t\t\t\t\t\tdirCol: true,                                                         miembro:true \t\t\t\t\t\t}, \t\t\t\t\t\turl: 'https:\/\/www.alzira.es\/alzira_vpm\/mssql.php', \t\t\t\t\t\ttype: 'post', \t\t\t\t\t\tasync: false, \t\t\t\t\t\tdataType: \"json\", \t\t\t\t\t\tsuccess: function(data) { \t\t\t\t\t\t\tif (data.errorCode) { \t\t\t\t\t\t\t\t$('#detalle').hide(); \t\t\t\t\t\t\t\talert(data.errorMessage); \t\t\t\t\t\t\t\treturn; \t\t\t\t\t\t\t} \t\t\t\t\t\t\t$('#detalle').show(); \t\t\t\t\t\t\t$('#detalle_ape1').val(data.data.apellido1); \t\t\t\t\t\t\t$('#detalle_ape2').val(data.data.apellido2); \t\t\t\t\t\t\t$('#detalle_nombre').val(data.data.nombre); \t\t\t\t\t\t\t$('#detalle_distrito').val(data.data.distrito); \t\t\t\t\t\t\t$('#detalle_seccion').val(data.data.seccion); \t\t\t\t\t\t\t$('#detalle_mesa').val(data.data.mesa); \t\t\t\t\t\t\t$('#detalle_colegio').val(data.data.colegio); \t\t\t\t\t\t\t$('#detalle_dir_colegio').val(data.data.dirColegio); \t\t\t\t\t\t\t$('#lnkColegio').attr(\"href\", data.data.mapsColegio);                                                         $('#miembro_mesa').val(data.data.miembroMesa); \t\t\t\t\t\t} \t\t\t\t\t}); \t\t\t\t} else { \t\t\t\t\talert('Formato de fecha incorrecto. Debe ser dd\/mm\/aaaa'); \t\t\t\t} \t\t\t} else { \t\t\t\talert('Debe insertar el NIF y la fecha de nacimiento'); \t\t\t} \t\t}); \t\t$(\"#reset\").click(function() { \t\t\t$(\"#nif_val\").val(\"\"); \t\t\t$(\"#nac_val\").val(\"\"); \t\t\t$('#detalle').hide(); \t\t}); \t}); \tfunction validaFechaDDMMAAAA(fecha) { \t\treturn \/^(0[1-9]|[12]\\d|3[01])\\\/(0[1-9]|1[0-2])\\\/(19|20)\\d{2}$\/.test(fecha); \t} \/\/ ]]><\/script> <\/p>\n<table style=\"margin: auto; width: 50%;\">\n<tbody>\n<tr>\n<td><label for=\"nif_val\">NIF: <\/label><\/td>\n<td><input id=\"nif_val\" type=\"text\" name=\"nif_val\" \/><\/td>\n<\/tr>\n<tr>\n<td><label for=\"nac_val\">Fecha nacimiento <span style=\"color: #999999;\">(dd\/mm\/aaaa)<\/span>: <\/label><\/td>\n<td><input id=\"nac_val\" type=\"text\" name=\"nac_val\" \/><\/td>\n<\/tr>\n<tr>\n<td style=\"border-bottom: 0px;\" colspan=\"2\"><input id=\"send\" style=\"margin-left: 30%;\" type=\"button\" value=\"Consultar\" \/><input id=\"reset\" type=\"button\" value=\"Limpiar\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table id=\"detalle\" style=\"display: none; margin: auto; width: 50%;\">\n<tbody>\n<tr>\n<td colspan=\"4\">\n<h3>Datos<\/h3>\n<\/td>\n<\/tr>\n<tr>\n<td><label>Primer apellido:<\/label><\/td>\n<td colspan=\"3\"><input id=\"detalle_ape1\" style=\"width: 60%;\" type=\"text\" name=\"detalle_ape1\" readonly=\"readonly\" \/><\/td>\n<\/tr>\n<tr>\n<td><label>Segundo apellido:<\/label><\/td>\n<td colspan=\"3\"><input id=\"detalle_ape2\" style=\"width: 60%;\" type=\"text\" name=\"detalle_ape2\" readonly=\"readonly\" \/><\/td>\n<\/tr>\n<tr>\n<td><label>Nombre:<\/label><\/td>\n<td colspan=\"3\"><input id=\"detalle_nombre\" style=\"width: 60%;\" type=\"text\" name=\"detalle_nombre\" readonly=\"readonly\" \/><\/td>\n<\/tr>\n<tr>\n<td><label>Distrito:<\/label><\/td>\n<td colspan=\"3\"><input id=\"detalle_distrito\" style=\"width: 60%;\" type=\"text\" name=\"detalle_distrito\" readonly=\"readonly\" \/><\/td>\n<\/tr>\n<tr>\n<td><label>Secci\u00f3n:<\/label><\/td>\n<td><input id=\"detalle_seccion\" type=\"text\" name=\"detalle_seccion\" readonly=\"readonly\" \/><\/td>\n<td><label>Mesa:<\/label><\/td>\n<td><input id=\"detalle_mesa\" type=\"text\" name=\"detalle_mesa\" readonly=\"readonly\" \/><\/td>\n<\/tr>\n<tr>\n<td><label>Colegio electoral:<\/label><\/td>\n<td colspan=\"3\"><input id=\"detalle_colegio\" style=\"width: 100%;\" type=\"text\" name=\"detalle_colegio\" readonly=\"readonly\" \/><\/td>\n<\/tr>\n<tr>\n<td><label>Direcci\u00f3n colegio electoral:<\/label><\/td>\n<td colspan=\"3\"><input id=\"detalle_dir_colegio\" style=\"width: 88%;\" type=\"text\" name=\"detalle_dir_colegio\" readonly=\"readonly\" \/><a id=\"lnkColegio\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"100\" height=\"100\" class=\"alignright size-full wp-image-11492 lazyload\" style=\"--smush-placeholder-width: 100px; --smush-placeholder-aspect-ratio: 100\/100;float: right; height: 30px; width: 30px;\" data-src=\"https:\/\/www.alzira.es\/wp-content\/uploads\/2015\/03\/Apps-Google-Maps-icon.png\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" \/><\/a><\/td>\n<\/tr>\n<tr>\n<td><label>Miembro mesa electoral:<\/label><\/td>\n<td colspan=\"3\"><input id=\"miembro_mesa\" style=\"width: 100%;\" type=\"text\" name=\"miembro_mesa\" readonly=\"readonly\" \/><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>MIEMBROS MESAS ELECTORALES Sorteo realizado en sesi\u00f3n plenaria. NOTA: No se incluyen las excusas presentadas en JUNTA ELECTORAL de ZONA. Si usted ha sido seleccionado como miembro de mesa electoral, deber\u00e1 de estar en disposici\u00f3n de la credencial que le acredita como miembro de mesa, la cual le ser\u00e1 notificada en su domicilio, o bien &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.alzira.es\/es\/censo-electoral-8\/\" class=\"more-link\">Continuar leyendo<span class=\"screen-reader-text\"> \u00ab\u00bfSoy Miembro de Mesa Electoral? Elecciones BAV\u00bb<\/span><\/a><\/p>\n","protected":false},"author":29,"featured_media":11492,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-41066","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/posts\/41066","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/comments?post=41066"}],"version-history":[{"count":0,"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/posts\/41066\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/media\/11492"}],"wp:attachment":[{"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/media?parent=41066"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/categories?post=41066"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.alzira.es\/es\/wp-json\/wp\/v2\/tags?post=41066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}