var/cache/dev/twig/0d/0d896fde41e61cb64d19f40bd343ed3d023f7e1b53302b800a5322def50d9852.php line 76

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. /* security/login_base.html.twig */
  14. class __TwigTemplate_9c176fb1cdc8c35f1f144b6783980b077843fce6c3b307c11008871dd1e903b2 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.             'customstylesheets' => [$this'block_customstylesheets'],
  25.             'main' => [$this'block_main'],
  26.             'customjavascripts' => [$this'block_customjavascripts'],
  27.         ];
  28.     }
  29.     protected function doDisplay(array $context, array $blocks = [])
  30.     {
  31.         $macros $this->macros;
  32.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login_base.html.twig"));
  34.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/login_base.html.twig"));
  36.         // line 1
  37.         echo "<!DOCTYPE html>
  38. <html>
  39. <head>
  40.     <meta charset=\"utf-8\">
  41.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  42.     <meta name=\"robots\" content=\"noindex, nofollow, noarchive, nosnippet, noodp, noimageindex, notranslate, nocache\" />
  43.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  44.     <meta name=\"generator\" content=\"EasyAdmin\" />
  45.     <title> Expressoft gd Integration Api </title>
  46.      <style>
  47.     </style>
  48.     <link rel=\"stylesheet\" href=\"";
  49.         // line 14
  50.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("login_asset/css/app.css"), "html"nulltrue);
  51.         echo "\">
  52.     ";
  53.         // line 15
  54.         $this->displayBlock('customstylesheets'$context$blocks);
  55.         // line 16
  56.         echo "
  57. </head>
  58. <body id=\"\" class=\"ea page-login\">
  59. ";
  60.         // line 23
  61.         $this->displayBlock('main'$context$blocks);
  62.         // line 24
  63.         echo "
  64. <script type=\"text/javascript\">
  65.     const loginForm = document.querySelector('form');
  66.     loginForm.addEventListener('submit', function () {
  67.         loginForm.querySelector('button[type=\"submit\"]').setAttribute('disabled', 'disabled');
  68.     }, false);
  69. </script>
  70. <script src=\"";
  71.         // line 31
  72.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("login_asset/js/app.js"), "html"nulltrue);
  73.         echo "\"></script>
  74. ";
  75.         // line 32
  76.         $this->displayBlock('customjavascripts'$context$blocks);
  77.         // line 33
  78.         echo "
  79. </body>
  80. </html>";
  81.         
  82.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  83.         
  84.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  85.     }
  86.     // line 15
  87.     public function block_customstylesheets($context, array $blocks = [])
  88.     {
  89.         $macros $this->macros;
  90.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  91.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""customstylesheets"));
  92.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""customstylesheets"));
  94.         echo " ";
  95.         
  96.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  97.         
  98.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  99.     }
  100.     // line 23
  101.     public function block_main($context, array $blocks = [])
  102.     {
  103.         $macros $this->macros;
  104.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  105.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  106.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  107.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  108.         
  109.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  110.         
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  112.     }
  113.     // line 32
  114.     public function block_customjavascripts($context, array $blocks = [])
  115.     {
  116.         $macros $this->macros;
  117.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""customjavascripts"));
  119.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  120.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""customjavascripts"));
  121.         echo " ";
  122.         
  123.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  124.         
  125.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  126.     }
  127.     public function getTemplateName()
  128.     {
  129.         return "security/login_base.html.twig";
  130.     }
  131.     public function isTraitable()
  132.     {
  133.         return false;
  134.     }
  135.     public function getDebugInfo()
  136.     {
  137.         return array (  144 => 32,  126 => 23,  107 => 15,  93 => 33,  91 => 32,  87 => 31,  78 => 24,  76 => 23,  67 => 16,  65 => 15,  61 => 14,  46 => 1,);
  138.     }
  139.     public function getSourceContext()
  140.     {
  141.         return new Source("<!DOCTYPE html>
  142. <html>
  143. <head>
  144.     <meta charset=\"utf-8\">
  145.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  146.     <meta name=\"robots\" content=\"noindex, nofollow, noarchive, nosnippet, noodp, noimageindex, notranslate, nocache\" />
  147.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  148.     <meta name=\"generator\" content=\"EasyAdmin\" />
  149.     <title> Expressoft gd Integration Api </title>
  150.      <style>
  151.     </style>
  152.     <link rel=\"stylesheet\" href=\"{{asset('login_asset/css/app.css') }}\">
  153.     {% block customstylesheets %} {% endblock %}
  154. </head>
  155. <body id=\"\" class=\"ea page-login\">
  156. {% block main %}{% endblock %}
  157. <script type=\"text/javascript\">
  158.     const loginForm = document.querySelector('form');
  159.     loginForm.addEventListener('submit', function () {
  160.         loginForm.querySelector('button[type=\"submit\"]').setAttribute('disabled', 'disabled');
  161.     }, false);
  162. </script>
  163. <script src=\"{{asset('login_asset/js/app.js') }}\"></script>
  164. {% block customjavascripts %} {% endblock %}
  165. </body>
  166. </html>""security/login_base.html.twig""/var/www/vhosts/dev.www.ro/ghidus-middleware.production/templates/security/login_base.html.twig");
  167.     }
  168. }