![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/var/tmp/twig/09/ |
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; 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; use Twig\TemplateWrapper; /* @MauticUser/Security/base.html.twig */ class __TwigTemplate_e71cdf44c18dc35234bd8d325b95f539 extends Template { private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'pageTitle' => [$this, 'block_pageTitle'], 'content' => [$this, 'block_content'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield " <!DOCTYPE html> <html> <head> <meta charset=\"UTF-8\" /> <title>"; // line 6 yield from $this->unwrap()->yieldBlock('pageTitle', $context, $blocks); yield "</title> <meta name=\"robots\" content=\"noindex, nofollow\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\"> <link rel=\"icon\" type=\"image/x-icon\" href=\""; // line 9 yield $this->extensions['Mautic\CoreBundle\Twig\Extension\AssetExtension']->getOverridableUrl("images/favicon.ico"); yield "\" /> <link rel=\"apple-touch-icon\" href=\""; // line 10 yield $this->extensions['Mautic\CoreBundle\Twig\Extension\AssetExtension']->getOverridableUrl("images/apple-touch-icon.png"); yield "\" /> "; // line 11 yield $this->extensions['Mautic\CoreBundle\Twig\Extension\AssetExtension']->outputSystemStylesheets(); // line 12 yield Twig\Extension\CoreExtension::include($this->env, $context, "@MauticCore/Default/script.html.twig"); // line 13 yield $this->extensions['Mautic\CoreBundle\Twig\Extension\AssetExtension']->outputHeadDeclarations(); yield " </head> <body> <section id=\"main\" role=\"main\"> <div class=\"container\" style=\"margin-top:100px;\"> <div class=\"row\"> <div class=\"col-lg-4 col-lg-offset-4\"> <div class=\"panel\" name=\"form-login\"> <div class=\"panel-body\"> <div class=\"mautic-logo img-circle mb-md text-center\"> <svg version=\"1.1\" class=\"mautic-logo-figure\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 128 128\" enable-background=\"new 0 0 128 128\" xml:space=\"preserve\"> <path class=\"circle\" d=\"M64,119.843c-30.937,0-56.108-25.17-56.108-56.108C7.893,32.799,33.063,7.629,64,7.629 c7.474,0,14.734,1.446,21.578,4.301c1.936,0.807,2.85,3.03,2.041,4.964c-0.805,1.937-3.029,2.849-4.963,2.043 C76.742,16.472,70.465,15.221,64,15.221c-26.751,0-48.514,21.763-48.514,48.514c0,26.752,21.763,48.516,48.514,48.516 c26.751,0,48.513-21.764,48.513-48.516c0-5.735-0.988-11.345-2.939-16.677c-0.723-1.968,0.289-4.149,2.258-4.869 c1.971-0.721,4.15,0.291,4.871,2.259c2.258,6.171,3.404,12.661,3.404,19.287C120.107,94.673,94.938,119.843,64,119.843\"/> <polygon class=\"m\" points=\"88.545,57.987 79.807,67.055 84.664,87.332 95.621,87.332 \"/> <polygon class=\"m-arrow\" points=\"84.982,31.157 88.004,34.176 63.933,59.605 43.446,38.475 31.664,87.332 42.621,87.332 49.122,60.198 63.933,76.399 95.699,41.815 98.738,44.875 101.75,27.784 \"/> </svg> </div> <div id=\"main-panel-flash-msgs\">"; // line 35 yield Twig\Extension\CoreExtension::include($this->env, $context, "@MauticCore/Notification/flashes.html.twig"); // line 36 yield "</div> "; // line 37 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 38 yield " </div> </div> </div> </div> <div class=\"row\"> <div class=\"col-lg-4 col-lg-offset-4 text-center text-muted\"> "; // line 44 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mautic.core.copyright", ["%date%" => CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extension\CoreExtension']->convertDate("Y"), "format", ["Y"], "method", false, false, false, 44)]), "html", null, true); yield " </div> </div> </div> </section> "; // line 49 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Mautic\CoreBundle\Twig\Extension\SecurityExtension']->getContext(), "html", null, true); yield " </body> </html> "; yield from []; } // line 6 /** * @return iterable<null|scalar|\Stringable> */ public function block_pageTitle(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "Mautic"; yield from []; } // line 37 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MauticUser/Security/base.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 136 => 37, 125 => 6, 116 => 49, 108 => 44, 100 => 38, 98 => 37, 95 => 36, 93 => 35, 69 => 13, 67 => 12, 65 => 11, 61 => 10, 57 => 9, 51 => 6, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@MauticUser/Security/base.html.twig", "/home/corals/mautic.corals.io/app/bundles/UserBundle/Resources/views/Security/base.html.twig"); } }