parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // 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 ( 135 => 58, 128 => 54, 125 => 52, 123 => 51, 120 => 50, 114 => 45, 105 => 42, 101 => 41, 97 => 40, 93 => 39, 88 => 36, 86 => 35, 82 => 33, 80 => 32, 74 => 29, 68 => 25, 66 => 22, 65 => 21, 63 => 19, 61 => 17, 57 => 15, 50 => 11, 47 => 9, 45 => 8, 39 => 5, 34 => 3, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/search/selection_form.twig", "/usr/local/www/phpMyAdmin/templates/database/search/selection_form.twig"); } }