111 lines
2.9 KiB
PHP
111 lines
2.9 KiB
PHP
<?php
|
|
|
|
use Twig\Environment;
|
|
use Twig\Error\LoaderError;
|
|
use Twig\Error\RuntimeError;
|
|
use Twig\Extension\CoreExtension;
|
|
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;
|
|
|
|
/* navigation/tree/fast_filter.twig */
|
|
class __TwigTemplate_9e9b0edad4b4b91208c21212a55cacbe extends Template
|
|
{
|
|
private $source;
|
|
private $macros = [];
|
|
|
|
public function __construct(Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
$this->source = $this->getSourceContext();
|
|
|
|
$this->parent = false;
|
|
|
|
$this->blocks = [
|
|
];
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = [])
|
|
{
|
|
$macros = $this->macros;
|
|
// line 1
|
|
if (($context["url_params"] ?? null)) {
|
|
// line 2
|
|
yield " <li class=\"fast_filter";
|
|
if (($context["is_root_node"] ?? null)) {
|
|
yield " db_fast_filter";
|
|
}
|
|
yield "\">
|
|
<form class=\"ajax fast_filter\">
|
|
";
|
|
// line 4
|
|
yield PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null));
|
|
yield "
|
|
<div class=\"input-group\">
|
|
<input
|
|
class=\"searchClause form-control\"
|
|
type=\"text\"
|
|
name=\"";
|
|
// line 9
|
|
yield ((($context["is_root_node"] ?? null)) ? ("searchClause") : ("searchClause2"));
|
|
yield "\"
|
|
accesskey=\"q\"
|
|
aria-label=\"";
|
|
yield _gettext("Type to filter these, Enter to search all");
|
|
// line 11
|
|
yield "\"
|
|
placeholder=\"";
|
|
yield _gettext("Type to filter these, Enter to search all");
|
|
// line 12
|
|
yield "\"
|
|
>
|
|
<button
|
|
class=\"btn btn-outline-secondary searchClauseClear\"
|
|
type=\"button\" aria-label=\"";
|
|
yield _gettext("Clear fast filter");
|
|
// line 16
|
|
yield "\">X</button>
|
|
</div>
|
|
</form>
|
|
</li>
|
|
";
|
|
}
|
|
return; yield '';
|
|
}
|
|
|
|
/**
|
|
* @codeCoverageIgnore
|
|
*/
|
|
public function getTemplateName()
|
|
{
|
|
return "navigation/tree/fast_filter.twig";
|
|
}
|
|
|
|
/**
|
|
* @codeCoverageIgnore
|
|
*/
|
|
public function isTraitable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
/**
|
|
* @codeCoverageIgnore
|
|
*/
|
|
public function getDebugInfo()
|
|
{
|
|
return array ( 73 => 16, 66 => 12, 62 => 11, 56 => 9, 48 => 4, 40 => 2, 38 => 1,);
|
|
}
|
|
|
|
public function getSourceContext()
|
|
{
|
|
return new Source("", "navigation/tree/fast_filter.twig", "/home/suvo/web/pg.ns77.siliconpin.com/public_html/pma/templates/navigation/tree/fast_filter.twig");
|
|
}
|
|
}
|