diff --git a/src/contactar.html b/src/contactar.html
index 4d2b1cc..f6f76e7 100644
--- a/src/contactar.html
+++ b/src/contactar.html
@@ -23,7 +23,7 @@
@@ -196,17 +196,17 @@
type: 'POST',
data : $form.serialize()+'&ajax=login-form',
success: function(data, textStatus, XMLHttpRequest) {
- if (data.status == '200') {
- window.location.href = data.redirect;
- }
- else {
- if (data != null && typeof data == 'object') {
- $('#resultado').val('');
- $.each(data, function(key, value){
- $('#resultado').append(key + ' => ' + value);
- });
- }
- }
+ if (data.status == '200') {
+ window.location.href = data.redirect;
+ }
+ else {
+ if (data != null && typeof data == 'object') {
+ $('#resultado').val('');
+ $.each(data, function(key, value){
+ $('#resultado').append(key + ' => ' + value);
+ });
+ }
+ }
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
$('#resultado').append('Error de comunicación con el servidor');
@@ -216,9 +216,9 @@
};
$("#entrarForm").validate({
- onfocusout: false,
- onkeyup: false,
- onclick: false,
+ onfocusout: false,
+ onkeyup: false,
+ onclick: false,
rules:{
FormularioLogin_email:{
required:true,
@@ -248,7 +248,7 @@
submitHandler: enviar_login
});
- var enviar_registro = function() {
+ var enviar_registro = function() {
var $form = $("#registroForm");
$.ajax({
url: $form.attr('action'),
@@ -256,17 +256,17 @@
type: 'POST',
data : $form.serialize()+'&ajax=registro-form',
success: function(data, textStatus, XMLHttpRequest) {
- if (data.status == '200') {
- $('#resultado').append(data.texto);
- }
- else {
- if (data != null && typeof data == 'object') {
- $('#resultado').val('');
- $.each(data, function(key, value){
- $('#resultado').append(key + ' => ' + value);
- });
- }
- }
+ if (data.status == '200') {
+ $('#resultado').append(data.texto);
+ }
+ else {
+ if (data != null && typeof data == 'object') {
+ $('#resultado').val('');
+ $.each(data, function(key, value){
+ $('#resultado').append(key + ' => ' + value);
+ });
+ }
+ }
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
$('#resultado').append('Error de comunicación con el servidor');
@@ -276,9 +276,9 @@
};
$("#registroForm").validate({
- onfocusout: false,
- onkeyup: false,
- onclick: false,
+ onfocusout: false,
+ onkeyup: false,
+ onclick: false,
rules:{
FormularioRegistro_email:{
required:true,
@@ -290,7 +290,7 @@
},
FormularioRegistro_password2:{
required:true,
- minlength: 6,
+ minlength: 6,
equalTo: "#FormularioRegistro_password"
},
FormularioRegistro_acepto:{
@@ -308,7 +308,7 @@
},
FormularioRegistro_password2:{
required:"Introduzca otra vez la contraseña",
- minlength:"La contraseña debe tener un mínimo de 6 caracteres",
+ minlength:"La contraseña debe tener un mínimo de 6 caracteres",
equalTo:"La confirmación de contraseña no coincide con la contraseña"
},
FormularioRegistro_acepto:""
@@ -321,7 +321,7 @@
unhighlight: function(element, errorClass, validClass) {
$(element).parents('.control-group').removeClass('error');
},
- submitHandler: enviar_registro
+ submitHandler: enviar_registro
});
});
diff --git a/src/politica-privacidad.html b/src/politica-privacidad.html
index 637813d..617e20c 100644
--- a/src/politica-privacidad.html
+++ b/src/politica-privacidad.html
@@ -23,7 +23,7 @@
@@ -366,8 +366,8 @@
Información y Quejas
Inselsoft S.L.
- C/ Alcalá 257 Oficina 1
- 28027-Madrid (España)
+ C/ Alcalá 257 Oficina 1
+ 28027-Madrid (España)
Esta Política de Privacidad entra en vigor en Septiembre de 2012.
@@ -380,13 +380,13 @@
-
+
@@ -396,7 +396,7 @@
Síguenos en:
diff --git a/src/prensa.html b/src/prensa.html
index e8f8f7a..884feeb 100644
--- a/src/prensa.html
+++ b/src/prensa.html
@@ -23,7 +23,7 @@
@@ -45,13 +45,13 @@
-
+
@@ -61,7 +61,7 @@
Síguenos en:
diff --git a/src/productos.html b/src/productos.html
index d64481c..14bbdd4 100644
--- a/src/productos.html
+++ b/src/productos.html
@@ -28,7 +28,7 @@
@@ -48,67 +48,67 @@
¡ Recuerde Ud. Crea su Cuenta Individual con una Publicación GRATIS y comienza a utilizar inmediatamente el producto durante 1 mes !
-
+
-