{"id":11531,"date":"2015-03-11T13:28:52","date_gmt":"2015-03-11T12:28:52","guid":{"rendered":"https:\/\/alzira.es\/soc-membre-de-mesa-electoral\/"},"modified":"2015-03-11T13:28:52","modified_gmt":"2015-03-11T12:28:52","slug":"soc-membre-de-mesa-electoral","status":"publish","type":"post","link":"https:\/\/alzira.es\/es\/soc-membre-de-mesa-electoral\/","title":{"rendered":"S\u00f3c Membre de Mesa Electoral?"},"content":{"rendered":"<p><a name=\"SUBIR\"><\/a><\/p>\n<h3>MEMBRES MESES ELECTORALS<\/h3>\n<p style=\"margin-left: 60px; text-align: justify;\">Sorteig realitzat en sessi\u00f3 plen\u00e0ria.<\/p>\n<p style=\"margin-left: 60px; text-align: justify;\">NOTA: No s&#8217;inclouen les excuses presentades en JUNTA ELECTORAL de ZONA.<\/p>\n<p style=\"margin-left: 60px; text-align: justify;\">Si vost\u00e9 ha sigut seleccionat com a membre de mesa electoral, haur\u00e0 d\u2019estar en disposici\u00f3 de la credencial que l\u2019acredita com a membre de mesa, la qual li ser\u00e1 notificada en el seu domicili, o b\u00e9 pot recollir-la vost\u00e9 mateix en la Clau, en horari d\u2019atenci\u00f3 al p\u00fablic.<\/p>\n<p style=\"margin-left: 60px; text-align: justify;\">Per a comprovar si ha sigut seleccionat com a membre de mesa electoral, haur\u00e0 d&#8217;introduir la data de naixement i el NIF amb lletra en maj\u00fascula.<\/p>\n<p style=\"margin-left: 60px; text-align: justify;\">Exemple: 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:\/\/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\">Data de naixement <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=\"Esborrar\" \/><\/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>Dades<\/h3>\n<\/td>\n<\/tr>\n<tr>\n<td><label>Primer cognom:<\/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>Seg\u00f3n cognom:<\/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>Nom:<\/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>Districte:<\/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\u00f3:<\/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>Col.legi 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\u00f3 col.legi 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:\/\/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>Membre 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>MEMBRES MESES ELECTORALS Sorteig realitzat en sessi\u00f3 plen\u00e0ria. NOTA: No s&#8217;inclouen les excuses presentades en JUNTA ELECTORAL de ZONA. Si vost\u00e9 ha sigut seleccionat com a membre de mesa electoral, haur\u00e0 d\u2019estar en disposici\u00f3 de la credencial que l\u2019acredita com a membre de mesa, la qual li ser\u00e1 notificada en el seu domicili, o b\u00e9 &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/alzira.es\/es\/soc-membre-de-mesa-electoral\/\" class=\"more-link\">Continuar leyendo<span class=\"screen-reader-text\"> \u00abS\u00f3c Membre de Mesa Electoral?\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":[1],"tags":[],"class_list":["post-11531","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-noticies-alzira"],"acf":[],"_links":{"self":[{"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/posts\/11531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/comments?post=11531"}],"version-history":[{"count":0,"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/posts\/11531\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/media\/11492"}],"wp:attachment":[{"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/media?parent=11531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/categories?post=11531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alzira.es\/es\/wp-json\/wp\/v2\/tags?post=11531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}