blob: b871a146121c6af00a8d6deca4c2a01a6c1344dc [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="ie"> <![endif]-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ranger</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/app-font.css">
<link rel="stylesheet" href="styles/font-awesome.min.css">
<link href="styles/bootstrap.min.css" media="all" rel="stylesheet" type="text/css" id="bootstrap-css">
<link href="libs/other/jquery-ui/css/jquery-ui.min.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/other/backgrid/backgrid.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/other/backgrid-column-manager/Backgrid.ColumnManager.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/bower/backgrid-paginator/css/backgrid-paginator.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/bower/backgrid-filter/css/backgrid-filter.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/bower/select2/select2.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/bower/select2/select2-bootstrap4.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/bower/bootstrap-notify/css/bootstrap-notify.css" rel="stylesheet">
<link href="libs/bower/tag-it/css/jquery.tagit.css" rel="stylesheet">
<link href="libs/other/datepicker/css/datepicker.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/bower/x-editable/css/bootstrap-editable.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/other/daterangepicker/css/daterangepicker.css" media="all" rel="stylesheet" type="text/css">
<link href="libs/other/visualsearch/css/workspace.css" rel="stylesheet">
<link href="libs/other/visualsearch/css/icons.css" rel="stylesheet">
<link href="styles/xa.css" media="all" rel="stylesheet" type="text/css">
</head>
<body class="container-fluid service-layout" id="contentBody">
<!-- Main navigation bar
================================================== -->
<header class="navbar fixed-top navbar-expand-lg ranger-nav" id="top-navbar">
<div class="navbar-inner">
<div class="container-fluid">
<a class="navbar-brand logo" href="#"><img alt="Af_logo" src="images/ranger_logo.png"></a>
<a class="btn nav-button collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="fa fw fa fa-reorder"></span> </a>
<div id="r_topNav" style="margin-right: auto;"></div>
<div id="r_topProfileBar"></div>
</div>
</div>
</header>
<!-- / Main navigation bar -->
<!-- Page content
================================================== -->
<section id="r_sidebar"></section>
<section class="container-fluid">
<section id="r_breadcrumbs" class="r_breadcrumbs"></section>
<div class="notifications top-right ranger-notifications"></div>
<section id="r_content" style="min-height: 450px;">
<div class="loading-img">
<div id="center">
<div class="letter_container_1">
<span>L</span>
</div>
<div class="letter_container_2">
<span>O</span>
</div>
<div class="letter_container_3">
<span>A</span>
</div>
<div class="letter_container_4">
<span>D</span>
</div>
<div class="letter_container_5">
<span>I</span>
</div>
<div class="letter_container_6">
<span>N</span>
</div>
<div class="letter_container_7">
<span>G</span>
</div>
<div class="letter_container_8">
<span>..</span>
</div>
</div>
</div>
</section><!-- r_content -->
<!-- Page footer
================================================== -->
<footer class="clearBoth" id="r_footer">
</footer>
<!-- / Page footer -->
</section>
<!-- Page content ends
================================================== -->
<a href="#" class="btn-top _allowNav" id="back-top" title="Scroll to top">
<i class="fa fa-arrow-up bigger-120 _allowNav"></i>
</a>
<script src="libs/bower/requirejs/js/require.js"></script>
<!--
the script tags below are commented/uncommented during the packaging phase.
(see the replacer configuration in POM)
-->
<!-- dev --><script src="scripts/Init.js?ver=build.version"></script>
<!-- prod <script src="scripts/Main.min.js?ver=build.version"></script> -->
<script type="text/javascript">
require.config({
waitSeconds : 0
});
if (!window.console) window.console = {};
if (!window.console.log) window.console.log = function () { };
require(['Main'], function(){
//nothing to do, loading Main already triggers the app
});
</script>
</body>
</html>