Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,216 @@
<?php
/* @Twig/layout.html.twig */
class __TwigTemplate_acc2174062074af03fb3bb3b26767a4c976f383ff80c59264d78675080528724 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
'title' => array($this, 'block_title'),
'head' => array($this, 'block_head'),
'body' => array($this, 'block_body'),
);
}
protected function doDisplay(array $context, array $blocks = array())
{
$__internal_b56bf527586f841ceaaace6c51f7a50277f1ef29639541729063bc396ff9ae20 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_b56bf527586f841ceaaace6c51f7a50277f1ef29639541729063bc396ff9ae20->enter($__internal_b56bf527586f841ceaaace6c51f7a50277f1ef29639541729063bc396ff9ae20_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/layout.html.twig"));
$__internal_189e55bd38f1de11568ceadaa225c7ba7d4838d104602190530e5937757f12c3 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_189e55bd38f1de11568ceadaa225c7ba7d4838d104602190530e5937757f12c3->enter($__internal_189e55bd38f1de11568ceadaa225c7ba7d4838d104602190530e5937757f12c3_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/layout.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"";
// line 4
echo twig_escape_filter($this->env, $this->env->getCharset(), "html", null, true);
echo "\" />
<meta name=\"robots\" content=\"noindex,nofollow\" />
<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
<title>";
// line 7
$this->displayBlock('title', $context, $blocks);
echo "</title>
<link rel=\"icon\" type=\"image/png\" href=\"";
// line 8
echo twig_include($this->env, $context, "@Twig/images/favicon.png.base64");
echo "\">
<style>";
// line 9
echo twig_include($this->env, $context, "@Twig/exception.css.twig");
echo "</style>
";
// line 10
$this->displayBlock('head', $context, $blocks);
// line 11
echo " </head>
<body>
<header>
<div class=\"container\">
<h1 class=\"logo\">";
// line 15
echo twig_include($this->env, $context, "@Twig/images/symfony-logo.svg");
echo " Symfony Exception</h1>
<div class=\"help-link\">
<a href=\"https://symfony.com/doc\">
<span class=\"icon\">";
// line 19
echo twig_include($this->env, $context, "@Twig/images/icon-book.svg");
echo "</span>
<span class=\"hidden-xs-down\">Symfony</span> Docs
</a>
</div>
<div class=\"help-link\">
<a href=\"https://symfony.com/support\">
<span class=\"icon\">";
// line 26
echo twig_include($this->env, $context, "@Twig/images/icon-support.svg");
echo "</span>
<span class=\"hidden-xs-down\">Symfony</span> Support
</a>
</div>
</div>
</header>
";
// line 33
$this->displayBlock('body', $context, $blocks);
// line 34
echo " ";
echo twig_include($this->env, $context, "@Twig/base_js.html.twig");
echo "
</body>
</html>
";
$__internal_b56bf527586f841ceaaace6c51f7a50277f1ef29639541729063bc396ff9ae20->leave($__internal_b56bf527586f841ceaaace6c51f7a50277f1ef29639541729063bc396ff9ae20_prof);
$__internal_189e55bd38f1de11568ceadaa225c7ba7d4838d104602190530e5937757f12c3->leave($__internal_189e55bd38f1de11568ceadaa225c7ba7d4838d104602190530e5937757f12c3_prof);
}
// line 7
public function block_title($context, array $blocks = array())
{
$__internal_42bcc2d2ae8a9bbbc3d5ca4ee8d01c2cd8df037e39f70e8f7f371582259563ac = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_42bcc2d2ae8a9bbbc3d5ca4ee8d01c2cd8df037e39f70e8f7f371582259563ac->enter($__internal_42bcc2d2ae8a9bbbc3d5ca4ee8d01c2cd8df037e39f70e8f7f371582259563ac_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "title"));
$__internal_571e98a8aee315aa91141fa8a5687fef62a8206f83f9b0f14c10673de986dd1f = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_571e98a8aee315aa91141fa8a5687fef62a8206f83f9b0f14c10673de986dd1f->enter($__internal_571e98a8aee315aa91141fa8a5687fef62a8206f83f9b0f14c10673de986dd1f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "title"));
$__internal_571e98a8aee315aa91141fa8a5687fef62a8206f83f9b0f14c10673de986dd1f->leave($__internal_571e98a8aee315aa91141fa8a5687fef62a8206f83f9b0f14c10673de986dd1f_prof);
$__internal_42bcc2d2ae8a9bbbc3d5ca4ee8d01c2cd8df037e39f70e8f7f371582259563ac->leave($__internal_42bcc2d2ae8a9bbbc3d5ca4ee8d01c2cd8df037e39f70e8f7f371582259563ac_prof);
}
// line 10
public function block_head($context, array $blocks = array())
{
$__internal_47562cc1d6d2418c34456832c422ff3c050a7f1bea289f50643e0ea1d6418249 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_47562cc1d6d2418c34456832c422ff3c050a7f1bea289f50643e0ea1d6418249->enter($__internal_47562cc1d6d2418c34456832c422ff3c050a7f1bea289f50643e0ea1d6418249_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "head"));
$__internal_2300d41a30cb22f5294aa5c45d4f2fca8068305b94c4cdda77332b228ab7afb0 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_2300d41a30cb22f5294aa5c45d4f2fca8068305b94c4cdda77332b228ab7afb0->enter($__internal_2300d41a30cb22f5294aa5c45d4f2fca8068305b94c4cdda77332b228ab7afb0_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "head"));
$__internal_2300d41a30cb22f5294aa5c45d4f2fca8068305b94c4cdda77332b228ab7afb0->leave($__internal_2300d41a30cb22f5294aa5c45d4f2fca8068305b94c4cdda77332b228ab7afb0_prof);
$__internal_47562cc1d6d2418c34456832c422ff3c050a7f1bea289f50643e0ea1d6418249->leave($__internal_47562cc1d6d2418c34456832c422ff3c050a7f1bea289f50643e0ea1d6418249_prof);
}
// line 33
public function block_body($context, array $blocks = array())
{
$__internal_236925948178719d92aee5cbba55ea12ebd2952a8820cd66c3c232403b459927 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_236925948178719d92aee5cbba55ea12ebd2952a8820cd66c3c232403b459927->enter($__internal_236925948178719d92aee5cbba55ea12ebd2952a8820cd66c3c232403b459927_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
$__internal_ed44dbf6074b4f4f8c9820aa95155077e88b709ad6dfa0888c9d13b9fb230fc7 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_ed44dbf6074b4f4f8c9820aa95155077e88b709ad6dfa0888c9d13b9fb230fc7->enter($__internal_ed44dbf6074b4f4f8c9820aa95155077e88b709ad6dfa0888c9d13b9fb230fc7_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
$__internal_ed44dbf6074b4f4f8c9820aa95155077e88b709ad6dfa0888c9d13b9fb230fc7->leave($__internal_ed44dbf6074b4f4f8c9820aa95155077e88b709ad6dfa0888c9d13b9fb230fc7_prof);
$__internal_236925948178719d92aee5cbba55ea12ebd2952a8820cd66c3c232403b459927->leave($__internal_236925948178719d92aee5cbba55ea12ebd2952a8820cd66c3c232403b459927_prof);
}
public function getTemplateName()
{
return "@Twig/layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 137 => 33, 120 => 10, 103 => 7, 88 => 34, 86 => 33, 76 => 26, 66 => 19, 59 => 15, 53 => 11, 51 => 10, 47 => 9, 43 => 8, 39 => 7, 33 => 4, 28 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"{{ _charset }}\" />
<meta name=\"robots\" content=\"noindex,nofollow\" />
<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />
<title>{% block title %}{% endblock %}</title>
<link rel=\"icon\" type=\"image/png\" href=\"{{ include('@Twig/images/favicon.png.base64') }}\">
<style>{{ include('@Twig/exception.css.twig') }}</style>
{% block head %}{% endblock %}
</head>
<body>
<header>
<div class=\"container\">
<h1 class=\"logo\">{{ include('@Twig/images/symfony-logo.svg') }} Symfony Exception</h1>
<div class=\"help-link\">
<a href=\"https://symfony.com/doc\">
<span class=\"icon\">{{ include('@Twig/images/icon-book.svg') }}</span>
<span class=\"hidden-xs-down\">Symfony</span> Docs
</a>
</div>
<div class=\"help-link\">
<a href=\"https://symfony.com/support\">
<span class=\"icon\">{{ include('@Twig/images/icon-support.svg') }}</span>
<span class=\"hidden-xs-down\">Symfony</span> Support
</a>
</div>
</div>
</header>
{% block body %}{% endblock %}
{{ include('@Twig/base_js.html.twig') }}
</body>
</html>
", "@Twig/layout.html.twig", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig");
}
}