<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* fos/base.html.twig */
class __TwigTemplate_ff7282873c6ec08c4ff4ef69eb146fa4 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'alert' => [$this, 'block_alert'],
'stylesheets' => [$this, 'block_stylesheets'],
'firstnav' => [$this, 'block_firstnav'],
'secondnav' => [$this, 'block_secondnav'],
'responseflash' => [$this, 'block_responseflash'],
'main' => [$this, 'block_main'],
'javascript' => [$this, 'block_javascript'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "fos/base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "fos/base.html.twig"));
// line 1
echo "<head>
<meta charset=\"UTF-8\"/>
<title>
";
// line 4
$this->displayBlock('title', $context, $blocks);
// line 7
echo " </title>
";
// line 11
echo "
<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=\"";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery/jquery-2.2.4.min.js"), "html", null, true);
echo "\"></script>
";
// line 20
echo "
<script src=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/cosmo/js/bootstrap.min.js"), "html", null, true);
echo "\"></script>
";
// line 24
echo " ";
// line 25
echo "
";
// line 27
echo "
<link href='http://fonts.googleapis.com/css?family=Nova+Flat' rel='stylesheet' type='text/css' />
<link rel=\"stylesheet\" href=\"";
// line 30
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/themes/bootstrap/easyui.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/themes/icon.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 32
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/themes/color.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/plugins/fontawesome-free-5.3.1-web/css/all.min.css"), "html", null, true);
echo "\">
<link href=\"";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/fonts/Amaranth/amaranth.css"), "html", null, true);
echo "\" rel=\"stylesheet\" type=\"text/css\">
<link rel=\"stylesheet\" href=\"";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/cosmo/css/bootstrap.min.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 37
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/css/home.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/css/login.css"), "html", null, true);
echo "\">
<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>
";
// line 55
$this->displayBlock('alert', $context, $blocks);
// line 65
echo "
";
// line 67
$this->displayBlock('stylesheets', $context, $blocks);
// line 71
echo "
</head>
<body>
<div class=\"se-pre-con\"></div>
";
// line 76
$this->displayBlock('firstnav', $context, $blocks);
// line 79
echo "
";
// line 80
$this->displayBlock('secondnav', $context, $blocks);
// line 83
echo "
<div class=\"main\">
";
// line 86
$this->displayBlock('responseflash', $context, $blocks);
// line 107
echo "
";
// line 110
$this->displayBlock('main', $context, $blocks);
// line 114
echo "</div>
<script>
/* window.setTimeout(function () {
\$(\".resp\").fadeTo(500, 0).slideUp(500, function () {
\$(this).remove();
});
}, 4000);*/
</script>
<script type=\"text/javascript\" src=\"";
// line 128
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/jquery.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 129
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/jquery.easyui.min.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 130
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/datagrid-filter.js"), "html", null, true);
echo "\"></script>
<script type=\"text/javascript\" src=\"";
// line 131
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/datagrid-groupview.js"), "html", null, true);
echo "\"></script>
<script type=\"application/javascript\" src=\"";
// line 132
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/datagrid-detailview.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 133
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery-easyui-1.5.5.4/plugins/jquery.maskedbox.js"), "html", null, true);
echo "\"></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>
";
// line 144
$this->displayBlock('javascript', $context, $blocks);
// line 147
echo "</body>
</html>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 4
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 5
echo " Welcome: NENO COURIER
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 55
public function block_alert($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "alert"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "alert"));
// line 56
echo "
<script>
\$(window).on('load', function () {
\$(\".se-pre-con\").fadeOut(\"slow\");
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 67
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 68
echo "
";
// line 69
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 76
public function block_firstnav($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "firstnav"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "firstnav"));
// line 77
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 80
public function block_secondnav($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "secondnav"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "secondnav"));
// line 81
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 86
public function block_responseflash($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "responseflash"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "responseflash"));
// line 87
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 87, $this->source); })()), "session", [], "any", false, false, false, 87), "flashBag", [], "any", false, false, false, 87), "get", ["success"], "method", false, false, false, 87));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 88
echo " <div class=\"alert alert-success alert-dismissable fade in pro\">
<a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
<strong>Success:</strong> ";
// line 90
echo twig_escape_filter($this->env, $context["flash_message"], "html", null, true);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 93
echo "
";
// line 94
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 94, $this->source); })()), "session", [], "any", false, false, false, 94), "flashBag", [], "any", false, false, false, 94), "get", ["warning"], "method", false, false, false, 94));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 95
echo " <div class=\"alert alert-warning alert-dismissable fade in pro\">
<a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
<strong>Warning: </strong> ";
// line 97
echo twig_escape_filter($this->env, $context["flash_message"], "html", null, true);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 100
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 100, $this->source); })()), "session", [], "any", false, false, false, 100), "flashBag", [], "any", false, false, false, 100), "get", ["error"], "method", false, false, false, 100));
foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
// line 101
echo " <div class=\"alert alert-danger alert-dismissable fade in pro\">
<a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
<strong>Error:</strong> ";
// line 103
echo twig_escape_filter($this->env, $context["flash_message"], "html", null, true);
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 106
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 110
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 111
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 144
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 145
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "fos/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 466 => 145, 456 => 144, 444 => 111, 434 => 110, 424 => 106, 415 => 103, 411 => 101, 406 => 100, 397 => 97, 393 => 95, 389 => 94, 386 => 93, 377 => 90, 373 => 88, 368 => 87, 358 => 86, 347 => 81, 337 => 80, 326 => 77, 316 => 76, 304 => 69, 301 => 68, 291 => 67, 273 => 56, 263 => 55, 252 => 5, 242 => 4, 231 => 147, 229 => 144, 215 => 133, 211 => 132, 207 => 131, 203 => 130, 199 => 129, 195 => 128, 179 => 114, 177 => 110, 172 => 107, 170 => 86, 165 => 83, 163 => 80, 160 => 79, 158 => 76, 151 => 71, 149 => 67, 145 => 65, 143 => 55, 123 => 38, 119 => 37, 115 => 36, 111 => 35, 107 => 34, 102 => 32, 98 => 31, 94 => 30, 89 => 27, 86 => 25, 84 => 24, 79 => 21, 76 => 20, 72 => 18, 63 => 11, 58 => 7, 56 => 4, 51 => 1,);
}
public function getSourceContext()
{
return new Source("<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>", "fos/base.html.twig", "/var/www/html/courier/templates/fos/base.html.twig");
}
}