var/cache/dev/twig/b0/b072bd33f1617476a697f042c9b39ea3.php line 177

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* fos/base.html.twig */
  14. class __TwigTemplate_ff7282873c6ec08c4ff4ef69eb146fa4 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'alert' => [$this'block_alert'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'firstnav' => [$this'block_firstnav'],
  28.             'secondnav' => [$this'block_secondnav'],
  29.             'responseflash' => [$this'block_responseflash'],
  30.             'main' => [$this'block_main'],
  31.             'javascript' => [$this'block_javascript'],
  32.         ];
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""fos/base.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""fos/base.html.twig"));
  41.         // line 1
  42.         echo "<head>
  43.     <meta charset=\"UTF-8\"/>
  44.     <title>
  45.         ";
  46.         // line 4
  47.         $this->displayBlock('title'$context$blocks);
  48.         // line 7
  49.         echo "    </title>
  50.     ";
  51.         // line 11
  52.         echo "
  53.     <link href=\"https://fonts.googleapis.com/css?family=Roboto\" rel=\"stylesheet\">
  54.     <link rel=\"stylesheet\" href=\"//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.0-RC2/css/bootstrap-datepicker.min.css\">
  55.     <script src=\"";
  56.         // line 18
  57.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/jquery/jquery-2.2.4.min.js"), "html"nulltrue);
  58.         echo "\"></script>
  59.     ";
  60.         // line 20
  61.         echo "
  62.     <script src=\"";
  63.         // line 21
  64.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/cosmo/js/bootstrap.min.js"), "html"nulltrue);
  65.         echo "\"></script>
  66.     ";
  67.         // line 24
  68.         echo "    ";
  69.         // line 25
  70.         echo "
  71.     ";
  72.         // line 27
  73.         echo "
  74.     <link href='http://fonts.googleapis.com/css?family=Nova+Flat' rel='stylesheet' type='text/css' />
  75.     <link rel=\"stylesheet\" href=\"";
  76.         // line 30
  77.         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"nulltrue);
  78.         echo "\">
  79.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  80.         // line 31
  81.         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"nulltrue);
  82.         echo "\">
  83.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  84.         // line 32
  85.         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"nulltrue);
  86.         echo "\">
  87.     <link rel=\"stylesheet\" href=\"";
  88.         // line 34
  89.         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"nulltrue);
  90.         echo "\">
  91.     <link href=\"";
  92.         // line 35
  93.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/fonts/Amaranth/amaranth.css"), "html"nulltrue);
  94.         echo "\" rel=\"stylesheet\" type=\"text/css\">
  95.     <link rel=\"stylesheet\" href=\"";
  96.         // line 36
  97.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/plugins/cosmo/css/bootstrap.min.css"), "html"nulltrue);
  98.         echo "\">
  99.     <link rel=\"stylesheet\" href=\"";
  100.         // line 37
  101.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/css/home.css"), "html"nulltrue);
  102.         echo "\">
  103.     <link rel=\"stylesheet\" href=\"";
  104.         // line 38
  105.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fos/css/login.css"), "html"nulltrue);
  106.         echo "\">
  107.     <link href=\"https://fonts.googleapis.com/css?family=Big+Shoulders+Text|Merriweather|Nova+Flat|Open+Sans|Open+Sans+Condensed:300&display=swap\" rel=\"stylesheet\">
  108.     <style>
  109.         .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  110.             color: black;
  111.         }
  112.         body {
  113.             font-family: 'Amaranth', Sans-serif, FontAwesome;
  114.         }
  115.     </style>
  116.     ";
  117.         // line 55
  118.         $this->displayBlock('alert'$context$blocks);
  119.         // line 65
  120.         echo "
  121.     ";
  122.         // line 67
  123.         $this->displayBlock('stylesheets'$context$blocks);
  124.         // line 71
  125.         echo "
  126. </head>
  127. <body>
  128. <div class=\"se-pre-con\"></div>
  129. ";
  130.         // line 76
  131.         $this->displayBlock('firstnav'$context$blocks);
  132.         // line 79
  133.         echo "
  134. ";
  135.         // line 80
  136.         $this->displayBlock('secondnav'$context$blocks);
  137.         // line 83
  138.         echo "
  139. <div class=\"main\">
  140.     ";
  141.         // line 86
  142.         $this->displayBlock('responseflash'$context$blocks);
  143.         // line 107
  144.         echo "
  145.     ";
  146.         // line 110
  147.         $this->displayBlock('main'$context$blocks);
  148.         // line 114
  149.         echo "</div>
  150. <script>
  151.     /* window.setTimeout(function () {
  152.          \$(\".resp\").fadeTo(500, 0).slideUp(500, function () {
  153.              \$(this).remove();
  154.          });
  155.      }, 4000);*/
  156. </script>
  157. <script type=\"text/javascript\" src=\"";
  158.         // line 128
  159.         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"nulltrue);
  160.         echo "\"></script>
  161. <script type=\"text/javascript\" src=\"";
  162.         // line 129
  163.         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"nulltrue);
  164.         echo "\"></script>
  165. <script type=\"text/javascript\" src=\"";
  166.         // line 130
  167.         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"nulltrue);
  168.         echo "\"></script>
  169. <script type=\"text/javascript\" src=\"";
  170.         // line 131
  171.         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"nulltrue);
  172.         echo "\"></script>
  173. <script type=\"application/javascript\" src=\"";
  174.         // line 132
  175.         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"nulltrue);
  176.         echo "\"></script>
  177. <script src=\"";
  178.         // line 133
  179.         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"nulltrue);
  180.         echo "\"></script>
  181. <script src=\"https://unpkg.com/@popperjs/core@2\"></script>
  182. <script>
  183.     window.setTimeout(function() {
  184.         \$(\".resp\").fadeTo(500, 0).slideUp(500, function(){
  185.             \$(this).remove();
  186.         });
  187.     }, 5000);
  188. </script>
  189. ";
  190.         // line 144
  191.         $this->displayBlock('javascript'$context$blocks);
  192.         // line 147
  193.         echo "</body>
  194. </html>";
  195.         
  196.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  197.         
  198.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  199.     }
  200.     // line 4
  201.     public function block_title($context, array $blocks = [])
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  208.         // line 5
  209.         echo "            Welcome: NENO COURIER
  210.         ";
  211.         
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  213.         
  214.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  215.     }
  216.     // line 55
  217.     public function block_alert($context, array $blocks = [])
  218.     {
  219.         $macros $this->macros;
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""alert"));
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""alert"));
  224.         // line 56
  225.         echo "
  226.         <script>
  227.             \$(window).on('load', function () {
  228.                 \$(\".se-pre-con\").fadeOut(\"slow\");
  229.             });
  230.         </script>
  231.     ";
  232.         
  233.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  234.         
  235.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  236.     }
  237.     // line 67
  238.     public function block_stylesheets($context, array $blocks = [])
  239.     {
  240.         $macros $this->macros;
  241.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  242.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  243.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  244.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  245.         // line 68
  246.         echo "
  247.         ";
  248.         // line 69
  249.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  250.         echo "
  251.     ";
  252.         
  253.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  254.         
  255.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  256.     }
  257.     // line 76
  258.     public function block_firstnav($context, array $blocks = [])
  259.     {
  260.         $macros $this->macros;
  261.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  262.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""firstnav"));
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  264.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""firstnav"));
  265.         // line 77
  266.         echo "
  267. ";
  268.         
  269.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  270.         
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  272.     }
  273.     // line 80
  274.     public function block_secondnav($context, array $blocks = [])
  275.     {
  276.         $macros $this->macros;
  277.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  278.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""secondnav"));
  279.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  280.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""secondnav"));
  281.         // line 81
  282.         echo "
  283. ";
  284.         
  285.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  286.         
  287.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  288.     }
  289.     // line 86
  290.     public function block_responseflash($context, array $blocks = [])
  291.     {
  292.         $macros $this->macros;
  293.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  294.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""responseflash"));
  295.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  296.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""responseflash"));
  297.         // line 87
  298.         echo "        ";
  299.         $context['_parent'] = $context;
  300.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse87), "flashBag", [], "any"falsefalsefalse87), "get", ["success"], "method"falsefalsefalse87));
  301.         foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
  302.             // line 88
  303.             echo "            <div class=\"alert alert-success alert-dismissable fade in pro\">
  304.                 <a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
  305.                 <strong>Success:</strong> ";
  306.             // line 90
  307.             echo twig_escape_filter($this->env$context["flash_message"], "html"nulltrue);
  308.             echo "
  309.             </div>
  310.         ";
  311.         }
  312.         $_parent $context['_parent'];
  313.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
  314.         $context array_intersect_key($context$_parent) + $_parent;
  315.         // line 93
  316.         echo "
  317.         ";
  318.         // line 94
  319.         $context['_parent'] = $context;
  320.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse94), "flashBag", [], "any"falsefalsefalse94), "get", ["warning"], "method"falsefalsefalse94));
  321.         foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
  322.             // line 95
  323.             echo "            <div class=\"alert alert-warning alert-dismissable fade in pro\">
  324.                 <a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
  325.                 <strong>Warning: </strong> ";
  326.             // line 97
  327.             echo twig_escape_filter($this->env$context["flash_message"], "html"nulltrue);
  328.             echo "
  329.             </div>
  330.         ";
  331.         }
  332.         $_parent $context['_parent'];
  333.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
  334.         $context array_intersect_key($context$_parent) + $_parent;
  335.         // line 100
  336.         echo "        ";
  337.         $context['_parent'] = $context;
  338.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse100), "flashBag", [], "any"falsefalsefalse100), "get", ["error"], "method"falsefalsefalse100));
  339.         foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) {
  340.             // line 101
  341.             echo "            <div class=\"alert alert-danger alert-dismissable fade in pro\">
  342.                 <a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
  343.                 <strong>Error:</strong> ";
  344.             // line 103
  345.             echo twig_escape_filter($this->env$context["flash_message"], "html"nulltrue);
  346.             echo "
  347.             </div>
  348.         ";
  349.         }
  350.         $_parent $context['_parent'];
  351.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']);
  352.         $context array_intersect_key($context$_parent) + $_parent;
  353.         // line 106
  354.         echo "    ";
  355.         
  356.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  357.         
  358.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  359.     }
  360.     // line 110
  361.     public function block_main($context, array $blocks = [])
  362.     {
  363.         $macros $this->macros;
  364.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  365.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  366.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  367.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  368.         // line 111
  369.         echo "
  370.     ";
  371.         
  372.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  373.         
  374.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  375.     }
  376.     // line 144
  377.     public function block_javascript($context, array $blocks = [])
  378.     {
  379.         $macros $this->macros;
  380.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  381.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  382.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  383.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  384.         // line 145
  385.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  386.         echo "
  387. ";
  388.         
  389.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  390.         
  391.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  392.     }
  393.     public function getTemplateName()
  394.     {
  395.         return "fos/base.html.twig";
  396.     }
  397.     public function isTraitable()
  398.     {
  399.         return false;
  400.     }
  401.     public function getDebugInfo()
  402.     {
  403.         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,);
  404.     }
  405.     public function getSourceContext()
  406.     {
  407.         return new Source("<head>
  408.     <meta charset=\"UTF-8\"/>
  409.     <title>
  410.         {% block title %}
  411.             Welcome: NENO COURIER
  412.         {% endblock %}
  413.     </title>
  414.     {#    <link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('fos/images/logo.png') }}\"/>#}
  415.     <link href=\"https://fonts.googleapis.com/css?family=Roboto\" rel=\"stylesheet\">
  416.     <link rel=\"stylesheet\" href=\"//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.0-RC2/css/bootstrap-datepicker.min.css\">
  417.     <script src=\"{{ asset('fos/plugins/jquery/jquery-2.2.4.min.js') }}\"></script>
  418.     {#    <script src=\"{{ asset('scripts/jquery.fileDownload.js') }}\"></script>#}
  419.     <script src=\"{{ asset('fos/plugins/cosmo/js/bootstrap.min.js') }}\"></script>
  420.     {#<script src=\"{{ asset('css/js/app.js') }}\"></script>#}
  421.     {#<script src=\"{{ asset('css/js/bootstrap-confirmation.min.js') }}\"></script>#}
  422.     {#<script src=\"{{ asset('admin_web/css/js/modernizr.custom.js') }}\"></script>#}
  423.     <link href='http://fonts.googleapis.com/css?family=Nova+Flat' rel='stylesheet' type='text/css' />
  424.     <link rel=\"stylesheet\" href=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/bootstrap/easyui.css') }}\">
  425.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/icon.css') }}\">
  426.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/color.css') }}\">
  427.     <link rel=\"stylesheet\" href=\"{{ asset('assets/plugins/fontawesome-free-5.3.1-web/css/all.min.css') }}\">
  428.     <link href=\"{{ asset('fos/plugins/fonts/Amaranth/amaranth.css') }}\" rel=\"stylesheet\" type=\"text/css\">
  429.     <link rel=\"stylesheet\" href=\"{{ asset('fos/plugins/cosmo/css/bootstrap.min.css') }}\">
  430.     <link rel=\"stylesheet\" href=\"{{ asset('fos/css/home.css') }}\">
  431.     <link rel=\"stylesheet\" href=\"{{ asset('fos/css/login.css') }}\">
  432.     <link href=\"https://fonts.googleapis.com/css?family=Big+Shoulders+Text|Merriweather|Nova+Flat|Open+Sans|Open+Sans+Condensed:300&display=swap\" rel=\"stylesheet\">
  433.     <style>
  434.         .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  435.             color: black;
  436.         }
  437.         body {
  438.             font-family: 'Amaranth', Sans-serif, FontAwesome;
  439.         }
  440.     </style>
  441.     {% block alert %}
  442.         <script>
  443.             \$(window).on('load', function () {
  444.                 \$(\".se-pre-con\").fadeOut(\"slow\");
  445.             });
  446.         </script>
  447.     {% endblock %}
  448.     {% block stylesheets %}
  449.         {{ encore_entry_link_tags('app') }}
  450.     {% endblock %}
  451. </head>
  452. <body>
  453. <div class=\"se-pre-con\"></div>
  454. {% block firstnav %}
  455. {% endblock %}
  456. {% block secondnav %}
  457. {% endblock %}
  458. <div class=\"main\">
  459.     {% block responseflash %}
  460.         {% for flash_message in app.session.flashBag.get('success') %}
  461.             <div class=\"alert alert-success alert-dismissable fade in pro\">
  462.                 <a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
  463.                 <strong>Success:</strong> {{ flash_message }}
  464.             </div>
  465.         {% endfor %}
  466.         {% for flash_message in app.session.flashBag.get('warning') %}
  467.             <div class=\"alert alert-warning alert-dismissable fade in pro\">
  468.                 <a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
  469.                 <strong>Warning: </strong> {{ flash_message }}
  470.             </div>
  471.         {% endfor %}
  472.         {% for flash_message in app.session.flashBag.get('error') %}
  473.             <div class=\"alert alert-danger alert-dismissable fade in pro\">
  474.                 <a href=\"#\" class=\"close\" data-dismiss=\"alert\" aria-label=\"close\">×</a>
  475.                 <strong>Error:</strong> {{ flash_message }}
  476.             </div>
  477.         {% endfor %}
  478.     {% endblock %}
  479.     {% block main %}
  480.     {% endblock %}
  481. </div>
  482. <script>
  483.     /* window.setTimeout(function () {
  484.          \$(\".resp\").fadeTo(500, 0).slideUp(500, function () {
  485.              \$(this).remove();
  486.          });
  487.      }, 4000);*/
  488. </script>
  489. <script type=\"text/javascript\" src=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/jquery.min.js') }}\"></script>
  490. <script type=\"text/javascript\" src=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/jquery.easyui.min.js') }}\"></script>
  491. <script type=\"text/javascript\" src=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-filter.js') }}\"></script>
  492. <script type=\"text/javascript\" src=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-groupview.js') }}\"></script>
  493. <script type=\"application/javascript\" src=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-detailview.js') }}\"></script>
  494. <script src=\"{{ asset('fos/plugins/jquery-easyui-1.5.5.4/plugins/jquery.maskedbox.js') }}\"></script>
  495. <script src=\"https://unpkg.com/@popperjs/core@2\"></script>
  496. <script>
  497.     window.setTimeout(function() {
  498.         \$(\".resp\").fadeTo(500, 0).slideUp(500, function(){
  499.             \$(this).remove();
  500.         });
  501.     }, 5000);
  502. </script>
  503. {% block javascript %}
  504. {{ encore_entry_script_tags('app') }}
  505. {% endblock %}
  506. </body>
  507. </html>""fos/base.html.twig""/var/www/html/courier/templates/fos/base.html.twig");
  508.     }
  509. }