CINXE.COM
OAuth2 | 螕蔚谓喂魏萎 螕蟻伪渭渭伪蟿蔚委伪 螤位畏蟻慰蠁慰蟻喂伪魏蠋谓 危蠀蟽蟿畏渭维蟿蠅谓 魏伪喂 唯畏蠁喂伪魏萎蟼 螖喂伪魏蠀尾苇蟻谓畏蟽畏蟼
<!DOCTYPE html> <html lang="en"> <head> <base href="https://oauth2.gsis.gr:443/oauth2server/" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="robots" content="noindex, nofollow"> <title>OAuth2 | 螕蔚谓喂魏萎 螕蟻伪渭渭伪蟿蔚委伪 螤位畏蟻慰蠁慰蟻喂伪魏蠋谓 危蠀蟽蟿畏渭维蟿蠅谓 魏伪喂 唯畏蠁喂伪魏萎蟼 螖喂伪魏蠀尾苇蟻谓畏蟽畏蟼</title> <link rel="shortcut icon" href="images/favicon.png" type="image/png"> <link type="text/css" rel="stylesheet" href="webjars/bootstrap/3.0.3/css/bootstrap.min.css" /> <link type="text/css" rel="stylesheet" href="css/login-form.css" /> </head> <body> <div class="wrapper"> <div class="container-mine"> <header class="banner"> <div class="banner__left-logo"> <img src="images/LOGO_GGPS_new.png" alt="GSIS Logo" style="width: 80%;" /> </div> <div class="banner__right-logo"> <img src="images/logo_el.png" alt="GSIS Logo" /> </div> </header> <div class="header-area"> <h1>螒蠀胃蔚谓蟿喂魏慰蟺慰委畏蟽畏 围蟻萎蟽蟿畏</h1> </div> <div class="error-area"> </div> <div class="form-horizontal"> <form id="login-form" action="j_spring_security_check" method="post" role="form"> <div class="form-header-group"> <h2>危蠉谓未蔚蟽畏</h2> <p class="form-sub-header"> 螤伪蟻伪魏伪位蠋 蔚喂蟽维纬蔚蟿蔚 蟿慰蠀蟼 魏蠅未喂魏慰蠉蟼 蟽伪蟼 蟽蟿慰 <strong>TaxisNet</strong> 纬喂伪 谓伪 蟽蠀谓未蔚胃蔚委蟿蔚.</p> <hr /> </div> <div class="input-wrapper"> <div class="form-group"> <label for="j_username">围蟻萎蟽蟿畏蟼:</label> <input id="v" class="form-control" type='text' name='j_username' /> </div> </div> <div class="input-wrapper"> <div class="form-group"> <label for="j_password">螝蠅未喂魏蠈蟼:</label> <input id="j_password" class="form-control" type='password' name='j_password' /> </div> </div> <div class="input-wrapper"> <button id="btn-login-submit" class="btn btn-primary submit-button" type="button">危蠉谓未蔚蟽畏</button> </div> <input type="hidden" name="" value="" /> </form> </div> <div> <h5 class="form-footer"> <a href="https://gsis.gr/dimosia-dioikisi/ked">螝苇谓蟿蟻慰 螖喂伪位蔚喂蟿慰蠀蟻纬喂魏蠈蟿畏蟿伪蟼 (螝螘.螖.) 违蟺慰蠀蟻纬蔚委慰蠀 唯畏蠁喂伪魏萎蟼 螖喂伪魏蠀尾苇蟻谓畏蟽畏蟼</a> </h5> </div> </div> </div> <script> var submitButton = document.getElementById('btn-login-submit'); var form = document.getElementById('login-form'); var passwordInput = document.getElementById('j_password'); window.addEventListener('load', (event) => { submitButton.disabled = false; }); submitButton.addEventListener("click", function() { this.disabled = true; form.submit(); }); passwordInput.addEventListener("keypress", function(event) { if (event.key === "Enter") { submitButton.disabled = true; form.submit(); } }); </script> </body> </html>