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_Archive");
  185.         echo "\">Archiv</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_Apiary");
  191.         echo "\">Suche</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.value == 'TM, HGV, DDB-Hybrid oder BL-Bandnummer eingeben'){ this.value=''; };\" 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 166
  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(/^[IVXLCDM]+\$/)){
  431.                 id = ['', 'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X', 'XI', 'XII', 'XIII', 'XIV', 'XV', 'XVI', 'XVII', 'XVIII', 'XIX', 'XX'].indexOf(id);
  432.                 if(id && id > 0){
  433.                   url += 'bl';
  434.                 } else {
  435.                   valid = false;
  436.                 }
  437.               } else {
  438.                 valid = false;
  439.               }
  440.               if(valid){
  441.                 url += '/' + id;
  442.                 window.location.href = url;
  443.               } else {
  444.                 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).');
  445.               }
  446.           };
  447.           \$(document).ready(function(){
  448.            \$('#quicksearch_button').click(quicksearch);
  449.            \$('#quicksearch_id').on('keypress', function(event){
  450.              if(event.which == 13){
  451.                quicksearch();
  452.              }
  453.            });
  454.           });
  455.         </script>
  456.     ";
  457.         
  458.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  459.         
  460.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  461.     }
  462.     public function getTemplateName()
  463.     {
  464.         return "frontend.html.twig";
  465.     }
  466.     public function isTraitable()
  467.     {
  468.         return false;
  469.     }
  470.     public function getDebugInfo()
  471.     {
  472.         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 => 166,  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,);
  473.     }
  474.     public function getSourceContext()
  475.     {
  476.         return new Source("<!DOCTYPE html>
  477. <html>
  478.     <head>
  479.         <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
  480.         <title>{% block title %}𐇴 Beehive\\BL-online 𐇴{% endblock %}</title>
  481.         {% block stylesheets %}
  482.             <link href=\"{{ asset('css/960/reset.css') }}\" type=\"text/css\" rel=\"stylesheet\" />
  483.             <link href=\"{{ asset('css/960/text.css') }}\" type=\"text/css\" rel=\"stylesheet\" />
  484.             <link href=\"{{ asset('css/960/960.css') }}\" type=\"text/css\" rel=\"stylesheet\" />
  485.             <link href=\"{{ asset('css/frontend.css') }}?9\" type=\"text/css\" rel=\"stylesheet\" />
  486.             <link href=\"{{ asset('css/print.css') }}?3\" type=\"text/css\" rel=\"stylesheet\" media=\"print\" /><!--  media=\"print\" -->
  487.         {% endblock %}
  488.         <link rel=\"shortcut icon\" href=\"{{ asset('favicon.ico') }}\" />
  489.     {% include 'matomo.html' %}
  490.     </head>
  491.     <body>
  492.         {% if app.environment == 'dev' %}
  493.           <img src=\"{{ asset('images/dev.png') }}\" alt=\"bleeding edge\" width=\"100\" style=\"position: fixed; right: 0; z-index: 999;\" />
  494.         {% endif %}
  495. <div id=\"container\" class=\"container_12\">
  496. \t<div id=\"header\" class=\"container_12\">
  497. \t\t<div id=\"subHeader\" class=\"grid_10\">
  498. \t\t\t<div id=\"navigation\" class=\"grid_10\">
  499. \t\t\t  <a href=\"{{ path('PapyrillioBeehive_Home') }}\">Startseite</a>
  500. \t\t\t  <a href=\"{{ path('PapyrillioBeehive_CorrectionList') }}\">Admin</a>
  501. \t\t\t  {% if app.user %}
  502. \t\t\t    <a href=\"{{ path('PapyrillioBeehive_Logout') }}\">Logout</a>
  503. \t\t\t  {% else %}
  504.   \t\t\t    <a href=\"{{ path('PapyrillioBeehive_Login') }}\">Login</a>
  505.               {% endif %}
  506.             </div>
  507. \t\t\t<div id=\"alpha\" class=\"grid_10\">
  508.         <h1>Berichtigungsliste – Online</h1>
  509. \t\t\t</div>
  510. \t\t\t<div id=\"beta\" class=\"grid_10\">
  511.         <h2>{% block beta %}{% endblock %}</h2>
  512. \t\t\t</div>
  513. \t\t\t<div id=\"gamma\" class=\"grid_10\">
  514.                 <p>{% block gamma %}{% endblock %}</p>
  515. \t\t\t</div>
  516. \t\t</div>
  517. \t\t<div id=\"logo\" class=\"grid_2\">&nbsp;</div>
  518. \t</div>
  519. \t<div id=\"left\" class=\"grid_2\">
  520. \t\t<div class=\"sidebarSection\">
  521. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'bl', 'id': 13}) }}\">BL Online</a></h2>
  522. \t\t</div>
  523. \t\t<div class=\"sidebarSection\">
  524. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'collection', 'id': 'BOEP'}) }}\">BOEP</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': 'ddb'}) }}\">BOEP doc.</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': 'dclp'}) }}\">BOEP lit.</a></h2>
  531. \t\t</div>
  532. \t\t<div class=\"sidebarSection\">
  533. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_IndexEntryNew') }}\">Neue Wörter</a></h2>
  534. \t\t</div>
  535. \t\t<div class=\"sidebarSection\">
  536. \t\t\t<h2><a href=\"{{ path('PapyrillioBeehive_IndexEntryGhostword') }}\">Ghostwords</a></h2>
  537. \t\t</div>
  538. \t\t<div id=\"topic\" class=\"topic_{{ app.request.attributes.get('_route') }}\">&nbsp;</div>
  539.     <div id=\"lefty\" class=\"grid_2\">
  540.       <h5>{% block lefty_title %}{% endblock %}</h5>
  541.       {% block lefty %}{% endblock %}
  542. \t\t</div>
  543. \t</div>
  544. \t<div id=\"content\" class=\"grid_9\">
  545. \t\t{% block body %}{% endblock %}
  546. \t</div>
  547. \t<div id=\"right\" class=\"grid_1\">
  548. \t\t<div id=\"quick1\">
  549. \t\t\t<a href=\"{{ path('PapyrillioBeehive_Archive') }}\">Archiv</a>
  550. \t\t</div>
  551. \t\t<div id=\"quick2\">
  552. \t\t\t<a href=\"{{ path('PapyrillioBeehive_Apiary') }}\">Suche</a>
  553. \t\t</div>
  554. \t\t<div id=\"quick3\">
  555.       <a href=\"{{ path('PapyrillioBeehive_About') }}\">Info</a>
  556. \t\t</div>
  557.     <div id=\"righty\" class=\"grid_1\">
  558.       <h5>{% block righty_title %}{% endblock %}</h5>
  559.       {% block righty %}{% endblock %}
  560. \t\t</div>
  561. \t</div>
  562. </div>
  563. <div class=\"middler\">
  564. \t<div id=\"search\" class=\"container_12\">
  565.   \t  <form id=\"quicksearch\" autocomplete=\"off\" onsubmit=\"return false;\">
  566. \t    <input id=\"quicksearch_id\" type=\"text\" size=\"60\" value=\"TM, HGV, DDB-Hybrid oder BL-Bandnummer eingeben\" onclick=\"if(this.value == 'TM, HGV, DDB-Hybrid oder BL-Bandnummer eingeben'){ this.value=''; };\" autocomplete=\"false\"/>
  567. \t    <input id=\"quicksearch_button\" type=\"button\" value=\"Schnellsuche\" onlick=\"return null;\" />
  568. \t  </form>
  569. \t</div>
  570. \t<div id=\"footer\" class=\"container_12\">
  571.   \t  <div id=\"footer_left\" class=\"grid_6\">
  572.       <!--a href=\"{{ path('PapyrillioBeehive_About') }}\">Info</a>
  573.       <a href=\"{{ path('PapyrillioBeehive_Contact') }}\">Kontakt</a>
  574.       <a href=\"{{ path('PapyrillioBeehive_Help') }}\">Hilfe</a-->
  575.       <a href=\"https://www.uni-heidelberg.de/fakultaeten/philosophie/zaw\" target=\"_blank\">Institut für Papyrologie</a>
  576.       <a href=\"mailto:papyrologie@zaw.uni-heidelberg.de\">E-Mail</a>
  577.       <a href=\"https://aquila.zaw.uni-heidelberg.de\">HGV</a>
  578.       <a href=\"https://pappal.info\">PapPal</a>
  579.       <br/>
  580.       <a href=\"https://www.uni-heidelberg.de/datenschutzerklaerung_web.html\" target=\"_blank\">Datenschutzerklärung der Universität Heidelberg</a>
  581.       </div>
  582.   \t  <div id=\"footer_right\" class=\"grid_6\">
  583.       Marstallstr. 6, D-69117 Heidelberg
  584.       <br/>
  585.       Tel.: +049-06221-542396, Fax.: +49-06221-543679
  586.       </div>
  587. \t</div>
  588. </div>
  589.     {% block javascripts %}
  590.         <script src=\"{{ asset('js/jquery/jquery-1.7.1.min.js') }}\" type=\"text/javascript\"></script>
  591.         <script src=\"{{ asset('js/jquery/jquery-ui-1.8.17.custom.min.js') }}\" type=\"text/javascript\"></script>
  592.         <script src=\"{{ asset('js/main.js') }}\" type=\"text/javascript\"></script>
  593.         <script type=\"text/javascript\">
  594.           var quicksearch = function(){
  595.               var url = window.location.href.includes('/dev') ? '/dev/' : '/';
  596.               var id = \$('#quicksearch_id').val();
  597.               var valid = true;
  598.               if(id.match(/^\\d+\$/)){
  599.                 url += 'tm';
  600.               } else if (id.match(/^\\d+[a-z]+\$/)){
  601.                 url += 'hgv';
  602.               } else if (id.match(/^.+;.*;.+\$/)){
  603.                 url += 'ddb';
  604.               } else if (id.match(/^.+;.+;?\$/)){
  605.                 url += 'volume';
  606.               } else if (id.match(/^[IVXLCDM]+\$/)){
  607.                 id = ['', 'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X', 'XI', 'XII', 'XIII', 'XIV', 'XV', 'XVI', 'XVII', 'XVIII', 'XIX', 'XX'].indexOf(id);
  608.                 if(id && id > 0){
  609.                   url += 'bl';
  610.                 } else {
  611.                   valid = false;
  612.                 }
  613.               } else {
  614.                 valid = false;
  615.               }
  616.               if(valid){
  617.                 url += '/' + id;
  618.                 window.location.href = url;
  619.               } else {
  620.                 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).');
  621.               }
  622.           };
  623.           \$(document).ready(function(){
  624.            \$('#quicksearch_button').click(quicksearch);
  625.            \$('#quicksearch_id').on('keypress', function(event){
  626.              if(event.which == 13){
  627.                quicksearch();
  628.              }
  629.            });
  630.           });
  631.         </script>
  632.     {% endblock %}
  633.     </body>
  634. </html>
  635. ""frontend.html.twig""/var/www/beehive_dev/templates/frontend.html.twig");
  636.     }
  637. }