<head>
<meta charset="UTF-8"/>
<title>
{% block title %}
Welcome: NENO COURIER
{% endblock %}
</title>
{# <link rel="icon" type="image/x-icon" href="{{ asset('fos/images/logo.png') }}"/>#}
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.0-RC2/css/bootstrap-datepicker.min.css">
<script src="{{ asset('fos/plugins/jquery/jquery-2.2.4.min.js') }}"></script>
{# <script src="{{ asset('scripts/jquery.fileDownload.js') }}"></script>#}
<script src="{{ asset('fos/plugins/cosmo/js/bootstrap.min.js') }}"></script>
{#<script src="{{ asset('css/js/app.js') }}"></script>#}
{#<script src="{{ asset('css/js/bootstrap-confirmation.min.js') }}"></script>#}
{#<script src="{{ asset('admin_web/css/js/modernizr.custom.js') }}"></script>#}
<link href='http://fonts.googleapis.com/css?family=Nova+Flat' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/bootstrap/easyui.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/icon.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/color.css') }}">
<link rel="stylesheet" href="{{ asset('assets/plugins/fontawesome-free-5.3.1-web/css/all.min.css') }}">
<link href="{{ asset('fos/plugins/fonts/Amaranth/amaranth.css') }}" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="{{ asset('fos/plugins/cosmo/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ asset('fos/css/home.css') }}">
<link rel="stylesheet" href="{{ asset('fos/css/login.css') }}">
<link href="https://fonts.googleapis.com/css?family=Big+Shoulders+Text|Merriweather|Nova+Flat|Open+Sans|Open+Sans+Condensed:300&display=swap" rel="stylesheet">
<style>
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: black;
}
body {
font-family: 'Amaranth', Sans-serif, FontAwesome;
}
</style>
{% block alert %}
<script>
$(window).on('load', function () {
$(".se-pre-con").fadeOut("slow");
});
</script>
{% endblock %}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body>
<div class="se-pre-con"></div>
{% block firstnav %}
{% endblock %}
{% block secondnav %}
{% endblock %}
<div class="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 %}
{% block main %}
{% endblock %}
</div>
<script>
/* window.setTimeout(function () {
$(".resp").fadeTo(500, 0).slideUp(500, function () {
$(this).remove();
});
}, 4000);*/
</script>
<script type="text/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/jquery.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/jquery.easyui.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-filter.js') }}"></script>
<script type="text/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-groupview.js') }}"></script>
<script type="application/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-detailview.js') }}"></script>
<script src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/plugins/jquery.maskedbox.js') }}"></script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script>
window.setTimeout(function() {
$(".resp").fadeTo(500, 0).slideUp(500, function(){
$(this).remove();
});
}, 5000);
</script>
{% block javascript %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</body>
</html>