CINXE.COM

ieice

<!DOCTYPE html> <html class="login-pf" lang="ja"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="robots" content="noindex, nofollow"> <meta name="viewport" content="width=device-width,initial-scale=1"/> <title>ieice</title> <link rel="icon" href="/resources/a2ooh/login/ieice/img/favicon.ico" /> <link href="/resources/a2ooh/common/keycloak/node_modules/@patternfly-v5/patternfly/patternfly.min.css" rel="stylesheet" /> <link href="/resources/a2ooh/common/keycloak/node_modules/@patternfly-v5/patternfly/patternfly-addons.css" rel="stylesheet" /> <link href="/resources/a2ooh/login/ieice/css/login.css" rel="stylesheet" /> <link href="/resources/a2ooh/login/ieice/css/ieice.css" rel="stylesheet" /> <link href="/resources/a2ooh/login/ieice/" rel="stylesheet" /> <script type="importmap"> { "imports": { "alpinejs": "/resources/a2ooh/common/keycloak/node_modules/alpinejs/dist/module.esm.js" } } </script> <script src="/resources/a2ooh/login/ieice/js/script.js" type="text/javascript"></script> <script type="module"> import { checkCookiesAndSetTimer } from "/resources/a2ooh/login/ieice/js/authChecker.js"; checkCookiesAndSetTimer( "123144e1-3e17-4b8d-a71b-8cf76b72d819", "-pyaArvfZwQ", "/realms/ieice/login-actions/restart?client_id=ieice&amp;tab_id=-pyaArvfZwQ&amp;client_data=eyJydSI6Imh0dHBzOi8vd3d3LmpvdXJuYWwuaWVpY2Uub3JnL3JlZGlyZWN0X3VyaSIsInJ0IjoiY29kZSIsInN0IjoiUllRU0ptY0dxUmtxME9UUkFDRFdweUZJa0M0In0&amp;skip_logout=true" ); </script> </head> <body id="keycloak-bg" class=""> <div class="pf-v5-c-login" x-data="{ open: false, toggle() { if (this.open) { return this.close() } this.$refs.button.focus() this.open = true }, close(focusAfter) { if (! this.open) return this.open = false focusAfter && focusAfter.focus() } }" x-on:keydown.escape.prevent.stop="close($refs.button)" x-on:focusin.window="! $refs.panel?.contains($event.target) && close()" x-id="['language-select']" > <div class="pf-v5-c-login__container"> <main class="pf-v5-c-login__main"> <header class="pf-v5-c-login__main-header"> <h1 class="pf-v5-c-title pf-m-3xl"> <img src="/resources/a2ooh/login/ieice/img/ieice-logo.png" class="header_img"> <div id="header_msg" class="header_msg"></div> </h1> </header> <div class="pf-v5-c-login__main-body"> <div id="kc-form"> <div id="kc-form-wrapper"> <form id="kc-form-login" class="pf-v5-c-form onsubmit="login.disabled = true; return true;" action="https://sso.ieice.org/realms/ieice/login-actions/authenticate?session_code=x_CU5jNZo7kIabpjece5f2yzJMKQ6DFEGikluiTgaiE&amp;execution=d303fccb-79c4-47cc-9d60-6a4d734793f5&amp;client_id=ieice&amp;tab_id=-pyaArvfZwQ&amp;client_data=eyJydSI6Imh0dHBzOi8vd3d3LmpvdXJuYWwuaWVpY2Uub3JnL3JlZGlyZWN0X3VyaSIsInJ0IjoiY29kZSIsInN0IjoiUllRU0ptY0dxUmtxME9UUkFDRFdweUZJa0M0In0" method="post"> <div class="pf-v5-c-form__group"> <label for="username" class="pf-v5-c-form__label"> <span class="pf-v5-c-form__label-text"> 会員番号(半角数字7桁) </span> </label> <span class="pf-v5-c-form-control "> <input tabindex="1" id="username" name="username" value="" type="text" autofocus autocomplete="off" aria-invalid="" /> </span> </div> <div class="pf-v5-c-form__group"> <label for="password" class="pf-v5-c-form__label"> <span class="pf-v5-c-form__label-text">パスワード</span> </label> <div class="pf-v5-c-input-group"> <span class="pf-v5-c-form-control"> <input tabindex="2" id="password" name="password" type="password" autocomplete="off" aria-invalid="" /> </span> <button class="pf-v5-c-button pf-m-control" type="button" aria-label="Show password" aria-controls="password" data-password-toggle data-icon-show="fa fa-eye" data-icon-hide="fa fa-eye-slash" data-label-show="Show password" data-label-hide="Hide password"> <i class="fa fa-eye" aria-hidden="true"></i> </button> </div> </div> <div id="kc-form-buttons" class="pf-v5-c-form__group"> <input type="hidden" id="id-hidden-input" name="credentialId" /> <input tabindex="4" class="pf-v5-c-button pf-m-primary pf-m-block btn-lg" name="login" id="kc-login" type="submit" value="ログイン"/> </div> </form> <div id="footer_msg" class="footer_msg"></div> </div> </div> <script type="module" src="/resources/a2ooh/login/ieice/js/passwordVisibility.js"></script> </div> <footer class="pf-v5-c-login__main-footer"> </footer> </main> </div> </div> <script type="module"> import Alpine from "alpinejs"; Alpine.start(); </script> </body> </html>