ieerror.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!doctype html>
  2. <!--
  3. * Licensed to the Apache Software Foundation (ASF) under one or more
  4. * contributor license agreements. See the NOTICE file distributed with
  5. * this work for additional information regarding copyright ownership.
  6. * The ASF licenses this file to You under the Apache License, Version 2.0
  7. * (the "License"); you may not use this file except in compliance with
  8. * the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. -->
  18. <!--[if gt IE 8]>
  19. <script type="text/javascript">
  20. function Redirect() {
  21. window.location.assign("login.jsp");
  22. }
  23. Redirect();
  24. </script>
  25. <![endif]-->
  26. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  27. <!--[if gt IE 7]>
  28. <script src="js/external_lib/es5-shim.min.js"></script>
  29. <script src="js/external_lib/respond.min.js"></script>
  30. <![endif]-->
  31. <html lang="en">
  32. <head>
  33. <meta charset="utf-8">
  34. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  35. <meta name="viewport" content="width=device-width, initial-scale=1">
  36. <title>Atlas</title>
  37. <link href='https://fonts.googleapis.com/css?family=Raleway:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  38. <link href="js/libs/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  39. <link rel="stylesheet" href="js/libs/bootstrap/css/bootstrap.min.css">
  40. <link rel="stylesheet" type="text/css" href="css/bootstrap-sidebar.css" />
  41. <link rel="stylesheet" type="text/css" href="css/style.css">
  42. </head>
  43. <body>
  44. <div id="wrapper">
  45. <!-- Sidebar Begin -->
  46. <div id="sidebar-wrapper">
  47. <ul class="sidebar-nav">
  48. <li class="sidebar-brand">
  49. <a href="#"><i class="fa fa-globe"></i> Apache <strong>Atlas</strong></a>
  50. <!-- <a href="#menu-toggle" class="pull-right" id="menu-toggle"><i class="fa fa-bars"></i></a> -->
  51. </li>
  52. </ul>
  53. </div>
  54. <!-- Sidebar End -->
  55. <!-- Page Content Begin -->
  56. <div id="page-content-wrapper">
  57. <header class="clearfix">
  58. <div style="visibility: hidden;" class="input-group col-sm-4 pull-right main-search">
  59. <input type="text" class="form-control" placeholder="Search...">
  60. </div>
  61. </header>
  62. <div class="page-title clearfix">
  63. <h3>Please note that Atlas does not supports old version of Internet Explorer.</h3>
  64. <p>We recommend upgrading to the latest <a href='https://www.microsoft.com/en-gb/download/internet-explorer.aspx'>Internet Explorer</a>, <a href='https://www.google.co.in/chrome/browser/desktop/'>Google Chrome</a>, or <a href='https://www.mozilla.org/en-US/firefox/new/'>Firefox</a>.</p>
  65. </div>
  66. </div>
  67. <!-- Page Content End -->
  68. </div>
  69. </body>
  70. </html>