init without trunk

This commit is contained in:
Kevin Adametz 2020-07-09 12:49:32 +02:00
parent ed24ac4994
commit bb809e7233
14652 changed files with 177862 additions and 94817 deletions

View file

@ -0,0 +1,121 @@
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* default/components/sidebar/searchSidebarWidgetInner.html.twig */
class __TwigTemplate_e34584d72d0be7c51b93fd1ac51dd8386f934745df8ffd36d907ce64bbc4ea8e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/searchSidebarWidgetInner.html.twig"));
// line 1
$this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->setTheme((isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 1, $this->source); })()), [0 => "default/form/theme.html.twig"]);
// line 2
echo "<div class=\"widget clearfix\">
<div class=\"widget-title\">
<a class=\"collapse-widget\" href=\"#search-widget\" data-toggle=\"collapse\">Suche</a>
</div><!-- end title -->
<div class=\"searchwidget collapse in\" id=\"search-widget\">
<form action=\"/suche\" method=\"get\" class=\"searchform row st-search-form\">
<div class=\"form-group col-md-12\">
";
// line 9
echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 9, $this->source); })()), "c", [], "any", false, false, false, 9), "Reiseziel");
echo "
</div>
<div class=\"form-group col-md-12\">
<label for=\"b\" style=\"display: none\"></label>
";
// line 13
echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 13, $this->source); })()), "b", [], "any", false, false, false, 13), "Anreise");
echo "
</div>
<div class=\"form-group col-md-12 form-bottom\">
<label for=\"e\" style=\"display: none\"></label>
";
// line 17
echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 17, $this->source); })()), "e", [], "any", false, false, false, 17), "Abreise");
echo "
</div>
<div class=\"form-group col-md-12 col-sm-12 col-xs-12 text-center form-bottom\">
<button type=\"submit\" class=\"btn btn-primary btn-block\">Angebote suchen</button>
</div>
</form>
</div><!-- end boxwidget -->
</div>";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "default/components/sidebar/searchSidebarWidgetInner.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 17, 58 => 13, 51 => 9, 42 => 2, 40 => 1,);
}
public function getSourceContext()
{
return new Source("{% form_theme search_form 'default/form/theme.html.twig' %}
<div class=\"widget clearfix\">
<div class=\"widget-title\">
<a class=\"collapse-widget\" href=\"#search-widget\" data-toggle=\"collapse\">Suche</a>
</div><!-- end title -->
<div class=\"searchwidget collapse in\" id=\"search-widget\">
<form action=\"/suche\" method=\"get\" class=\"searchform row st-search-form\">
<div class=\"form-group col-md-12\">
{{ form_field_pho(search_form.c, 'Reiseziel') }}
</div>
<div class=\"form-group col-md-12\">
<label for=\"b\" style=\"display: none\"></label>
{{ form_field_pho(search_form.b, 'Anreise') }}
</div>
<div class=\"form-group col-md-12 form-bottom\">
<label for=\"e\" style=\"display: none\"></label>
{{ form_field_pho(search_form.e, 'Abreise') }}
</div>
<div class=\"form-group col-md-12 col-sm-12 col-xs-12 text-center form-bottom\">
<button type=\"submit\" class=\"btn btn-primary btn-block\">Angebote suchen</button>
</div>
</form>
</div><!-- end boxwidget -->
</div>", "default/components/sidebar/searchSidebarWidgetInner.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/searchSidebarWidgetInner.html.twig");
}
}