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,405 @@
<?php
/* @Twig/Exception/exception_full.html.twig */
class __TwigTemplate_5221a615e02a29bd562874e6feaa76f0aa04734c173d10b4b18cc1c55e0befa5 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
// line 1
$this->parent = $this->loadTemplate("@Twig/layout.html.twig", "@Twig/Exception/exception_full.html.twig", 1);
$this->blocks = array(
'head' => array($this, 'block_head'),
'title' => array($this, 'block_title'),
'body' => array($this, 'block_body'),
);
}
protected function doGetParent(array $context)
{
return "@Twig/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = array())
{
$__internal_1ca92295d10a9aff326462867742fc68f57439efccdcea71e6488d3cbcd20b8f = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_1ca92295d10a9aff326462867742fc68f57439efccdcea71e6488d3cbcd20b8f->enter($__internal_1ca92295d10a9aff326462867742fc68f57439efccdcea71e6488d3cbcd20b8f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/Exception/exception_full.html.twig"));
$__internal_6e669c539b6885db20bd004d4f033bdf0a2d8cc4803988a686c5f785060935b2 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_6e669c539b6885db20bd004d4f033bdf0a2d8cc4803988a686c5f785060935b2->enter($__internal_6e669c539b6885db20bd004d4f033bdf0a2d8cc4803988a686c5f785060935b2_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/Exception/exception_full.html.twig"));
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_1ca92295d10a9aff326462867742fc68f57439efccdcea71e6488d3cbcd20b8f->leave($__internal_1ca92295d10a9aff326462867742fc68f57439efccdcea71e6488d3cbcd20b8f_prof);
$__internal_6e669c539b6885db20bd004d4f033bdf0a2d8cc4803988a686c5f785060935b2->leave($__internal_6e669c539b6885db20bd004d4f033bdf0a2d8cc4803988a686c5f785060935b2_prof);
}
// line 3
public function block_head($context, array $blocks = array())
{
$__internal_224ba4180ab28fa9720afe71a543c50be6191b371730de8e0f51542d1fce9279 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_224ba4180ab28fa9720afe71a543c50be6191b371730de8e0f51542d1fce9279->enter($__internal_224ba4180ab28fa9720afe71a543c50be6191b371730de8e0f51542d1fce9279_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "head"));
$__internal_e636c1da04bf11759544c3d36791d5d5c88bcee95bad6876d26f74fa00b40c73 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_e636c1da04bf11759544c3d36791d5d5c88bcee95bad6876d26f74fa00b40c73->enter($__internal_e636c1da04bf11759544c3d36791d5d5c88bcee95bad6876d26f74fa00b40c73_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "head"));
// line 4
echo " <style>
.sf-reset .traces {
padding-bottom: 14px;
}
.sf-reset .traces li {
font-size: 12px;
color: #868686;
padding: 5px 4px;
list-style-type: decimal;
margin-left: 20px;
}
.sf-reset #logs .traces li.error {
font-style: normal;
color: #AA3333;
background: #f9ecec;
}
.sf-reset #logs .traces li.warning {
font-style: normal;
background: #ffcc00;
}
/* fix for Opera not liking empty <li> */
.sf-reset .traces li:after {
content: \"\\00A0\";
}
.sf-reset .trace {
border: 1px solid #D3D3D3;
padding: 10px;
overflow: auto;
margin: 10px 0 20px;
}
.sf-reset .block-exception {
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
margin-bottom: 20px;
background-color: #f6f6f6;
border: 1px solid #dfdfdf;
padding: 30px 28px;
word-wrap: break-word;
overflow: hidden;
}
.sf-reset .block-exception div {
color: #313131;
font-size: 10px;
}
.sf-reset .block-exception-detected .illustration-exception,
.sf-reset .block-exception-detected .text-exception {
float: left;
}
.sf-reset .block-exception-detected .illustration-exception {
width: 152px;
}
.sf-reset .block-exception-detected .text-exception {
width: 670px;
padding: 30px 44px 24px 46px;
position: relative;
}
.sf-reset .text-exception .open-quote,
.sf-reset .text-exception .close-quote {
font-family: Arial, Helvetica, sans-serif;
position: absolute;
color: #C9C9C9;
font-size: 8em;
}
.sf-reset .open-quote {
top: 0;
left: 0;
}
.sf-reset .close-quote {
bottom: -0.5em;
right: 50px;
}
.sf-reset .block-exception p {
font-family: Arial, Helvetica, sans-serif;
}
.sf-reset .block-exception p a,
.sf-reset .block-exception p a:hover {
color: #565656;
}
.sf-reset .logs h2 {
float: left;
width: 654px;
}
.sf-reset .error-count, .sf-reset .support {
float: right;
width: 170px;
text-align: right;
}
.sf-reset .error-count span {
display: inline-block;
background-color: #aacd4e;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 4px;
color: white;
margin-right: 2px;
font-size: 11px;
font-weight: bold;
}
.sf-reset .support a {
display: inline-block;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 4px;
color: #000000;
margin-right: 2px;
font-size: 11px;
font-weight: bold;
}
.sf-reset .toggle {
vertical-align: middle;
}
.sf-reset .linked ul,
.sf-reset .linked li {
display: inline;
}
.sf-reset #output-content {
color: #000;
font-size: 12px;
}
.sf-reset #traces-text pre {
white-space: pre;
font-size: 12px;
font-family: monospace;
}
</style>
";
$__internal_e636c1da04bf11759544c3d36791d5d5c88bcee95bad6876d26f74fa00b40c73->leave($__internal_e636c1da04bf11759544c3d36791d5d5c88bcee95bad6876d26f74fa00b40c73_prof);
$__internal_224ba4180ab28fa9720afe71a543c50be6191b371730de8e0f51542d1fce9279->leave($__internal_224ba4180ab28fa9720afe71a543c50be6191b371730de8e0f51542d1fce9279_prof);
}
// line 136
public function block_title($context, array $blocks = array())
{
$__internal_fb12aad99e80b96905d9e2ae428906e068a40e95d0aac9a189db488d45fd5f47 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_fb12aad99e80b96905d9e2ae428906e068a40e95d0aac9a189db488d45fd5f47->enter($__internal_fb12aad99e80b96905d9e2ae428906e068a40e95d0aac9a189db488d45fd5f47_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "title"));
$__internal_d09396723915b3dd6236ba962e616b2c31b57c6552049605ee07004e534ba555 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_d09396723915b3dd6236ba962e616b2c31b57c6552049605ee07004e534ba555->enter($__internal_d09396723915b3dd6236ba962e616b2c31b57c6552049605ee07004e534ba555_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "title"));
// line 137
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["exception"] ?? $this->getContext($context, "exception")), "message", array()), "html", null, true);
echo " (";
echo twig_escape_filter($this->env, ($context["status_code"] ?? $this->getContext($context, "status_code")), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["status_text"] ?? $this->getContext($context, "status_text")), "html", null, true);
echo ")
";
$__internal_d09396723915b3dd6236ba962e616b2c31b57c6552049605ee07004e534ba555->leave($__internal_d09396723915b3dd6236ba962e616b2c31b57c6552049605ee07004e534ba555_prof);
$__internal_fb12aad99e80b96905d9e2ae428906e068a40e95d0aac9a189db488d45fd5f47->leave($__internal_fb12aad99e80b96905d9e2ae428906e068a40e95d0aac9a189db488d45fd5f47_prof);
}
// line 140
public function block_body($context, array $blocks = array())
{
$__internal_83fac3666776e115ebd0948b949f81fe0befcd9dc0f243c74bd9232a64daf988 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_83fac3666776e115ebd0948b949f81fe0befcd9dc0f243c74bd9232a64daf988->enter($__internal_83fac3666776e115ebd0948b949f81fe0befcd9dc0f243c74bd9232a64daf988_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
$__internal_adae40e7e4967e66b8146f3afb8c24353d3d7a15c794c05c4bac645b8189d69e = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_adae40e7e4967e66b8146f3afb8c24353d3d7a15c794c05c4bac645b8189d69e->enter($__internal_adae40e7e4967e66b8146f3afb8c24353d3d7a15c794c05c4bac645b8189d69e_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "body"));
// line 141
echo " ";
$this->loadTemplate("@Twig/Exception/exception.html.twig", "@Twig/Exception/exception_full.html.twig", 141)->display($context);
$__internal_adae40e7e4967e66b8146f3afb8c24353d3d7a15c794c05c4bac645b8189d69e->leave($__internal_adae40e7e4967e66b8146f3afb8c24353d3d7a15c794c05c4bac645b8189d69e_prof);
$__internal_83fac3666776e115ebd0948b949f81fe0befcd9dc0f243c74bd9232a64daf988->leave($__internal_83fac3666776e115ebd0948b949f81fe0befcd9dc0f243c74bd9232a64daf988_prof);
}
public function getTemplateName()
{
return "@Twig/Exception/exception_full.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 226 => 141, 217 => 140, 200 => 137, 191 => 136, 51 => 4, 42 => 3, 11 => 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("{% extends '@Twig/layout.html.twig' %}
{% block head %}
<style>
.sf-reset .traces {
padding-bottom: 14px;
}
.sf-reset .traces li {
font-size: 12px;
color: #868686;
padding: 5px 4px;
list-style-type: decimal;
margin-left: 20px;
}
.sf-reset #logs .traces li.error {
font-style: normal;
color: #AA3333;
background: #f9ecec;
}
.sf-reset #logs .traces li.warning {
font-style: normal;
background: #ffcc00;
}
/* fix for Opera not liking empty <li> */
.sf-reset .traces li:after {
content: \"\\00A0\";
}
.sf-reset .trace {
border: 1px solid #D3D3D3;
padding: 10px;
overflow: auto;
margin: 10px 0 20px;
}
.sf-reset .block-exception {
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
margin-bottom: 20px;
background-color: #f6f6f6;
border: 1px solid #dfdfdf;
padding: 30px 28px;
word-wrap: break-word;
overflow: hidden;
}
.sf-reset .block-exception div {
color: #313131;
font-size: 10px;
}
.sf-reset .block-exception-detected .illustration-exception,
.sf-reset .block-exception-detected .text-exception {
float: left;
}
.sf-reset .block-exception-detected .illustration-exception {
width: 152px;
}
.sf-reset .block-exception-detected .text-exception {
width: 670px;
padding: 30px 44px 24px 46px;
position: relative;
}
.sf-reset .text-exception .open-quote,
.sf-reset .text-exception .close-quote {
font-family: Arial, Helvetica, sans-serif;
position: absolute;
color: #C9C9C9;
font-size: 8em;
}
.sf-reset .open-quote {
top: 0;
left: 0;
}
.sf-reset .close-quote {
bottom: -0.5em;
right: 50px;
}
.sf-reset .block-exception p {
font-family: Arial, Helvetica, sans-serif;
}
.sf-reset .block-exception p a,
.sf-reset .block-exception p a:hover {
color: #565656;
}
.sf-reset .logs h2 {
float: left;
width: 654px;
}
.sf-reset .error-count, .sf-reset .support {
float: right;
width: 170px;
text-align: right;
}
.sf-reset .error-count span {
display: inline-block;
background-color: #aacd4e;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 4px;
color: white;
margin-right: 2px;
font-size: 11px;
font-weight: bold;
}
.sf-reset .support a {
display: inline-block;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 4px;
color: #000000;
margin-right: 2px;
font-size: 11px;
font-weight: bold;
}
.sf-reset .toggle {
vertical-align: middle;
}
.sf-reset .linked ul,
.sf-reset .linked li {
display: inline;
}
.sf-reset #output-content {
color: #000;
font-size: 12px;
}
.sf-reset #traces-text pre {
white-space: pre;
font-size: 12px;
font-family: monospace;
}
</style>
{% endblock %}
{% block title %}
{{ exception.message }} ({{ status_code }} {{ status_text }})
{% endblock %}
{% block body %}
{% include '@Twig/Exception/exception.html.twig' %}
{% endblock %}
", "@Twig/Exception/exception_full.html.twig", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig");
}
}