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 "
"; echo _gettext("Search in database"); // line 5 echo "

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

"; echo _gettext("Find:"); // line 15 echo "
"; echo _gettext("Inside tables:"); // line 40 echo "

"; echo _gettext("Select all"); // line 44 echo " / "; echo _gettext("Unselect all"); // line 47 echo "

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


"; // line 84 echo "
"; // line 88 echo "
"; // line 90 echo "
"; // line 93 echo "
"; // line 95 echo " "; } public function getTemplateName() { return "database/search/main.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 227 => 95, 224 => 93, 220 => 90, 217 => 88, 212 => 84, 201 => 74, 193 => 70, 190 => 68, 186 => 66, 180 => 61, 171 => 58, 168 => 57, 163 => 55, 158 => 53, 156 => 52, 151 => 51, 147 => 50, 142 => 47, 137 => 44, 131 => 40, 121 => 35, 116 => 34, 111 => 31, 106 => 30, 101 => 27, 96 => 26, 89 => 23, 84 => 22, 77 => 19, 72 => 18, 67 => 15, 59 => 11, 56 => 9, 50 => 5, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/search/main.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/search/main.twig"); } }