<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>Support Admin</title>
{% block styles %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
<link href="https://fonts.googleapis.com/css?family=Oswald|Slabo+27px" rel="stylesheet">
<link href="{{ asset('fos/plugins/fonts/Amaranth/amaranth.css') }}" rel="stylesheet" type="text/css">
<!-- BOOTSTRAP CORE STYLE CSS -->
<link href="{{ asset('assets/plugins/bootstrap-4.1.1/css/bootstrap.css') }}" rel="stylesheet" />
<link rel="stylesheet" href="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/themes/default/easyui.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/themes/icon.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/themes/color.css') }}">
<!-- FONT AWESOME CSS -->
<link href="{{ asset('assets/plugins/fontawesome-free-5.3.1-web/css/all.min.css') }}" rel="stylesheet" />
<!-- CUSTOM STYLE CSS -->
<link href="{{ asset('assets/css/style.css') }}" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Big+Shoulders+Text|Merriweather|Nova+Flat|Open+Sans|Open+Sans+Condensed:300&display=swap" rel="stylesheet">
{#<link href='http://fonts.googleapis.com/css?family=Nova+Flat' rel='stylesheet' type='text/css' />#}
{#<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css' />#}
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
{% block stylesheets %}
<style>
.navbar .navbar-brand {
font-weight: bold;
height: 60px;
}
.navbar .navbar-brand {
color: white;
}
.navbar .navbar-brand:hover {
color: white;
}
.navbar-brand i {
color: orange;
font-family: 'Nova Flat', sans-serif;
font-style: normal;
font-size: 32px;
}
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('fos/images/loading.gif') center no-repeat rgba(19, 19, 19, 0.38);
}
</style>
{% endblock %}
</head>
<body>
<div class="se-pre-con"></div>
{% block head %}
<div class="" id="head">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="/">
NENO <i style="">COURIER</i>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto nav-pills">
{% block homelink %}
<li class="nav-item">
<a class="nav-link" href="{{ path('homepage') }}">Home <span class="sr-only">(current)</span></a>
</li>
{% endblock %}
{% block parcelsLink %}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Parcels
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="{{ path('bos_all_parcels') }}"><i class="fas fa-plus-circle"></i> All Parcels</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="{{ path('bos_all_transactions') }}"> <i class="fas fa-money-bill"></i> Transactions</a>
<a class="dropdown-item" href="{{ path('daily_accounts') }}"><i class="fas fa-calendar"></i> Daily Accounts</a>
{#<a class="dropdown-item" href="{{ path('vehicle_deliveries') }}"><i class="fas fa-car"></i> Vehicle Deliveries</a>#}
</div>
</li>
{% endblock %}
{% block commissionssLink %}
<li class="nav-item">
<a class="nav-link" href="{{ path('vehicle_deliveries') }}">
Vehicle Deliveries
</a>
</li>
{% endblock %}
{% block usersLink %}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Stations
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="{{ path('stations_') }}"><i class="fas fa-location-arrow"></i> Stations</a>
<a class="dropdown-item" href="{{ path('stations_add') }}"><i class="fas fa-plus-circle"></i> Add Location</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="{{ path('users_') }}"><i class="fas fa-user-plus"></i> Users</a>
</div>
</li>
{% endblock %}
{% block others %}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Others
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="{{ path('owners_page') }}"><i class="fas fa-users"></i> Members</a>
<a class="dropdown-item" href="{{ path('all_vehicles') }}"><i class="fas fa-shuttle-van"></i> Vehicles</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"><i class="fas fa-user-plus"></i> ??</a>
</div>
</li>
{% endblock %}
{% block services %}
<li class="nav-item">
<a class="nav-link" href="{{ path('sms_services') }}">
Maintenance & Services
</a>
</li>
{% endblock %}
{# {% block ownerslink %}
<li class="nav-item">
<a class="nav-link" href="{{ path('owners_page') }}">Members</a>
</li>
{% endblock %}
{% block vehicleslink %}
<li class="nav-item">
<a class="nav-link" href="{{ path('all_vehicles') }}">Vehicles</a>
</li>
{% endblock %}#}
</ul>
{# <form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>#}
</div>
</nav>
</div>
</div>
{% endblock %}
{% block main %}
{% block responseflash %}
{% for flash_message in app.session.flashBag.get('success') %}
<div class="alert alert-success alert-dismissable fade in pro">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong>Success:</strong> {{ flash_message }}
</div>
{% endfor %}
{% for flash_message in app.session.flashBag.get('warning') %}
<div class="alert alert-warning alert-dismissable fade in pro">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong>Warning: </strong> {{ flash_message }}
</div>
{% endfor %}
{% for flash_message in app.session.flashBag.get('error') %}
<div class="alert alert-danger alert-dismissable fade in pro">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong>Error:</strong> {{ flash_message }}
</div>
{% endfor %}
{% endblock %}
{% endblock %}
<div id="footer" style="display: none;">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<h3>Physical Location</h3>
<p>
<br />
Kenya.
<br />
© 2014 Ohau Technologies, ltd | by <a href="http://www.ohautech.com/" style="color:#fff;" target="_blank"></a>
</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<h3>Get Quick Help</h3>
<h4><span>Call: </span>+0716 308 459</h4>
<h4><span>E-mail: </span>--</h4>
<h4><span>Skype:</span> ---</h4>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<h3>Subscribe For Updates</h3>
</div>
</div>
</div>
</div>
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
<script src="https://unpkg.com/@popperjs/core@2"></script>
<!-- Jquery Core Script -->
<script type="text/javascript" src="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/jquery.min.js') }}"></script>
<script src="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/jquery.easyui.min.js') }}"></script>
<!-- Core Bootstrap Script -->
<script src="{{ asset('assets/plugins/bootstrap-4.1.1/js/bootstrap.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/datagrid-filter.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/datagrid-groupview.js') }}"></script>
<script type="application/javascript" src="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/datagrid-detailview.js') }}"></script>
<script src="{{ asset('assets/plugins/jquery-easyui-1.5.5.4/plugins/jquery.maskedbox.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/plugins/jquery.mask.min.js') }}"></script>
{% endblock %}
{% block alert %}
<script>
$(window).on('load', function () {
$(".se-pre-con").fadeOut("slow");
});
</script>
{% endblock %}
</body>
</html>