<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* apiary/index.html.twig */
class __TwigTemplate_2f99f36845b11eae5515e38627dfd7b25a7c53e565c4ce39c66a43dc984009f5 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'beta' => [$this, 'block_beta'],
'gamma' => [$this, 'block_gamma'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "apiary/index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "apiary/index.html.twig"));
$this->parent = $this->loadTemplate("frontend.html.twig", "apiary/index.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_beta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "beta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "beta"));
// line 4
echo "Bestände durchsuchen
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 7
public function block_gamma($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "gamma"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "gamma"));
// line 8
echo "Hier können die Bestände nach bestimmten Kriterien gefiltert und in verschiedenen Formaten abgerufen werden.
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 11
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 12
echo "<div class=\"apiary\">
<h4>Suche nach Ids und Referenzen</h4>
<br />
<p>
<label for=\"bl\">BL nach Bänden</label>
<select id=\"bl\" class=\"flyTo\">
<option value=\"1\">I</option>
<option value=\"2\">II</option>
<option value=\"3\">III</option>
<option value=\"4\">IV</option>
<option value=\"5\">V</option>
<option value=\"6\">VI</option>
<option value=\"7\">VII</option>
<option value=\"8\">VIII</option>
<option value=\"9\">IX</option>
<option value=\"10\">X</option>
<option value=\"11\">XI</option>
<option value=\"12\">XII</option>
<option value=\"13\" selected=\"selected\">XIII</option>
</select>
</p>
<p>
<label for=\"editie\">BL-Editionen</label>
<select id=\"editie\" class=\"flyTo\" autocomplete=\"off\">
";
// line 37
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["_key"] => $context["edition"]) {
// line 38
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["edition"], "id", [], "any", false, false, false, 38), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["edition"], "title", [], "any", false, false, false, 38), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['edition'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 40
echo " </select>
</p>
";
// line 43
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", false, false, false, 43)) {
// line 44
echo " <p>
<label for=\"bl\">BL im Leidener Format</label>
<select id=\"report/leiden\" class=\"flyTo\">
<option value=\"1\">I</option>
<option value=\"2\">II</option>
<option value=\"3\">III</option>
<option value=\"4\">IV</option>
<option value=\"5\">V</option>
<option value=\"6\">VI</option>
<option value=\"7\">VII</option>
<option value=\"8\">VIII</option>
<option value=\"9\">IX</option>
<option value=\"10\">X</option>
<option value=\"11\">XI</option>
<option value=\"12\">XII</option>
<option value=\"13\" selected=\"selected\">XIII</option>
</select>
</p>
<p>
<label for=\"bl\">BL nach Editionen</label>
<select id=\"report/overview\" class=\"flyTo\">
<option value=\"1\">I</option>
<option value=\"2\">II</option>
<option value=\"3\">III</option>
<option value=\"4\">IV</option>
<option value=\"5\">V</option>
<option value=\"6\">VI</option>
<option value=\"7\">VII</option>
<option value=\"8\">VIII</option>
<option value=\"9\">IX</option>
<option value=\"10\">X</option>
<option value=\"11\">XI</option>
<option value=\"12\">XII</option>
<option value=\"13\" selected=\"selected\">XIII</option>
</select>
</p>
";
}
// line 82
echo "
<p>
<label for=\"boep\">BOEP nach Ausgaben</label>
<select id=\"boep\" class=\"flyTo\">
<option value=\"Bulletin of Online Emendations to Papyri\">all</option>
<option value=\"Bulletin of Online Emendations to Papyri 1.1\">BOEP 1.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 1.2\">BOEP 1.2</option>
<option value=\"Bulletin of Online Emendations to Papyri 2.1\">BOEP 2.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 2.2\">BOEP 2.2</option>
<option value=\"Bulletin of Online Emendations to Papyri 3.1\">BOEP 3.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 4.1\">BOEP 4.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 5.1\">BOEP 5.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 6.1\">BOEP 6.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 7.1\">BOEP 7.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 9.1\">BOEP 9.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 10\">BOEP 10</option>
<option value=\"Bulletin of Online Emendations to Papyri 11\" selected=\"selected\">BOEP 11</option>
</select>
</p>
<p>
<label for=\"tm\" title=\"Beispiel: 19768\">TM-Nummer</label>
<input id=\"tm\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 19768\" autocomplete=\"off\"
title=\"Hier kann eine Trismegistos-Nummer angegeben werden, wie man sie auf Trismegistos.org findet und die auch auch auf Papyri.info Verwendung findet.\" />
</p>
<p>
<label for=\"hgv\" title=\"Beispiel: 44881zb\">HGV-Nummer</label>
<input id=\"hgv\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 44881zb\" autocomplete=\"off\"
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«.\" />
</p>
<p>
<label for=\"biblio\" title=\"Beispiel: 73664\">Papyri.info-Biblio-Id</label>
<input id=\"biblio\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 73664\" autocomplete=\"off\"
title=\"Blablabla\" />
</p>
<p>
<label for=\"ddb\" title=\"Beispiel: p.mil;2;64\">DDB-Hybrid</label>
<input id=\"ddb\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: p.mil;2;64\" autocomplete=\"off\"
title=\"Blablabla\" />
</p>
<p>
<label for=\"volume\" title=\"Beispiel: p.mil;1;\">Band/Editie</label>
<input id=\"volume\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: p.mil;1;\" autocomplete=\"off\"
title=\"Blablabla\" />
</p>
<br/>
<br/>
<br/>
<h4>Freitextsuche im Beschreibungstext der Korrekturen</h4>
<br/>
<p>
<label for=\"search\" title=\"Beispiel: Codices Latini\">Suchwort</label>
<input id=\"search\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: Codices Latini\" autocomplete=\"off\"
title=\"Blablabla\" />
</p>
<p>
<br />
<br />
<br />
<h4>Beispiele für verschiedene Filter und Formate:</h4>
<br/>
<a href=\"";
// line 150
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "tm", "id" => "19768"]), "html", null, true);
echo "\">TM 19768</a>,
<a href=\"";
// line 151
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "hgv", "id" => "44881zb"]), "html", null, true);
echo "\">HGV 44881zb</a>,
<a href=\"";
// line 152
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "ddb", "id" => "p.mil;2;64"]), "html", null, true);
echo "\">DDB p.mil;2;64</a>,
<a href=\"";
// line 153
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "biblio", "id" => "73664"]), "html", null, true);
echo "\">Biblio 73664</a>,
<a href=\"";
// line 154
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "bl", "id" => 13]), "html", null, true);
echo "\">BL XIII</a>,
<a href=\"";
// line 155
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", null, true);
echo "\">BOEP 9.1</a>,
<a href=\"";
// line 156
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "volume", "id" => "p.mil;1;"]), "html", null, true);
echo "\">p.mil;1;</a>
<a href=\"";
// line 157
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "register", "id" => "34237"]), "html", null, true);
echo "\">Register 34237</a>
<a href=\"";
// line 158
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("PapyrillioBeehive_ApiaryHoney", ["type" => "search", "id" => "Codices Latini"]), "html", null, true);
echo "\">Suchwort: \"Codices Latini\"</a>
<br />
</p>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 166
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 167
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script src=\"";
// line 168
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/apiary.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "apiary/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend.html.twig' %}
{% block beta %}
Bestände durchsuchen
{% endblock %}
{% block gamma %}
Hier können die Bestände nach bestimmten Kriterien gefiltert und in verschiedenen Formaten abgerufen werden.
{% endblock %}
{% block body %}
<div class=\"apiary\">
<h4>Suche nach Ids und Referenzen</h4>
<br />
<p>
<label for=\"bl\">BL nach Bänden</label>
<select id=\"bl\" class=\"flyTo\">
<option value=\"1\">I</option>
<option value=\"2\">II</option>
<option value=\"3\">III</option>
<option value=\"4\">IV</option>
<option value=\"5\">V</option>
<option value=\"6\">VI</option>
<option value=\"7\">VII</option>
<option value=\"8\">VIII</option>
<option value=\"9\">IX</option>
<option value=\"10\">X</option>
<option value=\"11\">XI</option>
<option value=\"12\">XII</option>
<option value=\"13\" selected=\"selected\">XIII</option>
</select>
</p>
<p>
<label for=\"editie\">BL-Editionen</label>
<select id=\"editie\" class=\"flyTo\" autocomplete=\"off\">
{% for edition in editions %}
<option value=\"{{ edition.id }}\">{{ edition.title }}</option>
{% endfor %}
</select>
</p>
{% if app.user %}
<p>
<label for=\"bl\">BL im Leidener Format</label>
<select id=\"report/leiden\" class=\"flyTo\">
<option value=\"1\">I</option>
<option value=\"2\">II</option>
<option value=\"3\">III</option>
<option value=\"4\">IV</option>
<option value=\"5\">V</option>
<option value=\"6\">VI</option>
<option value=\"7\">VII</option>
<option value=\"8\">VIII</option>
<option value=\"9\">IX</option>
<option value=\"10\">X</option>
<option value=\"11\">XI</option>
<option value=\"12\">XII</option>
<option value=\"13\" selected=\"selected\">XIII</option>
</select>
</p>
<p>
<label for=\"bl\">BL nach Editionen</label>
<select id=\"report/overview\" class=\"flyTo\">
<option value=\"1\">I</option>
<option value=\"2\">II</option>
<option value=\"3\">III</option>
<option value=\"4\">IV</option>
<option value=\"5\">V</option>
<option value=\"6\">VI</option>
<option value=\"7\">VII</option>
<option value=\"8\">VIII</option>
<option value=\"9\">IX</option>
<option value=\"10\">X</option>
<option value=\"11\">XI</option>
<option value=\"12\">XII</option>
<option value=\"13\" selected=\"selected\">XIII</option>
</select>
</p>
{% endif %}
<p>
<label for=\"boep\">BOEP nach Ausgaben</label>
<select id=\"boep\" class=\"flyTo\">
<option value=\"Bulletin of Online Emendations to Papyri\">all</option>
<option value=\"Bulletin of Online Emendations to Papyri 1.1\">BOEP 1.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 1.2\">BOEP 1.2</option>
<option value=\"Bulletin of Online Emendations to Papyri 2.1\">BOEP 2.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 2.2\">BOEP 2.2</option>
<option value=\"Bulletin of Online Emendations to Papyri 3.1\">BOEP 3.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 4.1\">BOEP 4.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 5.1\">BOEP 5.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 6.1\">BOEP 6.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 7.1\">BOEP 7.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 9.1\">BOEP 9.1</option>
<option value=\"Bulletin of Online Emendations to Papyri 10\">BOEP 10</option>
<option value=\"Bulletin of Online Emendations to Papyri 11\" selected=\"selected\">BOEP 11</option>
</select>
</p>
<p>
<label for=\"tm\" title=\"Beispiel: 19768\">TM-Nummer</label>
<input id=\"tm\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 19768\" autocomplete=\"off\"
title=\"Hier kann eine Trismegistos-Nummer angegeben werden, wie man sie auf Trismegistos.org findet und die auch auch auf Papyri.info Verwendung findet.\" />
</p>
<p>
<label for=\"hgv\" title=\"Beispiel: 44881zb\">HGV-Nummer</label>
<input id=\"hgv\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 44881zb\" autocomplete=\"off\"
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«.\" />
</p>
<p>
<label for=\"biblio\" title=\"Beispiel: 73664\">Papyri.info-Biblio-Id</label>
<input id=\"biblio\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: 73664\" autocomplete=\"off\"
title=\"Blablabla\" />
</p>
<p>
<label for=\"ddb\" title=\"Beispiel: p.mil;2;64\">DDB-Hybrid</label>
<input id=\"ddb\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: p.mil;2;64\" autocomplete=\"off\"
title=\"Blablabla\" />
</p>
<p>
<label for=\"volume\" title=\"Beispiel: p.mil;1;\">Band/Editie</label>
<input id=\"volume\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: p.mil;1;\" autocomplete=\"off\"
title=\"Blablabla\" />
</p>
<br/>
<br/>
<br/>
<h4>Freitextsuche im Beschreibungstext der Korrekturen</h4>
<br/>
<p>
<label for=\"search\" title=\"Beispiel: Codices Latini\">Suchwort</label>
<input id=\"search\" type=\"text\" class=\"flyTo greyText\" value=\"Beispiel: Codices Latini\" autocomplete=\"off\"
title=\"Blablabla\" />
</p>
<p>
<br />
<br />
<br />
<h4>Beispiele für verschiedene Filter und Formate:</h4>
<br/>
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'tm', 'id': '19768'}) }}\">TM 19768</a>,
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'hgv', 'id': '44881zb'}) }}\">HGV 44881zb</a>,
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'ddb', 'id': 'p.mil;2;64'}) }}\">DDB p.mil;2;64</a>,
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'biblio', 'id': '73664'}) }}\">Biblio 73664</a>,
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'bl', 'id': 13}) }}\">BL XIII</a>,
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'boep', 'id': 'Bulletin of Online Emendations to Papyri 9.1'}) }}\">BOEP 9.1</a>,
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'volume', 'id': 'p.mil;1;'}) }}\">p.mil;1;</a>
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'register', 'id': '34237'}) }}\">Register 34237</a>
<a href=\"{{ path('PapyrillioBeehive_ApiaryHoney', {'type': 'search', 'id': 'Codices Latini'}) }}\">Suchwort: \"Codices Latini\"</a>
<br />
</p>
</div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script src=\"{{ asset('js/apiary.js') }}\" type=\"text/javascript\"></script>
{% endblock %}
", "apiary/index.html.twig", "/var/www/beehive_dev/templates/apiary/index.html.twig");
}
}