var/cache/dev/twig/3b/3b7229024a6d60430afa0ce7a699b61002a1f117429badef69a81239c3f2c9d5.php line 99

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* frontend.html.twig */
  14. class __TwigTemplate_91e3ab28cc394a48fbf42ffd41df8c6d47f966fe536e30b131306f6e5b037fed extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'beta' => [$this'block_beta'],
  27.             'gamma' => [$this'block_gamma'],
  28.             'lefty_title' => [$this'block_lefty_title'],
  29.             'lefty' => [$this'block_lefty'],
  30.             'body' => [$this'block_body'],
  31.             'righty_title' => [$this'block_righty_title'],
  32.             'righty' => [$this'block_righty'],
  33.             'javascripts' => [$this'block_javascripts'],
  34.         ];
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend.html.twig"));
  43.         // line 1
  44.         echo "<!DOCTYPE html>
  45. <html>
  46.     <head>
  47.         <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
  48.         <title>";
  49.         // line 5
  50.         $this->displayBlock('title'$context$blocks);
  51.         echo "</title>
  52.         ";
  53.         // line 6
  54.         $this->displayBlock('stylesheets'$context$blocks);
  55.         // line 13
  56.         echo "        <link rel=\"shortcut icon\" href=\"";
  57.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html"nulltrue);
  58.         echo "\" />
  59.     ";
  60.         // line 14
  61.         $this->loadTemplate("matomo.html""frontend.html.twig"14)->display($context);
  62.         // line 15
  63.         echo "    </head>
  64.     <body>
  65.         ";
  66.         // line 17
  67.         if ((=== twig_compare(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.'17$this->source); })()), "environment", [], "any"falsefalsefalse17), "dev"))) {
  68.             // line 18
  69.             echo "          <img src=\"";
  70.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/dev.png"), "html"nulltrue);
  71.             echo "\" alt=\"bleeding edge\" width=\"100\" style=\"position: fixed; right: 0; z-index: 999;\" />
  72.         ";
  73.         }
  74.         // line 20
  75.         echo "<div id=\"container\" class=\"container_12\">
  76. \t<div id=\"header\" class=\"container_12\">
  77. \t\t<div id=\"subHeader\" class=\"grid_10\">
  78. \t\t\t<div id=\"navigation\" class=\"grid_10\">
  79. \t\t\t  <a href=\"";
  80.         // line 25
  81.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_Home");
  82.         echo "\">Startseite</a>
  83. \t\t\t  <a href=\"";
  84.         // line 26
  85.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_CorrectionList");
  86.         echo "\">Admin</a>
  87. \t\t\t  ";
  88.         // line 27
  89.         if (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.'27$this->source); })()), "user", [], "any"falsefalsefalse27)) {
  90.             // line 28
  91.             echo "\t\t\t    <a href=\"";
  92.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_Logout");
  93.             echo "\">Logout</a>
  94. \t\t\t  ";
  95.         } else {
  96.             // line 30
  97.             echo "  \t\t\t    <a href=\"";
  98.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_Login");
  99.             echo "\">Login</a>
  100.               ";
  101.         }
  102.         // line 32
  103.         echo "            </div>
  104. \t\t\t<div id=\"alpha\" class=\"grid_10\">
  105.         <h1>Berichtigungsliste – Online</h1>
  106. \t\t\t</div>
  107. \t\t\t<div id=\"beta\" class=\"grid_10\">
  108.         <h2>";
  109.         // line 37
  110.         $this->displayBlock('beta'$context$blocks);
  111.         echo "</h2>
  112. \t\t\t</div>
  113. \t\t\t<div id=\"gamma\" class=\"grid_10\">
  114.                 <p>";
  115.         // line 40
  116.         $this->displayBlock('gamma'$context$blocks);
  117.         echo "</p>
  118. \t\t\t</div>
  119. \t\t</div>
  120. \t\t<div id=\"logo\" class=\"grid_2\">&nbsp;</div>
  121. \t</div>
  122. \t<div id=\"left\" class=\"grid_2\">
  123. \t\t<div class=\"sidebarSection\">
  124. \t\t\t<h2><a href=\"";
  125.         // line 48
  126.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "bl""id" => 13]), "html"nulltrue);
  127.         echo "\">BL Online</a></h2>
  128. \t\t</div>
  129. \t\t<div class=\"sidebarSection\">
  130. \t\t\t<h2><a href=\"";
  131.         // line 51
  132.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "collection""id" => "BOEP"]), "html"nulltrue);
  133.         echo "\">BOEP</a></h2>
  134. \t\t</div>
  135. \t\t<div class=\"sidebarSection\">
  136. \t\t\t<h2><a href=\"";
  137.         // line 54
  138.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "collection""id" => "ddb"]), "html"nulltrue);
  139.         echo "\">BOEP doc.</a></h2>
  140. \t\t</div>
  141. \t\t<div class=\"sidebarSection\">
  142. \t\t\t<h2><a href=\"";
  143.         // line 57
  144.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "collection""id" => "dclp"]), "html"nulltrue);
  145.         echo "\">BOEP lit.</a></h2>
  146. \t\t</div>
  147. \t\t<div class=\"sidebarSection\">
  148. \t\t\t<h2><a href=\"";
  149.         // line 60
  150.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_IndexEntryNew");
  151.         echo "\">Neue Wörter</a></h2>
  152. \t\t</div>
  153. \t\t<div class=\"sidebarSection\">
  154. \t\t\t<h2><a href=\"";
  155.         // line 63
  156.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_IndexEntryGhostword");
  157.         echo "\">Ghostwords</a></h2>
  158. \t\t</div>
  159. \t\t<div id=\"topic\" class=\"topic_";
  160.         // line 65
  161.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'65$this->source); })()), "request", [], "any"falsefalsefalse65), "attributes", [], "any"falsefalsefalse65), "get", [=> "_route"], "method"falsefalsefalse65), "html"nulltrue);
  162.         echo "\">&nbsp;</div>
  163.     <div id=\"lefty\" class=\"grid_2\">
  164.       <h5>";
  165.         // line 67
  166.         $this->displayBlock('lefty_title'$context$blocks);
  167.         echo "</h5>
  168.       ";
  169.         // line 68
  170.         $this->displayBlock('lefty'$context$blocks);
  171.         // line 69
  172.         echo "\t\t</div>
  173. \t</div>
  174. \t<div id=\"content\" class=\"grid_9\">
  175. \t\t";
  176.         // line 73
  177.         $this->displayBlock('body'$context$blocks);
  178.         // line 74
  179.         echo "\t</div>
  180. \t<div id=\"right\" class=\"grid_1\">
  181. \t\t<div id=\"quick1\">
  182. \t\t\t<a href=\"";
  183.         // line 78
  184.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_Apiary");
  185.         echo "\">Suche</a>
  186. \t\t</div>
  187. \t\t<div id=\"quick2\">
  188. \t\t\t<a href=\"";
  189.         // line 81
  190.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_Archive");
  191.         echo "\">Archiv</a>
  192. \t\t</div>
  193. \t\t<div id=\"quick3\">
  194.       <a href=\"";
  195.         // line 84
  196.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_About");
  197.         echo "\">Info</a>
  198. \t\t</div>
  199.     <div id=\"righty\" class=\"grid_1\">
  200.       <h5>";
  201.         // line 87
  202.         $this->displayBlock('righty_title'$context$blocks);
  203.         echo "</h5>
  204.       ";
  205.         // line 88
  206.         $this->displayBlock('righty'$context$blocks);
  207.         // line 89
  208.         echo "\t\t</div>
  209. \t</div>
  210. </div>
  211. <div class=\"middler\">
  212. \t<div id=\"search\" class=\"container_12\">
  213.   \t  <form id=\"quicksearch\" autocomplete=\"off\" onsubmit=\"return false;\">
  214. \t    <input id=\"quicksearch_id\" type=\"text\" size=\"60\" value=\"TM, HGV, DDB-Hybrid oder BL-Bandnummer eingeben\" onclick=\"if(\$(this).val() == 'TM, HGV, DDB-Hybrid oder BL-Bandnummer eingeben'){ \$(this).val(''); };\" autocomplete=\"false\"/>
  215. \t    <input id=\"quicksearch_button\" type=\"button\" value=\"Schnellsuche\" onlick=\"return null;\" />
  216. \t  </form>
  217. \t</div>
  218. \t<div id=\"footer\" class=\"container_12\">
  219.   \t  <div id=\"footer_left\" class=\"grid_6\">
  220.       <!--a href=\"";
  221.         // line 103
  222.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_About");
  223.         echo "\">Info</a>
  224.       <a href=\"";
  225.         // line 104
  226.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_Contact");
  227.         echo "\">Kontakt</a>
  228.       <a href=\"";
  229.         // line 105
  230.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_Help");
  231.         echo "\">Hilfe</a-->
  232.       <a href=\"https://www.uni-heidelberg.de/fakultaeten/philosophie/zaw\" target=\"_blank\">Institut für Papyrologie</a>
  233.       <a href=\"mailto:papyrologie@zaw.uni-heidelberg.de\">E-Mail</a>
  234.       <a href=\"https://aquila.zaw.uni-heidelberg.de\">HGV</a>
  235.       <a href=\"https://pappal.info\">PapPal</a>
  236.       <br/>
  237.       <a href=\"https://www.uni-heidelberg.de/datenschutzerklaerung_web.html\" target=\"_blank\">Datenschutzerklärung der Universität Heidelberg</a>
  238.       </div>
  239.   \t  <div id=\"footer_right\" class=\"grid_6\">
  240.       Marstallstr. 6, D-69117 Heidelberg
  241.       <br/>
  242.       Tel.: +049-06221-542396, Fax.: +49-06221-543679
  243.       </div>
  244. \t</div>
  245. </div>
  246.     ";
  247.         // line 120
  248.         $this->displayBlock('javascripts'$context$blocks);
  249.         // line 170
  250.         echo "    </body>
  251. </html>
  252. ";
  253.         
  254.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  255.         
  256.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  257.     }
  258.     // line 5
  259.     public function block_title($context, array $blocks = [])
  260.     {
  261.         $macros $this->macros;
  262.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  263.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  264.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  265.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  266.         echo "𐇴 Beehive\\BL-online 𐇴";
  267.         
  268.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  269.         
  270.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  271.     }
  272.     // line 6
  273.     public function block_stylesheets($context, array $blocks = [])
  274.     {
  275.         $macros $this->macros;
  276.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  277.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  279.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  280.         // line 7
  281.         echo "            <link href=\"";
  282.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/960/reset.css"), "html"nulltrue);
  283.         echo "\" type=\"text/css\" rel=\"stylesheet\" />
  284.             <link href=\"";
  285.         // line 8
  286.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/960/text.css"), "html"nulltrue);
  287.         echo "\" type=\"text/css\" rel=\"stylesheet\" />
  288.             <link href=\"";
  289.         // line 9
  290.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/960/960.css"), "html"nulltrue);
  291.         echo "\" type=\"text/css\" rel=\"stylesheet\" />
  292.             <link href=\"";
  293.         // line 10
  294.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/frontend.css"), "html"nulltrue);
  295.         echo "?9\" type=\"text/css\" rel=\"stylesheet\" />
  296.             <link href=\"";
  297.         // line 11
  298.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/print.css"), "html"nulltrue);
  299.         echo "?3\" type=\"text/css\" rel=\"stylesheet\" media=\"print\" /><!--  media=\"print\" -->
  300.         ";
  301.         
  302.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  303.         
  304.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  305.     }
  306.     // line 37
  307.     public function block_beta($context, array $blocks = [])
  308.     {
  309.         $macros $this->macros;
  310.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  311.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beta"));
  312.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  313.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beta"));
  314.         
  315.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  316.         
  317.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  318.     }
  319.     // line 40
  320.     public function block_gamma($context, array $blocks = [])
  321.     {
  322.         $macros $this->macros;
  323.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  324.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""gamma"));
  325.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  326.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""gamma"));
  327.         
  328.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  329.         
  330.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  331.     }
  332.     // line 67
  333.     public function block_lefty_title($context, array $blocks = [])
  334.     {
  335.         $macros $this->macros;
  336.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  337.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""lefty_title"));
  338.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  339.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""lefty_title"));
  340.         
  341.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  342.         
  343.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  344.     }
  345.     // line 68
  346.     public function block_lefty($context, array $blocks = [])
  347.     {
  348.         $macros $this->macros;
  349.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  350.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""lefty"));
  351.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  352.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""lefty"));
  353.         
  354.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  355.         
  356.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  357.     }
  358.     // line 73
  359.     public function block_body($context, array $blocks = [])
  360.     {
  361.         $macros $this->macros;
  362.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  363.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  364.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  365.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  366.         
  367.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  368.         
  369.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  370.     }
  371.     // line 87
  372.     public function block_righty_title($context, array $blocks = [])
  373.     {
  374.         $macros $this->macros;
  375.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  376.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""righty_title"));
  377.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  378.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""righty_title"));
  379.         
  380.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  381.         
  382.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  383.     }
  384.     // line 88
  385.     public function block_righty($context, array $blocks = [])
  386.     {
  387.         $macros $this->macros;
  388.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  389.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""righty"));
  390.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  391.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""righty"));
  392.         
  393.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  394.         
  395.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  396.     }
  397.     // line 120
  398.     public function block_javascripts($context, array $blocks = [])
  399.     {
  400.         $macros $this->macros;
  401.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  402.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  403.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  404.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  405.         // line 121
  406.         echo "        <script src=\"";
  407.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery/jquery-1.7.1.min.js"), "html"nulltrue);
  408.         echo "\" type=\"text/javascript\"></script>
  409.         <script src=\"";
  410.         // line 122
  411.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery/jquery-ui-1.8.17.custom.min.js"), "html"nulltrue);
  412.         echo "\" type=\"text/javascript\"></script>
  413.         <script src=\"";
  414.         // line 123
  415.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/main.js"), "html"nulltrue);
  416.         echo "\" type=\"text/javascript\"></script>
  417.         <script type=\"text/javascript\">
  418.           var quicksearch = function(){
  419.               var url = window.location.href.includes('/dev') ? '/dev/' : '/';
  420.               var id = \$('#quicksearch_id').val();
  421.               var valid = true;
  422.               if(id.match(/^\\d+\$/)){
  423.                 url += 'tm';
  424.               } else if (id.match(/^\\d+[a-z]+\$/)){
  425.                 url += 'hgv';
  426.               } else if (id.match(/^.+;.*;.+\$/)){
  427.                 url += 'ddb';
  428.               } else if (id.match(/^.+;.+;?\$/)){
  429.                 url += 'volume';
  430.               }  else if (id.match(/^\".+\"\$/)){
  431.                   url += 'search';
  432.                   id = id.replaceAll('\"', '');
  433.               }else if (id.match(/^[IVXLCDM]+\$/)){
  434.                 id = ['', 'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X', 'XI', 'XII', 'XIII', 'XIV', 'XV', 'XVI', 'XVII', 'XVIII', 'XIX', 'XX'].indexOf(id);
  435.                 if(id && id > 0){
  436.                   url += 'bl';
  437.                 } else {
  438.                   valid = false;
  439.                 }
  440.               } else {
  441.                 valid = false;
  442.               }
  443.               if(valid){
  444.                 url += '/' + id;
  445.                 window.location.href = url;
  446.               } else {
  447.                 alert('Id oder Bandnummer eingeben, z. B. XIII (für BL XIII), 34844 (für TM/HGV), p.mil;2;64 oder p.mil;1; (für DDB-Hybrid/Band).');
  448.               }
  449.           };
  450.           \$(document).ready(function(){
  451.            \$('#quicksearch_button').click(quicksearch);
  452.            \$('#quicksearch_id').on('keypress', function(event){
  453.              if(event.which == 13){
  454.                quicksearch();
  455.              }
  456.            });
  457.           });
  458.         </script>
  459.     ";
  460.         
  461.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  462.         
  463.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  464.     }
  465.     public function getTemplateName()
  466.     {
  467.         return "frontend.html.twig";
  468.     }
  469.     public function isTraitable()
  470.     {
  471.         return false;
  472.     }
  473.     public function getDebugInfo()
  474.     {
  475.         return array (  480 => 123,  476 => 122,  471 => 121,  461 => 120,  443 => 88,  425 => 87,  407 => 73,  389 => 68,  371 => 67,  353 => 40,  335 => 37,  323 => 11,  319 => 10,  315 => 9,  311 => 8,  306 => 7,  296 => 6,  277 => 5,  265 => 170,  263 => 120,  245 => 105,  241 => 104,  237 => 103,  221 => 89,  219 => 88,  215 => 87,  209 => 84,  203 => 81,  197 => 78,  191 => 74,  189 => 73,  183 => 69,  181 => 68,  177 => 67,  172 => 65,  167 => 63,  161 => 60,  155 => 57,  149 => 54,  143 => 51,  137 => 48,  126 => 40,  120 => 37,  113 => 32,  107 => 30,  101 => 28,  99 => 27,  95 => 26,  91 => 25,  84 => 20,  78 => 18,  76 => 17,  72 => 15,  70 => 14,  65 => 13,  63 => 6,  59 => 5,  53 => 1,);
  476.     }
  477.     public function getSourceContext()
  478.     {
  479.         return new Source("<!DOCTYPE html>
  480. <html>
  481.     <head>
  482.         <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
  483.         <title>{% block title %}𐇴 Beehive\\BL-online 𐇴{% endblock %}</title>
  484.         {% block stylesheets %}
  485.             <link href=\"{{ asset('css/960/reset.css') }}\" type=\"text/css\" rel=\"stylesheet\" />
  486.             <link href=\"{{ asset('css/960/text.css') }}\" type=\"text/css\" rel=\"stylesheet\" />
  487.             <link href=\"{{ asset('css/960/960.css') }}\" type=\"text/css\" rel=\"stylesheet\" />
  488.             <link href=\"{{ asset('css/frontend.css') }}?9\" type=\"text/css\" rel=\"stylesheet\" />
  489.             <link href=\"{{ asset('css/print.css') }}?3\" type=\"text/css\" rel=\"stylesheet\" media=\"print\" /><!--  media=\"print\" -->
  490.         {% endblock %}
  491.         <link rel=\"shortcut icon\" href=\"{{ asset('favicon.ico') }}\" />
  492.     {% include 'matomo.html' %}
  493.     </head>
  494.     <body>
  495.         {% if app.environment == 'dev' %}
  496.           <img src=\"{{ asset('images/dev.png') }}\" alt=\"bleeding edge\" width=\"100\" style=\"position: fixed; right: 0; z-index: 999;\" />
  497.         {% endif %}
  498. <div id=\"container\" class=\"container_12\">
  499. \t<div id=\"header\" class=\"container_12\">
  500. \t\t<div id=\"subHeader\" class=\"grid_10\">
  501. \t\t\t<div id=\"navigation\" class=\"grid_10\">
  502. \t\t\t  <a href=\"{{ path('PapyrillioBeehive_Home') }}\">Startseite</a>
  503. \t\t\t  <a href=\"{{ path('PapyrillioBeehive_CorrectionList') }}\">Admin</a>
  504. \t\t\t  {% if app.user %}
  505. \t\t\t    <a href=\"{{ path('PapyrillioBeehive_Logout') }}\">Logout</a>
  506. \t\t\t  {% else %}
  507.   \t\t\t    <a href=\"{{ path('PapyrillioBeehive_Login') }}\">Login</a>
  508.               {% endif %}
  509.             </div>
  510. \t\t\t<div id=\"alpha\" class=\"grid_10\">
  511.         <h1>Berichtigungsliste – Online</h1>
  512. \t\t\t</div>
  513. \t\t\t<div id=\"beta\" class=\"grid_10\">
  514.         <h2>{% block beta %}{% endblock %}</h2>
  515. \t\t\t</div>
  516. \t\t\t<div id=\"gamma\" class=\"grid_10\">
  517.                 <p>{% block gamma %}{% endblock %}</p>
  518. \t\t\t</div>
  519. \t\t</div>
  520. \t\t<div id=\"logo\" class=\"grid_2\">&nbsp;</div>
  521. \t</div>
  522. \t<div id=\"left\" class=\"grid_2\">
  523. \t\t<div class=\"sidebarSection\">
  524. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'bl', 'id': 13}) }}\">BL Online</a></h2>
  525. \t\t</div>
  526. \t\t<div class=\"sidebarSection\">
  527. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'collection', 'id': 'BOEP'}) }}\">BOEP</a></h2>
  528. \t\t</div>
  529. \t\t<div class=\"sidebarSection\">
  530. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'collection', 'id': 'ddb'}) }}\">BOEP doc.</a></h2>
  531. \t\t</div>
  532. \t\t<div class=\"sidebarSection\">
  533. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'collection', 'id': 'dclp'}) }}\">BOEP lit.</a></h2>
  534. \t\t</div>
  535. \t\t<div class=\"sidebarSection\">
  536. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_IndexEntryNew') }}\">Neue Wörter</a></h2>
  537. \t\t</div>
  538. \t\t<div class=\"sidebarSection\">
  539. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_IndexEntryGhostword') }}\">Ghostwords</a></h2>
  540. \t\t</div>
  541. \t\t<div id=\"topic\" class=\"topic_{{ app.request.attributes.get('_route') }}\">&nbsp;</div>
  542.     <div id=\"lefty\" class=\"grid_2\">
  543.       <h5>{% block lefty_title %}{% endblock %}</h5>
  544.       {% block lefty %}{% endblock %}
  545. \t\t</div>
  546. \t</div>
  547. \t<div id=\"content\" class=\"grid_9\">
  548. \t\t{% block body %}{% endblock %}
  549. \t</div>
  550. \t<div id=\"right\" class=\"grid_1\">
  551. \t\t<div id=\"quick1\">
  552. \t\t\t<a href=\"{{ path('PapyrillioBeehive_Apiary') }}\">Suche</a>
  553. \t\t</div>
  554. \t\t<div id=\"quick2\">
  555. \t\t\t<a href=\"{{ path('PapyrillioBeehive_Archive') }}\">Archiv</a>
  556. \t\t</div>
  557. \t\t<div id=\"quick3\">
  558.       <a href=\"{{ path('PapyrillioBeehive_About') }}\">Info</a>
  559. \t\t</div>
  560.     <div id=\"righty\" class=\"grid_1\">
  561.       <h5>{% block righty_title %}{% endblock %}</h5>
  562.       {% block righty %}{% endblock %}
  563. \t\t</div>
  564. \t</div>
  565. </div>
  566. <div class=\"middler\">
  567. \t<div id=\"search\" class=\"container_12\">
  568.   \t  <form id=\"quicksearch\" autocomplete=\"off\" onsubmit=\"return false;\">
  569. \t    <input id=\"quicksearch_id\" type=\"text\" size=\"60\" value=\"TM, HGV, DDB-Hybrid oder BL-Bandnummer eingeben\" onclick=\"if(\$(this).val() == 'TM, HGV, DDB-Hybrid oder BL-Bandnummer eingeben'){ \$(this).val(''); };\" autocomplete=\"false\"/>
  570. \t    <input id=\"quicksearch_button\" type=\"button\" value=\"Schnellsuche\" onlick=\"return null;\" />
  571. \t  </form>
  572. \t</div>
  573. \t<div id=\"footer\" class=\"container_12\">
  574.   \t  <div id=\"footer_left\" class=\"grid_6\">
  575.       <!--a href=\"{{ path('PapyrillioBeehive_About') }}\">Info</a>
  576.       <a href=\"{{ path('PapyrillioBeehive_Contact') }}\">Kontakt</a>
  577.       <a href=\"{{ path('PapyrillioBeehive_Help') }}\">Hilfe</a-->
  578.       <a href=\"https://www.uni-heidelberg.de/fakultaeten/philosophie/zaw\" target=\"_blank\">Institut für Papyrologie</a>
  579.       <a href=\"mailto:papyrologie@zaw.uni-heidelberg.de\">E-Mail</a>
  580.       <a href=\"https://aquila.zaw.uni-heidelberg.de\">HGV</a>
  581.       <a href=\"https://pappal.info\">PapPal</a>
  582.       <br/>
  583.       <a href=\"https://www.uni-heidelberg.de/datenschutzerklaerung_web.html\" target=\"_blank\">Datenschutzerklärung der Universität Heidelberg</a>
  584.       </div>
  585.   \t  <div id=\"footer_right\" class=\"grid_6\">
  586.       Marstallstr. 6, D-69117 Heidelberg
  587.       <br/>
  588.       Tel.: +049-06221-542396, Fax.: +49-06221-543679
  589.       </div>
  590. \t</div>
  591. </div>
  592.     {% block javascripts %}
  593.         <script src=\"{{ asset('js/jquery/jquery-1.7.1.min.js') }}\" type=\"text/javascript\"></script>
  594.         <script src=\"{{ asset('js/jquery/jquery-ui-1.8.17.custom.min.js') }}\" type=\"text/javascript\"></script>
  595.         <script src=\"{{ asset('js/main.js') }}\" type=\"text/javascript\"></script>
  596.         <script type=\"text/javascript\">
  597.           var quicksearch = function(){
  598.               var url = window.location.href.includes('/dev') ? '/dev/' : '/';
  599.               var id = \$('#quicksearch_id').val();
  600.               var valid = true;
  601.               if(id.match(/^\\d+\$/)){
  602.                 url += 'tm';
  603.               } else if (id.match(/^\\d+[a-z]+\$/)){
  604.                 url += 'hgv';
  605.               } else if (id.match(/^.+;.*;.+\$/)){
  606.                 url += 'ddb';
  607.               } else if (id.match(/^.+;.+;?\$/)){
  608.                 url += 'volume';
  609.               }  else if (id.match(/^\".+\"\$/)){
  610.                   url += 'search';
  611.                   id = id.replaceAll('\"', '');
  612.               }else if (id.match(/^[IVXLCDM]+\$/)){
  613.                 id = ['', 'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X', 'XI', 'XII', 'XIII', 'XIV', 'XV', 'XVI', 'XVII', 'XVIII', 'XIX', 'XX'].indexOf(id);
  614.                 if(id && id > 0){
  615.                   url += 'bl';
  616.                 } else {
  617.                   valid = false;
  618.                 }
  619.               } else {
  620.                 valid = false;
  621.               }
  622.               if(valid){
  623.                 url += '/' + id;
  624.                 window.location.href = url;
  625.               } else {
  626.                 alert('Id oder Bandnummer eingeben, z. B. XIII (für BL XIII), 34844 (für TM/HGV), p.mil;2;64 oder p.mil;1; (für DDB-Hybrid/Band).');
  627.               }
  628.           };
  629.           \$(document).ready(function(){
  630.            \$('#quicksearch_button').click(quicksearch);
  631.            \$('#quicksearch_id').on('keypress', function(event){
  632.              if(event.which == 13){
  633.                quicksearch();
  634.              }
  635.            });
  636.           });
  637.         </script>
  638.     {% endblock %}
  639.     </body>
  640. </html>
  641. ""frontend.html.twig""/var/www/beehive_dev/templates/frontend.html.twig");
  642.     }
  643. }