source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo PhpMyAdmin\Util::getDivForSliderEffect("searchoptions", _gettext("Options")); echo " "; // line 4 echo "
"; // line 6 echo _gettext("Select columns (at least one):"); // line 7 echo "
"; // line 23 echo "
"; // line 25 echo _gettext("Or"); echo " "; // line 26 echo _gettext("Add search conditions (body of the \"where\" clause):"); // line 27 echo " "; // line 28 echo PhpMyAdmin\Util::showMySQLDocu("Functions"); echo "
"; // line 33 echo "
"; // line 34 echo _gettext("Number of rows per page"); echo " env, ($context["max_rows"] ?? null), "html", null, true); echo "\" class=\"textfield\" />
"; // line 44 echo "
"; // line 45 echo _gettext("Display order:"); echo " "; // line 54 echo PhpMyAdmin\Util::getRadioFields("order", ["ASC" => _gettext("Ascending"), "DESC" => _gettext("Descending")], "ASC", false, true, "formelement"); // line 64 echo "
"; } public function getTemplateName() { return "table/search/options.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 153 => 64, 151 => 54, 147 => 52, 138 => 49, 133 => 48, 129 => 47, 124 => 45, 121 => 44, 114 => 39, 106 => 34, 103 => 33, 96 => 28, 93 => 27, 91 => 26, 87 => 25, 83 => 23, 76 => 17, 67 => 14, 61 => 12, 57 => 11, 52 => 9, 48 => 7, 46 => 6, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "table/search/options.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/search/options.twig"); } }