cerrar sesión
SOLICITAR CLAVE DE ACCESO
dni/nie
nombre
primer apellido
segundo apellido
código postal
teléfono móvil
email
volver
',''); eval(ret); } }); return false; } function validaFormu_wp5c8a6e427c41b(){ var dni=$.trim($("#dni").val()); var nom=$.trim($("#nom").val()); var apel1=$.trim($("#apel1").val()); var apel2=$.trim($("#apel2").val()); var cp=$.trim($("#cp").val()); var movil=$.trim($("#movil").val()); var email=$.trim($("#email").val()); if( dni=='' || nom=='' || apel1=='' || apel2=='' || cp=='' || movil=='' || email=='' ){ alert("Debes rellenar todos los datos"); return false; } if(!eOkDNI(dni.substr(0,8), dni.charAt(8))){ alert("El DNI parece que no es válido"); return false; } if( cp*1==0 || cp.length!=5 ){ alert("El código postal parece que no es válido"); return false; } if( !eOkMovil(movil) ){ alert("El número de móvil parece que no es válido"); return false; } if( !eOkEmail(email) ){ alert("El email parece que no es válido"); return false; } return true; } function eOkEmail(valor){ var filtro = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (!filtro.test(valor)) return false; return true; } function eOkMovil(tel) { return true; var filtro = /^[9|6|7]\d{8}$/; if (!filtro.test(tel)) return false; return true; } var _ChrDni = 'XY'; var _ChrNif = 'TRWAGMYFPDXBNJZSQVHLCKE'; function eOkDNI( oDNI, Letra ){ if( (oDNI+Letra).match('^[T]{1}[A-Z0-9]{8}$')!=null ) return true; var DNI = oDNI.replace('X','0').replace('Y','1'); if( DNI.length!=8 ) return false; if( DNI.length==8 && Letra=='' ) return true; if( _ChrDni.indexOf(DNI.substr(0,1)) > -1 && Letra=='' ) return true; if( !isNaN(oDNI+Letra) && Letra=='' ) return true; if( isNaN(DNI) || !isNaN(Letra) ) return false; return ( Letra.toUpperCase()==_ChrNif.charAt(DNI%23) ); } var wpBootstrapEnvironment=null; $(document).ready(function() { wpBootstrapEnvironment=wpGetBootstrapEnvironment(); if(wpBootstrapEnvironment=='xs'){ $("").appendTo("head"); } new WOW().init(); $('.wpremlogout').html('09-10-2024 08:37:11 - '); $('.row-eq-height').css('width','inherit'); if(wpBootstrapEnvironment!='xs'){ $('.wpHeight2Parent').each(function(){ if( $(this).parent().attr('id')=='wpMainContainer' ){ $(this).height($(window).height()-$(this).css('padding-top').replace('px','')*1-$(this).css('padding-bottom').replace('px','')*1); }else{ $(this).height( $(this).parent('section').outerHeight() ); } }); } function wpCallSrv(cmd, params, callBackFun ){ if(cmd==undefined || cmd=='')return false; if(params==undefined)params=null; (function(params,callBackFun) { var r=''; $.ajax({ url:cmd, cache:false, async:false, type:"POST", data:{params:JSON.stringify(params)}, dataType:"html" }) .done(function(ret){ debugger; r=ret; }) .fail(function(jqXHR,textStatus,errorThrown){ debugger; }); callBackFun(r); }(params,callBackFun)); } $("section,div").filter("[to=container]").filter("[link=url],[link=page]").each(function(index, element) { $(element).css('cursor','pointer'); switch(element.getAttribute('link')){ case 'url':$(element).on('click',function(){location=$(element).attr('linkurl');});break; // case 'page':$(element).on('click',function(){location='wepe.php?wppag='+$(element).attr('linkpage');});break; case 'page':$(element).on('click',function(){ wpCallSrv('wepe.php?getPageNameFromNumber='+$(element).attr('linkpage'), null, function(r){ location=r; } ); }); break; } }); $('#wp5c8a6e427c41b').find('fieldset').prop('disabled',false); });