parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; // line 3 echo PhpMyAdmin\Url::getHiddenInputs((isset($context["db"]) ? $context["db"] : null)); echo "
"; // line 5 echo _gettext("Search in database"); echo "

env, (isset($context["criteria_search_string"]) ? $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 (isset($context["choices"]) ? $context["choices"] : null), // line 22 (isset($context["criteria_search_type"]) ? $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, (( !twig_test_empty((isset($context["criteria_column_name"]) ? $context["criteria_column_name"] : null))) ? ((isset($context["criteria_column_name"]) ? $context["criteria_column_name"] : null)) : ("")), "html", null, true); echo "\">

"; } public function getTemplateName() { return "database/search/selection_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 124 => 58, 117 => 54, 114 => 52, 112 => 51, 109 => 50, 103 => 45, 94 => 42, 90 => 41, 86 => 40, 82 => 39, 77 => 36, 75 => 35, 71 => 33, 69 => 32, 63 => 29, 57 => 25, 55 => 22, 54 => 21, 52 => 19, 50 => 17, 46 => 15, 39 => 11, 36 => 9, 34 => 8, 28 => 5, 23 => 3, 19 => 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 Twig_Source("", "database/search/selection_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/search/selection_form.twig"); } }