25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

35 satır
1.2 KiB

  1. @{
  2. Layout = null;
  3. }
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <meta name="viewport" content="width=device-width" />
  8. <title>统一身份认证平台</title>
  9. <script src="~/Content/jquery/jquery-1.10.2.min.js"></script>
  10. <script>
  11. function request(d) { for (var c = location.search.slice(1).split("&"), a = 0; a < c.length; a++) { var b = c[a].split("="); if (b[0] == d) if ("undefined" == unescape(b[1])) break; else return unescape(b[1]) } return "" };
  12. </script>
  13. <script type="text/javascript">
  14. $(function () {
  15. setTimeout(function () {
  16. location.href = '/Home/GoToApplication?redi=1&appid=' + request('appid');
  17. }, 1000);
  18. });
  19. </script>
  20. </head>
  21. <body>
  22. <div style="width: 100%; text-align: center;">
  23. <div style="margin-top: 10%;">
  24. <img src="~/Content/sso/fx.png" />
  25. </div>
  26. <div style="color: #959595; font-size: 14px; padding-top: 40px;">IDENTITY AUTHENTICATION</div>
  27. <div style="text-align:center;font-size:26px; line-height:40px; padding-bottom:25px; color:#3d3d3d;">统一身份认证平台</div>
  28. <div style="text-align:center; font-size:15px; color:#fe7511;">系统认证中,请耐心等待...</div>
  29. </div>
  30. </body>
  31. </html>