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 40 echo _gettext("Inside tables:"); echo "

"; // line 43 echo _gettext("Select all"); // line 44 echo " / "; // line 46 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 ( 231 => 95, 228 => 93, 224 => 90, 221 => 88, 216 => 84, 204 => 74, 197 => 70, 194 => 68, 192 => 67, 189 => 66, 183 => 61, 174 => 58, 171 => 57, 166 => 55, 161 => 53, 159 => 52, 154 => 51, 150 => 50, 145 => 47, 143 => 46, 139 => 44, 137 => 43, 131 => 40, 121 => 35, 117 => 34, 111 => 31, 107 => 30, 101 => 27, 97 => 26, 89 => 23, 85 => 22, 77 => 19, 73 => 18, 67 => 15, 60 => 11, 57 => 9, 55 => 8, 49 => 5, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/search/main.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/database/search/main.twig"); } }