var/cache/dev/twig/90/903bdbb178f8d488f87c4e9ac1d2df40357d6c6dcd3d3321c6b5a6d861dbeb2d.php line 41

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. /* apiary/index.html.twig */
  14. class __TwigTemplate_2f99f36845b11eae5515e38627dfd7b25a7c53e565c4ce39c66a43dc984009f5 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->blocks = [
  23.             'beta' => [$this'block_beta'],
  24.             'gamma' => [$this'block_gamma'],
  25.             'body' => [$this'block_body'],
  26.             'javascripts' => [$this'block_javascripts'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "frontend.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""apiary/index.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""apiary/index.html.twig"));
  41.         $this->parent $this->loadTemplate("frontend.html.twig""apiary/index.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 3
  49.     public function block_beta($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beta"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""beta"));
  56.         // line 4
  57.         echo "Bestände durchsuchen
  58. ";
  59.         
  60.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  61.         
  62.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  63.     }
  64.     // line 7
  65.     public function block_gamma($context, array $blocks = [])
  66.     {
  67.         $macros $this->macros;
  68.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  69.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""gamma"));
  70.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  71.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""gamma"));
  72.         // line 8
  73.         echo "Hier können die Bestände nach bestimmten Kriterien gefiltert und in verschiedenen Formaten abgerufen werden.
  74. ";
  75.         
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  77.         
  78.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  79.     }
  80.     // line 11
  81.     public function block_body($context, array $blocks = [])
  82.     {
  83.         $macros $this->macros;
  84.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  86.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  87.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  88.         // line 12
  89.         echo "<div class=\"apiary\">
  90.   <h4>Suche nach Ids und Referenzen</h4>
  91.   <br />
  92.   <p>
  93.     <label for=\"bl\">BL nach Bänden</label>
  94.     <select id=\"bl\" class=\"flyTo\">
  95.       <option value=\"1\">I</option>
  96.       <option value=\"2\">II</option>
  97.       <option value=\"3\">III</option>
  98.       <option value=\"4\">IV</option>
  99.       <option value=\"5\">V</option>
  100.       <option value=\"6\">VI</option>
  101.       <option value=\"7\">VII</option>
  102.       <option value=\"8\">VIII</option>
  103.       <option value=\"9\">IX</option>
  104.       <option value=\"10\">X</option>
  105.       <option value=\"11\">XI</option>
  106.       <option value=\"12\">XII</option>
  107.       <option value=\"13\" selected=\"selected\">XIII</option>
  108.     </select>
  109.   </p>
  110.   <p>
  111.     <label for=\"editie\">BL-Editionen</label>
  112.     <select id=\"editie\" class=\"flyTo\" autocomplete=\"off\">
  113.       ";
  114.         // line 37
  115.         $context['_parent'] = $context;
  116.         $context['_seq'] = twig_ensure_traversable((isset($context["editions"]) || array_key_exists("editions"$context) ? $context["editions"] : (function () { throw new RuntimeError('Variable "editions" does not exist.'37$this->source); })()));
  117.         foreach ($context['_seq'] as $context["_key"] => $context["edition"]) {
  118.             // line 38
  119.             echo "        <option value=\"";
  120.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["edition"], "id", [], "any"falsefalsefalse38), "html"nulltrue);
  121.             echo "\">";
  122.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["edition"], "title", [], "any"falsefalsefalse38), "html"nulltrue);
  123.             echo "</option>
  124.       ";
  125.         }
  126.         $_parent $context['_parent'];
  127.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['edition'], $context['_parent'], $context['loop']);
  128.         $context array_intersect_key($context$_parent) + $_parent;
  129.         // line 40
  130.         echo "    </select>
  131.   </p>
  132.   ";
  133.         // line 43
  134.         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.'43$this->source); })()), "user", [], "any"falsefalsefalse43)) {
  135.             // line 44
  136.             echo "    <p>
  137.       <label for=\"bl\">BL im Leidener Format</label>
  138.       <select id=\"report/leiden\" class=\"flyTo\">
  139.         <option value=\"1\">I</option>
  140.         <option value=\"2\">II</option>
  141.         <option value=\"3\">III</option>
  142.         <option value=\"4\">IV</option>
  143.         <option value=\"5\">V</option>
  144.         <option value=\"6\">VI</option>
  145.         <option value=\"7\">VII</option>
  146.         <option value=\"8\">VIII</option>
  147.         <option value=\"9\">IX</option>
  148.         <option value=\"10\">X</option>
  149.         <option value=\"11\">XI</option>
  150.         <option value=\"12\">XII</option>
  151.         <option value=\"13\" selected=\"selected\">XIII</option>
  152.       </select>
  153.     </p>
  154.     <p>
  155.       <label for=\"bl\">BL nach Editionen</label>
  156.       <select id=\"report/overview\" class=\"flyTo\">
  157.         <option value=\"1\">I</option>
  158.         <option value=\"2\">II</option>
  159.         <option value=\"3\">III</option>
  160.         <option value=\"4\">IV</option>
  161.         <option value=\"5\">V</option>
  162.         <option value=\"6\">VI</option>
  163.         <option value=\"7\">VII</option>
  164.         <option value=\"8\">VIII</option>
  165.         <option value=\"9\">IX</option>
  166.         <option value=\"10\">X</option>
  167.         <option value=\"11\">XI</option>
  168.         <option value=\"12\">XII</option>
  169.         <option value=\"13\" selected=\"selected\">XIII</option>
  170.       </select>
  171.     </p>
  172.   ";
  173.         }
  174.         // line 82
  175.         echo "
  176.   <p>
  177.     <label for=\"boep\">BOEP nach Ausgaben</label>
  178.     <select id=\"boep\" class=\"flyTo\">
  179.       <option value=\"Bulletin of Online Emendations to Papyri\">all</option>
  180.       <option value=\"Bulletin of Online Emendations to Papyri 1.1\">BOEP 1.1</option>
  181.       <option value=\"Bulletin of Online Emendations to Papyri 1.2\">BOEP 1.2</option>
  182.       <option value=\"Bulletin of Online Emendations to Papyri 2.1\">BOEP 2.1</option>
  183.       <option value=\"Bulletin of Online Emendations to Papyri 2.2\">BOEP 2.2</option>
  184.       <option value=\"Bulletin of Online Emendations to Papyri 3.1\">BOEP 3.1</option>
  185.       <option value=\"Bulletin of Online Emendations to Papyri 4.1\">BOEP 4.1</option>
  186.       <option value=\"Bulletin of Online Emendations to Papyri 5.1\">BOEP 5.1</option>
  187.       <option value=\"Bulletin of Online Emendations to Papyri 6.1\">BOEP 6.1</option>
  188.       <option value=\"Bulletin of Online Emendations to Papyri 7.1\">BOEP 7.1</option>
  189.       <option value=\"Bulletin of Online Emendations to Papyri 9.1\">BOEP 9.1</option>
  190.       <option value=\"Bulletin of Online Emendations to Papyri 10\">BOEP 10</option>
  191.       <option value=\"Bulletin of Online Emendations to Papyri 11\" selected=\"selected\">BOEP 11</option>
  192.     </select>
  193.   </p>
  194.   <p>
  195.     <label for=\"tm\" title=\"Beispiel: 19768\">TM-Nummer</label>
  196.     <input id=\"tm\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 19768\" autocomplete=\"off\"
  197.     title=\"Hier kann eine Trismegistos-Nummer angegeben werden, wie man sie auf Trismegistos.org findet und die auch auch auf Papyri.info Verwendung findet.\" />
  198.   </p>
  199.   <p>
  200.     <label for=\"hgv\" title=\"Beispiel: 44881zb\">HGV-Nummer</label>
  201.     <input id=\"hgv\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 44881zb\" autocomplete=\"off\"
  202.     title=\"HGV-Nummern sind Trismegistos-Nummern mit einem Zusatz, falls auf ein bestimmtes Schriftstück Bezug genommen wird, und werden in Form von Kleinbuchstaben angegeben. Zum Beispiel »44881zb« statt »44881«.\" />
  203.   </p>
  204.   <p>
  205.     <label for=\"biblio\" title=\"Beispiel: 73664\">Papyri.info-Biblio-Id</label>
  206.     <input id=\"biblio\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 73664\" autocomplete=\"off\"
  207.     title=\"Blablabla\" />
  208.   </p>
  209.   <p>
  210.     <label for=\"ddb\" title=\"Beispiel: p.mil;2;64\">DDB-Hybrid</label>
  211.     <input id=\"ddb\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: p.mil;2;64\" autocomplete=\"off\"
  212.     title=\"Blablabla\" />
  213.   </p>
  214.   <p>
  215.     <label for=\"volume\" title=\"Beispiel: p.mil;1;\">Band/Editie</label>
  216.     <input id=\"volume\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: p.mil;1;\" autocomplete=\"off\"
  217.     title=\"Blablabla\" />
  218.   </p>
  219.   <br/>
  220.   <br/>
  221.   <br/>
  222.   <h4>Freitextsuche im Beschreibungstext der Korrekturen</h4>
  223.   <br/>
  224.   <p>
  225.     <label for=\"search\" title=\"Beispiel: Codices Latini\">Suchwort</label>
  226.     <input id=\"search\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: Codices Latini\" autocomplete=\"off\"
  227.     title=\"Blablabla\" />
  228.   </p>
  229.   
  230.   <p>
  231.     <br />
  232.     <br />
  233.     <br />
  234.     <h4>Beispiele für verschiedene Filter und Formate:</h4>
  235.     <br/>
  236.     <a href=\"";
  237.         // line 150
  238.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "tm""id" => "19768"]), "html"nulltrue);
  239.         echo "\">TM 19768</a>,
  240.     <a href=\"";
  241.         // line 151
  242.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "hgv""id" => "44881zb"]), "html"nulltrue);
  243.         echo "\">HGV 44881zb</a>,
  244.     <a href=\"";
  245.         // line 152
  246.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "ddb""id" => "p.mil;2;64"]), "html"nulltrue);
  247.         echo "\">DDB p.mil;2;64</a>,
  248.     <a href=\"";
  249.         // line 153
  250.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "biblio""id" => "73664"]), "html"nulltrue);
  251.         echo "\">Biblio 73664</a>,
  252.     <a href=\"";
  253.         // line 154
  254.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "bl""id" => 13]), "html"nulltrue);
  255.         echo "\">BL XIII</a>,
  256.     <a href=\"";
  257.         // line 155
  258.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "boep""id" => "Bulletin of Online Emendations to Papyri 9.1"]), "html"nulltrue);
  259.         echo "\">BOEP 9.1</a>,
  260.     <a href=\"";
  261.         // line 156
  262.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "volume""id" => "p.mil;1;"]), "html"nulltrue);
  263.         echo "\">p.mil;1;</a>
  264.     <a href=\"";
  265.         // line 157
  266.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "register""id" => "34237"]), "html"nulltrue);
  267.         echo "\">Register 34237</a>
  268.     <a href=\"";
  269.         // line 158
  270.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "search""id" => "Codices Latini"]), "html"nulltrue);
  271.         echo "\">Suchwort: \"Codices Latini\"</a>
  272.     <br />
  273.   </p>
  274. </div>
  275. ";
  276.         
  277.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  278.         
  279.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  280.     }
  281.     // line 166
  282.     public function block_javascripts($context, array $blocks = [])
  283.     {
  284.         $macros $this->macros;
  285.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  286.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  287.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  288.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  289.         // line 167
  290.         echo "  ";
  291.         $this->displayParentBlock("javascripts"$context$blocks);
  292.         echo "
  293.   <script src=\"";
  294.         // line 168
  295.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/apiary.js"), "html"nulltrue);
  296.         echo "\" type=\"text/javascript\"></script>
  297. ";
  298.         
  299.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  300.         
  301.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  302.     }
  303.     public function getTemplateName()
  304.     {
  305.         return "apiary/index.html.twig";
  306.     }
  307.     public function isTraitable()
  308.     {
  309.         return false;
  310.     }
  311.     public function getDebugInfo()
  312.     {
  313.         return array (  336 => 168,  331 => 167,  321 => 166,  304 => 158,  300 => 157,  296 => 156,  292 => 155,  288 => 154,  284 => 153,  280 => 152,  276 => 151,  272 => 150,  202 => 82,  162 => 44,  160 => 43,  155 => 40,  144 => 38,  140 => 37,  113 => 12,  103 => 11,  92 => 8,  82 => 7,  71 => 4,  61 => 3,  38 => 1,);
  314.     }
  315.     public function getSourceContext()
  316.     {
  317.         return new Source("{% extends 'frontend.html.twig' %}
  318. {% block beta %}
  319. Bestände durchsuchen
  320. {% endblock %}
  321. {% block gamma %}
  322. Hier können die Bestände nach bestimmten Kriterien gefiltert und in verschiedenen Formaten abgerufen werden.
  323. {% endblock %}
  324. {% block body %}
  325. <div class=\"apiary\">
  326.   <h4>Suche nach Ids und Referenzen</h4>
  327.   <br />
  328.   <p>
  329.     <label for=\"bl\">BL nach Bänden</label>
  330.     <select id=\"bl\" class=\"flyTo\">
  331.       <option value=\"1\">I</option>
  332.       <option value=\"2\">II</option>
  333.       <option value=\"3\">III</option>
  334.       <option value=\"4\">IV</option>
  335.       <option value=\"5\">V</option>
  336.       <option value=\"6\">VI</option>
  337.       <option value=\"7\">VII</option>
  338.       <option value=\"8\">VIII</option>
  339.       <option value=\"9\">IX</option>
  340.       <option value=\"10\">X</option>
  341.       <option value=\"11\">XI</option>
  342.       <option value=\"12\">XII</option>
  343.       <option value=\"13\" selected=\"selected\">XIII</option>
  344.     </select>
  345.   </p>
  346.   <p>
  347.     <label for=\"editie\">BL-Editionen</label>
  348.     <select id=\"editie\" class=\"flyTo\" autocomplete=\"off\">
  349.       {% for edition in editions %}
  350.         <option value=\"{{ edition.id }}\">{{ edition.title }}</option>
  351.       {% endfor %}
  352.     </select>
  353.   </p>
  354.   {% if app.user %}
  355.     <p>
  356.       <label for=\"bl\">BL im Leidener Format</label>
  357.       <select id=\"report/leiden\" class=\"flyTo\">
  358.         <option value=\"1\">I</option>
  359.         <option value=\"2\">II</option>
  360.         <option value=\"3\">III</option>
  361.         <option value=\"4\">IV</option>
  362.         <option value=\"5\">V</option>
  363.         <option value=\"6\">VI</option>
  364.         <option value=\"7\">VII</option>
  365.         <option value=\"8\">VIII</option>
  366.         <option value=\"9\">IX</option>
  367.         <option value=\"10\">X</option>
  368.         <option value=\"11\">XI</option>
  369.         <option value=\"12\">XII</option>
  370.         <option value=\"13\" selected=\"selected\">XIII</option>
  371.       </select>
  372.     </p>
  373.     <p>
  374.       <label for=\"bl\">BL nach Editionen</label>
  375.       <select id=\"report/overview\" class=\"flyTo\">
  376.         <option value=\"1\">I</option>
  377.         <option value=\"2\">II</option>
  378.         <option value=\"3\">III</option>
  379.         <option value=\"4\">IV</option>
  380.         <option value=\"5\">V</option>
  381.         <option value=\"6\">VI</option>
  382.         <option value=\"7\">VII</option>
  383.         <option value=\"8\">VIII</option>
  384.         <option value=\"9\">IX</option>
  385.         <option value=\"10\">X</option>
  386.         <option value=\"11\">XI</option>
  387.         <option value=\"12\">XII</option>
  388.         <option value=\"13\" selected=\"selected\">XIII</option>
  389.       </select>
  390.     </p>
  391.   {% endif %}
  392.   <p>
  393.     <label for=\"boep\">BOEP nach Ausgaben</label>
  394.     <select id=\"boep\" class=\"flyTo\">
  395.       <option value=\"Bulletin of Online Emendations to Papyri\">all</option>
  396.       <option value=\"Bulletin of Online Emendations to Papyri 1.1\">BOEP 1.1</option>
  397.       <option value=\"Bulletin of Online Emendations to Papyri 1.2\">BOEP 1.2</option>
  398.       <option value=\"Bulletin of Online Emendations to Papyri 2.1\">BOEP 2.1</option>
  399.       <option value=\"Bulletin of Online Emendations to Papyri 2.2\">BOEP 2.2</option>
  400.       <option value=\"Bulletin of Online Emendations to Papyri 3.1\">BOEP 3.1</option>
  401.       <option value=\"Bulletin of Online Emendations to Papyri 4.1\">BOEP 4.1</option>
  402.       <option value=\"Bulletin of Online Emendations to Papyri 5.1\">BOEP 5.1</option>
  403.       <option value=\"Bulletin of Online Emendations to Papyri 6.1\">BOEP 6.1</option>
  404.       <option value=\"Bulletin of Online Emendations to Papyri 7.1\">BOEP 7.1</option>
  405.       <option value=\"Bulletin of Online Emendations to Papyri 9.1\">BOEP 9.1</option>
  406.       <option value=\"Bulletin of Online Emendations to Papyri 10\">BOEP 10</option>
  407.       <option value=\"Bulletin of Online Emendations to Papyri 11\" selected=\"selected\">BOEP 11</option>
  408.     </select>
  409.   </p>
  410.   <p>
  411.     <label for=\"tm\" title=\"Beispiel: 19768\">TM-Nummer</label>
  412.     <input id=\"tm\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 19768\" autocomplete=\"off\"
  413.     title=\"Hier kann eine Trismegistos-Nummer angegeben werden, wie man sie auf Trismegistos.org findet und die auch auch auf Papyri.info Verwendung findet.\" />
  414.   </p>
  415.   <p>
  416.     <label for=\"hgv\" title=\"Beispiel: 44881zb\">HGV-Nummer</label>
  417.     <input id=\"hgv\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 44881zb\" autocomplete=\"off\"
  418.     title=\"HGV-Nummern sind Trismegistos-Nummern mit einem Zusatz, falls auf ein bestimmtes Schriftstück Bezug genommen wird, und werden in Form von Kleinbuchstaben angegeben. Zum Beispiel »44881zb« statt »44881«.\" />
  419.   </p>
  420.   <p>
  421.     <label for=\"biblio\" title=\"Beispiel: 73664\">Papyri.info-Biblio-Id</label>
  422.     <input id=\"biblio\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 73664\" autocomplete=\"off\"
  423.     title=\"Blablabla\" />
  424.   </p>
  425.   <p>
  426.     <label for=\"ddb\" title=\"Beispiel: p.mil;2;64\">DDB-Hybrid</label>
  427.     <input id=\"ddb\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: p.mil;2;64\" autocomplete=\"off\"
  428.     title=\"Blablabla\" />
  429.   </p>
  430.   <p>
  431.     <label for=\"volume\" title=\"Beispiel: p.mil;1;\">Band/Editie</label>
  432.     <input id=\"volume\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: p.mil;1;\" autocomplete=\"off\"
  433.     title=\"Blablabla\" />
  434.   </p>
  435.   <br/>
  436.   <br/>
  437.   <br/>
  438.   <h4>Freitextsuche im Beschreibungstext der Korrekturen</h4>
  439.   <br/>
  440.   <p>
  441.     <label for=\"search\" title=\"Beispiel: Codices Latini\">Suchwort</label>
  442.     <input id=\"search\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: Codices Latini\" autocomplete=\"off\"
  443.     title=\"Blablabla\" />
  444.   </p>
  445.   
  446.   <p>
  447.     <br />
  448.     <br />
  449.     <br />
  450.     <h4>Beispiele für verschiedene Filter und Formate:</h4>
  451.     <br/>
  452.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'tm', 'id': '19768'}) }}\">TM 19768</a>,
  453.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'hgv', 'id': '44881zb'}) }}\">HGV 44881zb</a>,
  454.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'ddb', 'id': 'p.mil;2;64'}) }}\">DDB p.mil;2;64</a>,
  455.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'biblio', 'id': '73664'}) }}\">Biblio 73664</a>,
  456.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'bl', 'id': 13}) }}\">BL XIII</a>,
  457.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'boep', 'id': 'Bulletin of Online Emendations to Papyri 9.1'}) }}\">BOEP 9.1</a>,
  458.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'volume', 'id': 'p.mil;1;'}) }}\">p.mil;1;</a>
  459.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'register', 'id': '34237'}) }}\">Register 34237</a>
  460.     <a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'search', 'id': 'Codices Latini'}) }}\">Suchwort: \"Codices Latini\"</a>
  461.     <br />
  462.   </p>
  463. </div>
  464. {% endblock %}
  465. {% block javascripts %}
  466.   {{ parent() }}
  467.   <script src=\"{{ asset('js/apiary.js') }}\" type=\"text/javascript\"></script>
  468. {% endblock %}
  469. ""apiary/index.html.twig""/var/www/beehive_dev/templates/apiary/index.html.twig");
  470.     }
  471. }