Это моя страница входа
Код: Выделить всё
GADMA-Pagos Web
body .sombra-boton {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
body .estilo-boton-login{
background: #0288D1;
color: #ffffff;
border: 1px solid #0288D1;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
height: 30px;
}
body .estilo-boton-registro {
background: #607D8B;
color: #ffffff;
border: 1px solid #607D8B;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
height: 30px;
}
Pago de Impuesto Predial Municipio de Atacames
¿Se olvído la contraseña?
Iniciar sesión
¿No tiene una cuenta?
Registrarse
Términos y condiciones del servicio
Política de privacidad
// Add JavaScript validation for the login form
function verificarLogin() {
var username = document.getElementById('j_username').value;
var password = document.getElementById('j_password').value;
if (username.trim() === "" || password.trim() === "") {
// Show error message using JSF messages
alert('Por favor complete todos los campos.');
return false;
}
return true;
}
Я намерен, чтобы при входе в систему не произошел сбой и всегда работает корректно.
Подробнее здесь: https://stackoverflow.com/questions/793 ... logging-in
Мобильная версия