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 55 echo " env, ($context["criteria_column_name"] ?? null), "html", null, true))) : (print (""))); echo "\">


"; // line 73 echo "
"; // line 77 echo "
"; // line 79 echo "
"; // line 82 echo "
"; // line 84 echo " "; } public function getTemplateName() { return "database/search/main.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 181 => 84, 178 => 82, 174 => 79, 171 => 77, 166 => 73, 154 => 63, 147 => 59, 144 => 57, 142 => 56, 139 => 55, 133 => 50, 124 => 47, 121 => 46, 116 => 44, 111 => 42, 109 => 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/main.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/search/main.twig"); } }