source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo "
"; // line 5 echo _gettext("Search in database"); echo "

env, ($context["criteria_search_string"] ?? null), "html", null, true); echo "\">

"; // line 15 echo _gettext("Find:"); echo " "; // line 17 echo " "; // line 19 echo " "; echo PhpMyAdmin\Util::getRadioFields("criteriaSearchType", // line 21 ($context["choices"] ?? null), // line 22 ($context["criteria_search_type"] ?? null), true, false); // line 25 echo "
"; // line 29 echo _gettext("Inside tables:"); echo "

"; // line 32 echo _gettext("Select all"); // line 33 echo " / "; // line 35 echo _gettext("Unselect all"); // line 36 echo "

"; // line 50 echo " env, ($context["criteria_column_name"] ?? null), "html", null, true))) : (print (""))); echo "\">

"; } public function getTemplateName() { return "database/search/selection_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 142 => 58, 135 => 54, 132 => 52, 130 => 51, 127 => 50, 121 => 45, 112 => 42, 108 => 41, 104 => 40, 100 => 39, 95 => 36, 93 => 35, 89 => 33, 87 => 32, 81 => 29, 75 => 25, 73 => 22, 72 => 21, 70 => 19, 68 => 17, 64 => 15, 57 => 11, 54 => 9, 52 => 8, 46 => 5, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/search/selection_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/search/selection_form.twig"); } }