<?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;
/* layout.html.twig */
class __TwigTemplate_3ae0bd0ab04cfadb1a5feff6f502e775 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'layout_head_meta' => [$this, 'block_layout_head_meta'],
'head_stylesheets' => [$this, 'block_head_stylesheets'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
$this->deferred = $this->env->getExtension('Twig\DeferredExtension\DeferredExtension');
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "layout.html.twig"));
// line 1
echo "<!DOCTYPE html>
<html lang=\"";
// line 2
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2, $this->source); })()), "request", [], "any", false, false, true, 2), "locale", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "\" data-language=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2, $this->source); })()), "request", [], "any", false, false, true, 2), "locale", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "\" data-device=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2, $this->source); })()), "request", [], "any", false, false, true, 2), "locale", [], "any", false, false, true, 2), 2, $this->source), "html", null, true);
echo "\">
<head>
\t<meta charset=\"UTF-8\">
\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
";
// line 7
if ($this->env->getTest('instanceof')->getCallable()((isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 7, $this->source); })()), "\\Pimcore\\Model\\Document\\Page")) {
// line 8
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 8, $this->source); })()), "getTitle", [], "method", false, false, true, 8))) {
// line 9
echo " ";
twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_head_title')->getCallable()(), "set", [0 => twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 9, $this->source); })()), "getTitle", [], "method", false, false, true, 9)], "method", false, false, true, 9);
// line 10
echo " ";
}
// line 11
echo "
";
// line 12
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 12, $this->source); })()), "getDescription", [], "method", false, false, true, 12))) {
// line 13
echo " ";
twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_head_meta')->getCallable()(), "setDescription", [0 => twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 13, $this->source); })()), "getDescription", [], "method", false, false, true, 13)], "method", false, false, true, 13);
// line 14
echo " ";
}
// line 15
echo " ";
}
// line 16
echo "
";
// line 17
$this->displayBlock('layout_head_meta', $context, $blocks);
// line 26
echo "
";
// line 27
$this->displayBlock('head_stylesheets', $context, $blocks);
// line 30
echo "\t
\t";
// line 31
$context["alternateLanguagePath"] = twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 31, $this->source); })()), "getProperty", [0 => "alternateLanguagePath"], "method", false, false, true, 31);
// line 32
echo " ";
if ((isset($context["alternateLanguagePath"]) || array_key_exists("alternateLanguagePath", $context) ? $context["alternateLanguagePath"] : (function () { throw new RuntimeError('Variable "alternateLanguagePath" does not exist.', 32, $this->source); })())) {
// line 33
echo " ";
$context["lang"] = twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 33, $this->source); })()), "getProperty", [0 => "language"], "method", false, false, true, 33);
// line 34
echo " ";
if (((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 34, $this->source); })()) == "en")) {
// line 35
echo " <link rel=\"alternate\" hreflang=\"en\" href=\"";
echo twig_escape_filter($this->env, ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 35, $this->source); })()), "request", [], "any", false, false, true, 35), "getSchemeAndHttpHost", [], "method", false, false, true, 35), 35, $this->source) . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 35, $this->source); })()), "request", [], "any", false, false, true, 35), "requestUri", [], "method", false, false, true, 35), 35, $this->source)), "html", null, true);
echo "\" />
<link rel=\"alternate\" hreflang=\"de\" href=\"";
// line 36
echo twig_escape_filter($this->env, ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 36, $this->source); })()), "request", [], "any", false, false, true, 36), "getSchemeAndHttpHost", [], "method", false, false, true, 36), 36, $this->source) . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["alternateLanguagePath"]) || array_key_exists("alternateLanguagePath", $context) ? $context["alternateLanguagePath"] : (function () { throw new RuntimeError('Variable "alternateLanguagePath" does not exist.', 36, $this->source); })()), "getFullPath", [], "method", false, false, true, 36), 36, $this->source)), "html", null, true);
echo "\" />
";
} else {
// line 38
echo " <link rel=\"alternate\" hreflang=\"en\" href=\"";
echo twig_escape_filter($this->env, ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 38, $this->source); })()), "request", [], "any", false, false, true, 38), "getSchemeAndHttpHost", [], "method", false, false, true, 38), 38, $this->source) . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["alternateLanguagePath"]) || array_key_exists("alternateLanguagePath", $context) ? $context["alternateLanguagePath"] : (function () { throw new RuntimeError('Variable "alternateLanguagePath" does not exist.', 38, $this->source); })()), "getFullPath", [], "method", false, false, true, 38), 38, $this->source)), "html", null, true);
echo "\" />
<link rel=\"alternate\" hreflang=\"de\" href=\"";
// line 39
echo twig_escape_filter($this->env, ($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 39, $this->source); })()), "request", [], "any", false, false, true, 39), "getSchemeAndHttpHost", [], "method", false, false, true, 39), 39, $this->source) . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 39, $this->source); })()), "request", [], "any", false, false, true, 39), "requestUri", [], "method", false, false, true, 39), 39, $this->source)), "html", null, true);
echo "\" />
";
}
// line 41
echo " ";
}
// line 42
echo "
";
// line 44
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 44, $this->source); })())) {
// line 45
echo " <link href=\"/bundles/app/static/backend/css/basic/normalize.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />
<link href=\"/bundles/app/static/backend/css/basic/editmode.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />
<link href=\"/bundles/app/static/backend/css/tabnavigation/tabs.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />
<link href=\"/bundles/app/static/backend/css/multiselect/simple-multiselect.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" /><!-- selectBox Peter -->
<link href=\"/bundles/app/static/backend/css/schemaorg/jquery.timepicker.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/bundles/app/static/backend/css/schemaorg/schemaorgmap.css\" rel=\"stylesheet\" type=\"text/css\" />
<script type=\"text/javascript\">
window.parent.\$(window.parent.document).find('.pimcore_icon_cleanup').parent().parent().parent().parent().hide();
</script>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><?php echo \"\\r\\n\";?>
<style>
.pimcore_editable{
min-height:16px!IMPORTANT;
}
.pimcore_editable input.x-form-text{
height:31px!IMPORTANT;
}
</style>
";
// line 66
echo " ";
} else {
// line 67
echo "
<link rel=\"stylesheet\" media=\"screen\" href=\"/bundles/app/static/frontend/css/compress.css\" />
<!-- Kopf include -->
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/bundles/app/static/frontend/images/favicon/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/bundles/app/static/frontend/images/favicon/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/bundles/app/static/frontend/images/favicon/favicon-16x16.png\">
<link rel=\"manifest\" href=\"/bundles/app/static/frontend/images/favicon/site.webmanifest\">
<link rel=\"mask-icon\" href=\"/bundles/app/static/frontend/images/favicon/safari-pinned-tab.svg\" color=\"#e50000\">
<link rel=\"shortcut icon\" href=\"/bundles/app/static/frontend/images/favicon/favicon.ico\">
<meta name=\"msapplication-TileColor\" content=\"#e50000\">
<meta name=\"msapplication-config\" content=\"/bundles/app/static/frontend/images/favicon/browserconfig.xml\">
<meta name=\"theme-color\" content=\"#ffffff\">
";
// line 87
echo "
\t <link rel=\"stylesheet\" media=\"screen\" href=\"/bundles/app/static/frontend/css/front-page.css\" />
";
// line 89
if (twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 89, $this->source); })()), "getProperty", [0 => "page_startseite"], "method", false, false, true, 89)) {
// line 90
echo " <link rel=\"stylesheet\" media=\"screen\" href=\"/bundles/app/static/frontend/css/front-page.css\" />
";
}
// line 92
echo "
";
// line 94
echo " ";
echo $this->extensions['App\Twig\Extension\GlanzerExtension']->getMetaVerifictionText();
echo "
";
}
// line 96
echo "</head>
";
// line 98
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 98, $this->source); })())) {
// line 99
echo "<body style=\"background-image:url(/bundles/app/static/backend/image/edm-style/tab-nav-bg.png) repeat-x bottom;\">
";
// line 101
$this->displayBlock("content", $context, $blocks);
echo "
";
// line 103
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 103, $this->source); })())) {
// line 104
echo " <script src=\"/bundles/app/static/backend/js/jquery/jquery-3.2.1.min.js\"></script>
<script type=\"text/javascript\" src=\"/bundles/app/static/backend/js/schemaorg/jquery.timepicker.js\"></script>
<script type =\"text/javascript\" src=\"/bundles/app/static/backend/js/jquery/multiselect/simple-multiselect.js\"></script>
<script type=\"text/javascript\">
window.parent.\$(window.parent.document).find('.pimcore_icon_cleanup').parent().parent().parent().parent().hide();
</script>
<script>
function ReadCookie(cookieName) {
var theCookie=\" \"+document.cookie;
var ind=theCookie.indexOf(\" \"+cookieName+\"=\");
if (ind==-1) ind=theCookie.indexOf(\";\"+cookieName+\"=\");
if (ind==-1 || cookieName==\"\") return \"\";
var ind1=theCookie.indexOf(\";\",ind+1);
if (ind1==-1) ind1=theCookie.length;
return unescape(theCookie.substring(ind+cookieName.length+2,ind1));
}
\$( document ).ready(function() {
var cookieName = \"edmtab\" + '<?=\$this->document->getId()?>';
var CookieVal = ReadCookie(cookieName);
if(CookieVal.length > 0){
\$('#' + CookieVal).attr('checked','checked');
}
\$('input.tabContent').on('change', function(e) {
var tabnr = \$(this).attr('id');
console.log(e);
document.cookie = cookieName + \"=\" + tabnr;
});
});
</script>
";
}
// line 136
echo "
";
} else {
// line 138
echo "<body class=\"standard\" data-status=\"\" itemscope=\"\" itemtype=\"http://schema.org/WebPage\">
";
// line 139
echo $this->extensions['App\Twig\Extension\GlanzerExtension']->getFooterText();
echo "
";
// line 143
$context["bgImageSrc"] = twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "BackgroundImagePage"), "getSrc", [], "method", false, false, true, 143);
// line 144
echo "
";
// line 145
if (( !array_key_exists("theme", $context) || twig_test_empty((isset($context["theme"]) || array_key_exists("theme", $context) ? $context["theme"] : (function () { throw new RuntimeError('Variable "theme" does not exist.', 145, $this->source); })())))) {
// line 146
echo " ";
$context["theme"] = ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 146, $this->source); })()), "getProperty", [0 => "theme_doc"], "method", false, false, true, 146)) ? (twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 146, $this->source); })()), "getProperty", [0 => "theme_doc"], "method", false, false, true, 146)) : ("neutral"));
}
// line 148
echo "
<div data-theme=\"";
// line 149
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["theme"]) || array_key_exists("theme", $context) ? $context["theme"] : (function () { throw new RuntimeError('Variable "theme" does not exist.', 149, $this->source); })()), 149, $this->source), "html", null, true);
echo "\" data-page=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 149, $this->source); })()), 149, $this->source), "html", null, true);
echo "\">
<div class=\"layout-page gradient-page ";
// line 150
echo ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 150, $this->source); })()), "getProperty", [0 => "page_startseite"], "method", false, false, true, 150)) ? ("frontpage") : (""));
echo "\">
<aside class=\"side-bar gradient-page\">
<figure class=\"logo ";
// line 152
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["theme"]) || array_key_exists("theme", $context) ? $context["theme"] : (function () { throw new RuntimeError('Variable "theme" does not exist.', 152, $this->source); })()), 152, $this->source), "html", null, true);
echo " ";
echo ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 152, $this->source); })()), "getProperty", [0 => "page_startseite"], "method", false, false, true, 152)) ? ("side-bar-logo--frontpage") : (""));
echo "\">
<a href=\"";
// line 153
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["logo_link"]) || array_key_exists("logo_link", $context) ? $context["logo_link"] : (function () { throw new RuntimeError('Variable "logo_link" does not exist.', 153, $this->source); })()), 153, $this->source), "html", null, true);
echo "\">
<img width=\"123\" height=\"101\" src=\"";
// line 154
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["glanzerLogo"]) || array_key_exists("glanzerLogo", $context) ? $context["glanzerLogo"] : (function () { throw new RuntimeError('Variable "glanzerLogo" does not exist.', 154, $this->source); })()), 154, $this->source), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["glanzerLogoAlt"]) || array_key_exists("glanzerLogoAlt", $context) ? $context["glanzerLogoAlt"] : (function () { throw new RuntimeError('Variable "glanzerLogoAlt" does not exist.', 154, $this->source); })()), 154, $this->source), "html", null, true);
echo "\"/>
</a>
</figure>
<nav class=\"navigation\">
<ul class=\"no-bullet font-light theme-indicator-wrp\" data-menu=\"sidebar\">
<li class=\"theme-indicator theme-indicator--mobile shops\">
<a class=\"theme-title theme-title--mobile\" href=\"";
// line 161
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["url_shops"]) || array_key_exists("url_shops", $context) ? $context["url_shops"] : (function () { throw new RuntimeError('Variable "url_shops" does not exist.', 161, $this->source); })()), 161, $this->source), "html", null, true);
echo "\">
<div class=\"label centered-flex\">
<span class=\"uppercase font-bold\">";
// line 163
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["text_shops"]) || array_key_exists("text_shops", $context) ? $context["text_shops"] : (function () { throw new RuntimeError('Variable "text_shops" does not exist.', 163, $this->source); })()), 163, $this->source), "html", null, true);
echo "</span>
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 300\" width=\"50\" height=\"300\"
preserveAspectRatio=\"xMaxYMax meet\">
<text class=\"tab-text\"
transform=\"matrix(6.123234e-17 -1 1 6.123234e-17 42.7734 258)\">";
// line 167
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["text_shops"]) || array_key_exists("text_shops", $context) ? $context["text_shops"] : (function () { throw new RuntimeError('Variable "text_shops" does not exist.', 167, $this->source); })()), 167, $this->source), "html", null, true);
echo "</text>
</svg>
</div>
</a>
</li>
<li class=\"theme-indicator theme-indicator--mobile rent\">
<a class=\"theme-title theme-title--mobile\" href=\"";
// line 173
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["url_rent"]) || array_key_exists("url_rent", $context) ? $context["url_rent"] : (function () { throw new RuntimeError('Variable "url_rent" does not exist.', 173, $this->source); })()), 173, $this->source), "html", null, true);
echo "\">
<div class=\"label centered-flex\">
<span class=\"uppercase font-bold\">";
// line 175
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["text_rent"]) || array_key_exists("text_rent", $context) ? $context["text_rent"] : (function () { throw new RuntimeError('Variable "text_rent" does not exist.', 175, $this->source); })()), 175, $this->source), "html", null, true);
echo "</span>
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 300\" width=\"50\" height=\"300\"
preserveAspectRatio=\"xMaxYMax meet\">
<text class=\"tab-text\" transform=\"matrix(6.123234e-17 -1 1 6.123234e-17 42.7734 280)\">";
// line 178
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["text_rent"]) || array_key_exists("text_rent", $context) ? $context["text_rent"] : (function () { throw new RuntimeError('Variable "text_rent" does not exist.', 178, $this->source); })()), 178, $this->source), "html", null, true);
echo "</text>
</svg>
</div>
</a>
</li>
<li class=\"theme-indicator theme-indicator--mobile homes\">
<a class=\"theme-title theme-title--mobile\" href=\"";
// line 184
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["url_homes"]) || array_key_exists("url_homes", $context) ? $context["url_homes"] : (function () { throw new RuntimeError('Variable "url_homes" does not exist.', 184, $this->source); })()), 184, $this->source), "html", null, true);
echo "\">
<div class=\"label centered-flex\">
<span class=\"uppercase font-bold\">";
// line 186
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["text_homes"]) || array_key_exists("text_homes", $context) ? $context["text_homes"] : (function () { throw new RuntimeError('Variable "text_homes" does not exist.', 186, $this->source); })()), 186, $this->source), "html", null, true);
echo "</span>
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 300\" width=\"50\" height=\"300\"
preserveAspectRatio=\"xMaxYMax meet\">
<text class=\"tab-text\"
transform=\"matrix(6.123234e-17 -1 1 6.123234e-17 42.7734 300)\">";
// line 190
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["text_homes"]) || array_key_exists("text_homes", $context) ? $context["text_homes"] : (function () { throw new RuntimeError('Variable "text_homes" does not exist.', 190, $this->source); })()), 190, $this->source), "html", null, true);
echo "</text>
</svg>
</div>
</a>
</li>
</ul>
<header class=\"header constrainer-maxsize edgepadding ";
// line 196
echo ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 196, $this->source); })()), "getProperty", [0 => "page_startseite"], "method", false, false, true, 196)) ? ("header-front-page") : (""));
echo "\">
";
// line 200
echo " ";
echo twig_include($this->env, $context, "includes/side-navigation/menue.html.twig");
echo "
</header>
";
// line 203
echo twig_include($this->env, $context, "includes/side-navigation/navigation.html.twig");
echo "
</nav>
<script type=\"text/javascript\">
var _skd = window._skd || {};
_skd.callbacks = _skd.callbacks || {};
_skd.callbacks.dsr = _skd.callbacks.dsr || {};
_skd.callbacks.dsr.viewConfirmation = function(data){
window.location.href = window.location.href.split(\"#\")[0]+'/booking-success?total='+data.total;
}
</script>
<script>
(function () {\t\t
\t\t\t\t
if (typeof window.selt === 'undefined') {
window.selt = {
modules: {}
};
} else if (!window.selt.modules) {
window.selt.modules = {};
}
var moduleName = 'sidebar_module'; // naming convention XXX_module
selt.modules[moduleName] = {
name: moduleName,
init: function () {
if (selt.debug) console.log('initialize', this.name);
var navigation = document.querySelectorAll('[data-menu=\"sidebar\"] li'),
navigationLinks = document.querySelectorAll('[data-menu=\"sidebar\"] li a'),
hoverClass = 'peek',
timeOutID;
// uses touchend event to add special class for touch devices
function setHoverState(e) {
if (Modernizr.mq('(min-width: 480px)')) {
var hasHoverState = this.classList.contains(hoverClass),
me = this;
[].forEach.call(navigation, function (el) {
el.classList.remove(hoverClass);
});
switch (e.type) {
case 'touchend':
if (!hasHoverState) {
clearTimeout(timeOutID);
setTimeout(function () {
me.classList.remove(hoverClass);
}, 2000)
// e.preventDefault();
}
break;
case 'mouseleave':
return false;
break;
}
me.classList.add(hoverClass);
}
}
[].forEach.call(navigation, function (el) {
// touch device handling to open dropdown
el.addEventListener('touchend', function (e) {
setHoverState.call(this, e);
}, false);
// mouse handling of off canvas menu items to mimic touch handling
el.addEventListener('mouseenter', function (e) {
setHoverState.call(this, e);
}, false);
el.addEventListener('mouseleave', function (e) {
setHoverState.call(this, e);
}, false);
});
}
}
}());
</script>
</aside>
<main class=\"sidebar-offset gradient-page ";
// line 308
echo ((twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 308, $this->source); })()), "getProperty", [0 => "home"], "method", false, false, true, 308)) ? ("home") : (""));
echo "\">
";
// line 309
echo twig_include($this->env, $context, "includes/side-navigation/menue.html.twig");
echo "
";
// line 310
echo twig_include($this->env, $context, "includes/side-navigation/navigation.html.twig");
echo "
<div class=\"main-wrapper-js\">
";
// line 312
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 312, $this->source); })())) {
// line 313
echo " ";
$this->displayBlock("content", $context, $blocks);
echo "
";
}
// line 315
echo " </div>
<div class=\"footer-wrapper-js\">
";
// line 323
echo "
";
// line 325
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\FooterController::footerAction", ["max" => 3]));
// line 327
echo "
</div>
</main>
</div>
<!-- Page Tab element -->
";
// line 335
if ((twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "checkbox", "buttonSeitenrandRechts"), "isChecked", [], "method", false, false, true, 335) && (twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "link", "buttonSeitenrandRechts_link"), "isEmpty", [], "method", false, false, true, 335) == false))) {
// line 336
echo "
";
// line 337
$context["button_target"] = twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "link", "buttonSeitenrandRechts_link"), "getTarget", [], "method", false, false, true, 337);
// line 338
echo " ";
$context["target"] = ((((isset($context["button_target"]) || array_key_exists("button_target", $context) ? $context["button_target"] : (function () { throw new RuntimeError('Variable "button_target" does not exist.', 338, $this->source); })()) != "")) ? ((isset($context["button_target"]) || array_key_exists("button_target", $context) ? $context["button_target"] : (function () { throw new RuntimeError('Variable "button_target" does not exist.', 338, $this->source); })())) : ("_self"));
// line 339
echo " ";
$context["buttonclass"] = (((Pimcore\Tool\DeviceDetector::getInstance("phone") == "phone")) ? ("onlinebuchen-p") : ("onlinebuchen-d"));
// line 340
echo " <div class=\"sidetab centered-flex font-light theme-color-bg ";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["buttonclass"]) || array_key_exists("buttonclass", $context) ? $context["buttonclass"] : (function () { throw new RuntimeError('Variable "buttonclass" does not exist.', 340, $this->source); })()), 340, $this->source), "html", null, true);
echo "\">
<a class=\"no-underline\" href=\"";
// line 341
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "link", "buttonSeitenrandRechts_link"), "getHref", [], "method", false, false, true, 341), 341, $this->source), "html", null, true);
echo "\" target=\"";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["target"]) || array_key_exists("target", $context) ? $context["target"] : (function () { throw new RuntimeError('Variable "target" does not exist.', 341, $this->source); })()), 341, $this->source), "html", null, true);
echo "\">
";
// line 342
echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "textarea", "buttonSeitenrandRechts_text", ["nl2br" => true]);
echo "
</a>
</div>
";
// line 345
if (twig_get_attribute($this->env, $this->source, (isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 345, $this->source); })()), "getProperty", [0 => "sidetab_shop"], "method", false, false, true, 345)) {
// line 346
echo " <div class=\"sidetab shops centered-flex font-light ";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed((isset($context["buttonclass"]) || array_key_exists("buttonclass", $context) ? $context["buttonclass"] : (function () { throw new RuntimeError('Variable "buttonclass" does not exist.', 346, $this->source); })()), 346, $this->source), "html", null, true);
echo "\" data-theme=\"shops\">
<a class=\"no-underline\" href=\"";
// line 347
echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "href_shop");
echo "\" target=\"_blank\" >
";
// line 348
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("label_shop"), "html", null, true);
echo "
</a>
</div>
";
}
// line 352
echo " ";
}
// line 353
echo "
</div> <!-- ende data-theme -->
";
// line 356
echo twig_include($this->env, $context, "includes/frontend-fuss.html.twig");
echo "
";
// line 359
$context["incTemplates"] = $this->extensions['App\Twig\Extension\GlanzerExtension']->showIncludes();
// line 360
echo "
";
}
// line 363
echo "</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$this->deferred->resolve($this, $context, $blocks);
}
public function block_layout_head_meta($context, array $blocks = [])
{
$this->deferred->defer($this, 'layout_head_meta');
}
// line 17
public function block_layout_head_meta_deferred($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_meta"));
// line 18
echo " ";
echo $this->env->getFunction('pimcore_head_title')->getCallable()();
echo "
";
// line 19
echo $this->env->getFunction('pimcore_head_meta')->getCallable()();
echo "
";
// line 21
if (twig_get_attribute($this->env, $this->source, $this->env->getFunction('pimcore_placeholder')->getCallable()("canonical"), "count", [], "method", false, false, true, 21)) {
// line 22
echo " <link rel=\"canonical\" href=\"";
echo $this->env->getFunction('pimcore_placeholder')->getCallable()("canonical");
echo "\"/>
";
}
// line 24
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$this->deferred->resolve($this, $context, $blocks);
}
public function block_head_stylesheets($context, array $blocks = [])
{
$this->deferred->defer($this, 'head_stylesheets');
}
// line 27
public function block_head_stylesheets_deferred($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head_stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head_stylesheets"));
// line 28
echo " ";
echo $this->env->getFunction('pimcore_head_link')->getCallable()();
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$this->deferred->resolve($this, $context, $blocks);
}
public function getTemplateName()
{
return "layout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 680 => 28, 670 => 27, 653 => 24, 647 => 22, 645 => 21, 640 => 19, 635 => 18, 625 => 17, 607 => 363, 602 => 360, 600 => 359, 594 => 356, 589 => 353, 586 => 352, 579 => 348, 575 => 347, 570 => 346, 568 => 345, 562 => 342, 556 => 341, 551 => 340, 548 => 339, 545 => 338, 543 => 337, 540 => 336, 538 => 335, 528 => 327, 525 => 325, 522 => 323, 517 => 315, 511 => 313, 509 => 312, 504 => 310, 500 => 309, 496 => 308, 388 => 203, 381 => 200, 376 => 196, 367 => 190, 360 => 186, 355 => 184, 346 => 178, 340 => 175, 335 => 173, 326 => 167, 319 => 163, 314 => 161, 302 => 154, 298 => 153, 292 => 152, 287 => 150, 281 => 149, 278 => 148, 274 => 146, 272 => 145, 269 => 144, 267 => 143, 260 => 139, 257 => 138, 253 => 136, 219 => 104, 217 => 103, 212 => 101, 208 => 99, 206 => 98, 202 => 96, 196 => 94, 193 => 92, 189 => 90, 187 => 89, 183 => 87, 166 => 67, 163 => 66, 141 => 45, 139 => 44, 135 => 42, 132 => 41, 127 => 39, 122 => 38, 117 => 36, 112 => 35, 109 => 34, 106 => 33, 103 => 32, 101 => 31, 98 => 30, 96 => 27, 93 => 26, 91 => 17, 88 => 16, 85 => 15, 82 => 14, 79 => 13, 77 => 12, 74 => 11, 71 => 10, 68 => 9, 65 => 8, 63 => 7, 51 => 2, 48 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html lang=\"{{ app.request.locale }}\" data-language=\"{{ app.request.locale }}\" data-device=\"{{ app.request.locale }}\">
<head>
\t<meta charset=\"UTF-8\">
\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
{% if document is instanceof('\\\\Pimcore\\\\Model\\\\Document\\\\Page') %}
{% if document.getTitle() is not empty %}
{% do pimcore_head_title().set(document.getTitle()) %}
{% endif %}
{% if document.getDescription() is not empty %}
{% do pimcore_head_meta().setDescription(document.getDescription()) %}
{% endif %}
{% endif %}
{% block layout_head_meta deferred %}
{{ pimcore_head_title() }}
{{ pimcore_head_meta() }}
{% if pimcore_placeholder('canonical').count() %}
<link rel=\"canonical\" href=\"{{ pimcore_placeholder('canonical') }}\"/>
{% endif %}
{% endblock %}
{% block head_stylesheets deferred %}
{{ pimcore_head_link() }}
{% endblock %}
\t
\t{% set alternateLanguagePath = document.getProperty('alternateLanguagePath') %}
{% if alternateLanguagePath %}
{% set lang = document.getProperty('language') %}
{% if lang == 'en' %}
<link rel=\"alternate\" hreflang=\"en\" href=\"{{ app.request.getSchemeAndHttpHost() ~ app.request.requestUri() }}\" />
<link rel=\"alternate\" hreflang=\"de\" href=\"{{ app.request.getSchemeAndHttpHost() ~ alternateLanguagePath.getFullPath() }}\" />
{% else %}
<link rel=\"alternate\" hreflang=\"en\" href=\"{{ app.request.getSchemeAndHttpHost() ~ alternateLanguagePath.getFullPath() }}\" />
<link rel=\"alternate\" hreflang=\"de\" href=\"{{ app.request.getSchemeAndHttpHost() ~ app.request.requestUri() }}\" />
{% endif %}
{% endif %}
{% if editmode %}
<link href=\"/bundles/app/static/backend/css/basic/normalize.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />
<link href=\"/bundles/app/static/backend/css/basic/editmode.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />
<link href=\"/bundles/app/static/backend/css/tabnavigation/tabs.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" />
<link href=\"/bundles/app/static/backend/css/multiselect/simple-multiselect.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\" /><!-- selectBox Peter -->
<link href=\"/bundles/app/static/backend/css/schemaorg/jquery.timepicker.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/bundles/app/static/backend/css/schemaorg/schemaorgmap.css\" rel=\"stylesheet\" type=\"text/css\" />
<script type=\"text/javascript\">
window.parent.\$(window.parent.document).find('.pimcore_icon_cleanup').parent().parent().parent().parent().hide();
</script>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><?php echo \"\\r\\n\";?>
<style>
.pimcore_editable{
min-height:16px!IMPORTANT;
}
.pimcore_editable input.x-form-text{
height:31px!IMPORTANT;
}
</style>
{# Frontend Part #}
{% else %}
<link rel=\"stylesheet\" media=\"screen\" href=\"/bundles/app/static/frontend/css/compress.css\" />
<!-- Kopf include -->
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/bundles/app/static/frontend/images/favicon/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/bundles/app/static/frontend/images/favicon/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/bundles/app/static/frontend/images/favicon/favicon-16x16.png\">
<link rel=\"manifest\" href=\"/bundles/app/static/frontend/images/favicon/site.webmanifest\">
<link rel=\"mask-icon\" href=\"/bundles/app/static/frontend/images/favicon/safari-pinned-tab.svg\" color=\"#e50000\">
<link rel=\"shortcut icon\" href=\"/bundles/app/static/frontend/images/favicon/favicon.ico\">
<meta name=\"msapplication-TileColor\" content=\"#e50000\">
<meta name=\"msapplication-config\" content=\"/bundles/app/static/frontend/images/favicon/browserconfig.xml\">
<meta name=\"theme-color\" content=\"#ffffff\">
{#
{% if pimcore_link('strukturierteDaten').isEmpty() is not empty %}
{% set strukturierteDatenId = pimcore_link('strukturierteDaten').getId() %}
{{ show_snippet(strukturierteDatenId, []) }}
{% endif %} #}
\t <link rel=\"stylesheet\" media=\"screen\" href=\"/bundles/app/static/frontend/css/front-page.css\" />
{% if document.getProperty('page_startseite') %}
<link rel=\"stylesheet\" media=\"screen\" href=\"/bundles/app/static/frontend/css/front-page.css\" />
{% endif %}
{# gibt aus den Objekten Meta-Tags / etc. vor Ende Head aus #}
{{ codevorendehead_allgemein() | raw }}
{% endif %}
</head>
{% if editmode %}
<body style=\"background-image:url(/bundles/app/static/backend/image/edm-style/tab-nav-bg.png) repeat-x bottom;\">
{{ block('content') }}
{% if editmode %}
<script src=\"/bundles/app/static/backend/js/jquery/jquery-3.2.1.min.js\"></script>
<script type=\"text/javascript\" src=\"/bundles/app/static/backend/js/schemaorg/jquery.timepicker.js\"></script>
<script type =\"text/javascript\" src=\"/bundles/app/static/backend/js/jquery/multiselect/simple-multiselect.js\"></script>
<script type=\"text/javascript\">
window.parent.\$(window.parent.document).find('.pimcore_icon_cleanup').parent().parent().parent().parent().hide();
</script>
<script>
function ReadCookie(cookieName) {
var theCookie=\" \"+document.cookie;
var ind=theCookie.indexOf(\" \"+cookieName+\"=\");
if (ind==-1) ind=theCookie.indexOf(\";\"+cookieName+\"=\");
if (ind==-1 || cookieName==\"\") return \"\";
var ind1=theCookie.indexOf(\";\",ind+1);
if (ind1==-1) ind1=theCookie.length;
return unescape(theCookie.substring(ind+cookieName.length+2,ind1));
}
\$( document ).ready(function() {
var cookieName = \"edmtab\" + '<?=\$this->document->getId()?>';
var CookieVal = ReadCookie(cookieName);
if(CookieVal.length > 0){
\$('#' + CookieVal).attr('checked','checked');
}
\$('input.tabContent').on('change', function(e) {
var tabnr = \$(this).attr('id');
console.log(e);
document.cookie = cookieName + \"=\" + tabnr;
});
});
</script>
{% endif %}
{% else %}
<body class=\"standard\" data-status=\"\" itemscope=\"\" itemtype=\"http://schema.org/WebPage\">
{{ codenachanfangbody_allgemein() | raw }}
{% set bgImageSrc = pimcore_image(\"BackgroundImagePage\").getSrc() %}
{% if theme is not defined or theme is empty %}
{% set theme = document.getProperty('theme_doc') ? document.getProperty('theme_doc') : \"neutral\" %}
{% endif %}
<div data-theme=\"{{ theme }}\" data-page=\"{{ page }}\">
<div class=\"layout-page gradient-page {{ document.getProperty('page_startseite') ? 'frontpage' : '' }}\">
<aside class=\"side-bar gradient-page\">
<figure class=\"logo {{ theme }} {{ document.getProperty('page_startseite') ? 'side-bar-logo--frontpage' : '' }}\">
<a href=\"{{ logo_link }}\">
<img width=\"123\" height=\"101\" src=\"{{ glanzerLogo }}\" alt=\"{{ glanzerLogoAlt }}\"/>
</a>
</figure>
<nav class=\"navigation\">
<ul class=\"no-bullet font-light theme-indicator-wrp\" data-menu=\"sidebar\">
<li class=\"theme-indicator theme-indicator--mobile shops\">
<a class=\"theme-title theme-title--mobile\" href=\"{{ url_shops }}\">
<div class=\"label centered-flex\">
<span class=\"uppercase font-bold\">{{ text_shops }}</span>
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 300\" width=\"50\" height=\"300\"
preserveAspectRatio=\"xMaxYMax meet\">
<text class=\"tab-text\"
transform=\"matrix(6.123234e-17 -1 1 6.123234e-17 42.7734 258)\">{{ text_shops }}</text>
</svg>
</div>
</a>
</li>
<li class=\"theme-indicator theme-indicator--mobile rent\">
<a class=\"theme-title theme-title--mobile\" href=\"{{ url_rent }}\">
<div class=\"label centered-flex\">
<span class=\"uppercase font-bold\">{{ text_rent }}</span>
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 300\" width=\"50\" height=\"300\"
preserveAspectRatio=\"xMaxYMax meet\">
<text class=\"tab-text\" transform=\"matrix(6.123234e-17 -1 1 6.123234e-17 42.7734 280)\">{{ text_rent }}</text>
</svg>
</div>
</a>
</li>
<li class=\"theme-indicator theme-indicator--mobile homes\">
<a class=\"theme-title theme-title--mobile\" href=\"{{ url_homes }}\">
<div class=\"label centered-flex\">
<span class=\"uppercase font-bold\">{{ text_homes }}</span>
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 300\" width=\"50\" height=\"300\"
preserveAspectRatio=\"xMaxYMax meet\">
<text class=\"tab-text\"
transform=\"matrix(6.123234e-17 -1 1 6.123234e-17 42.7734 300)\">{{ text_homes }}</text>
</svg>
</div>
</a>
</li>
</ul>
<header class=\"header constrainer-maxsize edgepadding {{ document.getProperty('page_startseite') ? 'header-front-page' : '' }}\">
{# <?php echo \$this->render('AppBundle:Includes:menue.html.php', ['contacts' => \$contacts]); ?>
#}
{{ include('includes/side-navigation/menue.html.twig') }}
</header>
{{ include('includes/side-navigation/navigation.html.twig') }}
</nav>
<script type=\"text/javascript\">
var _skd = window._skd || {};
_skd.callbacks = _skd.callbacks || {};
_skd.callbacks.dsr = _skd.callbacks.dsr || {};
_skd.callbacks.dsr.viewConfirmation = function(data){
window.location.href = window.location.href.split(\"#\")[0]+'/booking-success?total='+data.total;
}
</script>
<script>
(function () {\t\t
\t\t\t\t
if (typeof window.selt === 'undefined') {
window.selt = {
modules: {}
};
} else if (!window.selt.modules) {
window.selt.modules = {};
}
var moduleName = 'sidebar_module'; // naming convention XXX_module
selt.modules[moduleName] = {
name: moduleName,
init: function () {
if (selt.debug) console.log('initialize', this.name);
var navigation = document.querySelectorAll('[data-menu=\"sidebar\"] li'),
navigationLinks = document.querySelectorAll('[data-menu=\"sidebar\"] li a'),
hoverClass = 'peek',
timeOutID;
// uses touchend event to add special class for touch devices
function setHoverState(e) {
if (Modernizr.mq('(min-width: 480px)')) {
var hasHoverState = this.classList.contains(hoverClass),
me = this;
[].forEach.call(navigation, function (el) {
el.classList.remove(hoverClass);
});
switch (e.type) {
case 'touchend':
if (!hasHoverState) {
clearTimeout(timeOutID);
setTimeout(function () {
me.classList.remove(hoverClass);
}, 2000)
// e.preventDefault();
}
break;
case 'mouseleave':
return false;
break;
}
me.classList.add(hoverClass);
}
}
[].forEach.call(navigation, function (el) {
// touch device handling to open dropdown
el.addEventListener('touchend', function (e) {
setHoverState.call(this, e);
}, false);
// mouse handling of off canvas menu items to mimic touch handling
el.addEventListener('mouseenter', function (e) {
setHoverState.call(this, e);
}, false);
el.addEventListener('mouseleave', function (e) {
setHoverState.call(this, e);
}, false);
});
}
}
}());
</script>
</aside>
<main class=\"sidebar-offset gradient-page {{ document.getProperty('home') ? 'home' : '' }}\">
{{ include('includes/side-navigation/menue.html.twig') }}
{{ include('includes/side-navigation/navigation.html.twig') }}
<div class=\"main-wrapper-js\">
{% if not editmode %}
{{ block('content') }}
{% endif %}
</div>
<div class=\"footer-wrapper-js\">
{# <?php
/* Footer-Snippets +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
echo \$this->action(\"footer\", \"Footer\", \"AppBundle\", []);
echo PHP_EOL;
?> #}
{#{ include('footer/footer.html.twig') } #}
{{ render(controller(
'App\\\\Controller\\\\FooterController::footerAction', {max: 3}
)) }}
</div>
</main>
</div>
<!-- Page Tab element -->
{% if pimcore_checkbox('buttonSeitenrandRechts').isChecked() and pimcore_link('buttonSeitenrandRechts_link').isEmpty() == false %}
{% set button_target = pimcore_link('buttonSeitenrandRechts_link').getTarget() %}
{% set target = (button_target != '') ? button_target : '_self' %}
{% set buttonclass = (pimcore_device(\"phone\") == 'phone') ? 'onlinebuchen-p' : 'onlinebuchen-d' %}
<div class=\"sidetab centered-flex font-light theme-color-bg {{ buttonclass }}\">
<a class=\"no-underline\" href=\"{{pimcore_link('buttonSeitenrandRechts_link').getHref() }}\" target=\"{{ target }}\">
{{ pimcore_textarea(\"buttonSeitenrandRechts_text\",{\"nl2br\": true,}) }}
</a>
</div>
{% if document.getProperty('sidetab_shop') %}
<div class=\"sidetab shops centered-flex font-light {{ buttonclass }}\" data-theme=\"shops\">
<a class=\"no-underline\" href=\"{{ pimcore_input(\"href_shop\") }}\" target=\"_blank\" >
{{ 'label_shop'|trans }}
</a>
</div>
{% endif %}
{% endif %}
</div> <!-- ende data-theme -->
{{ include('includes/frontend-fuss.html.twig') }}
{% set incTemplates = show_includes() %}
{% endif %}
</body>
</html>
", "layout.html.twig", "/var/www/vhosts/jumpalionenbabaloo.at/httpdocs/templates/layout.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 7, "do" => 9, "block" => 17, "set" => 31);
static $filters = array("escape" => 2, "raw" => 94, "trans" => 348);
static $functions = array("pimcore_head_title" => 9, "pimcore_head_meta" => 13, "codevorendehead_allgemein" => 94, "codenachanfangbody_allgemein" => 139, "pimcore_image" => 143, "include" => 200, "render" => 325, "controller" => 325, "pimcore_checkbox" => 335, "pimcore_link" => 335, "pimcore_device" => 339, "pimcore_textarea" => 342, "pimcore_input" => 347, "show_includes" => 359, "pimcore_placeholder" => 21, "pimcore_head_link" => 28);
try {
$this->sandbox->checkSecurity(
['if', 'do', 'block', 'set'],
['escape', 'raw', 'trans'],
['pimcore_head_title', 'pimcore_head_meta', 'codevorendehead_allgemein', 'codenachanfangbody_allgemein', 'pimcore_image', 'include', 'render', 'controller', 'pimcore_checkbox', 'pimcore_link', 'pimcore_device', 'pimcore_textarea', 'pimcore_input', 'show_includes', 'pimcore_placeholder', 'pimcore_head_link']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
private $deferred;
}