source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ((($context["search_type"] ?? null) == "zoom")) { // line 2 echo " "; $this->loadTemplate("table/search/form_tag.twig", "table/search/selection_form.twig", 2)->display(twig_to_array(["script_name" => "tbl_zoom_select.php", "form_id" => "zoom_search_form", "db" => // line 5 ($context["db"] ?? null), "table" => // line 6 ($context["table"] ?? null), "goto" => // line 7 ($context["goto"] ?? null)])); // line 9 echo "
"; // line 12 echo _gettext("Do a \"query by example\" (wildcard: \"%\") for two different columns"); // line 13 echo " "; // line 14 $this->loadTemplate("table/search/fields_table.twig", "table/search/selection_form.twig", 14)->display(twig_to_array(["self" => // line 15 ($context["self"] ?? null), "search_type" => // line 16 ($context["search_type"] ?? null), "geom_column_flag" => // line 17 ($context["geom_column_flag"] ?? null), "column_names" => // line 18 ($context["column_names"] ?? null), "column_types" => // line 19 ($context["column_types"] ?? null), "column_collations" => // line 20 ($context["column_collations"] ?? null), "keys" => // line 21 ($context["keys"] ?? null), "criteria_column_names" => // line 22 ($context["criteria_column_names"] ?? null), "criteria_column_types" => // line 23 ($context["criteria_column_types"] ?? null)])); // line 24 echo " "; // line 26 echo " "; // line 52 echo "
env, ($context["max_plot_limit"] ?? null), "html", null, true); echo "\">
"; } elseif (( // line 69 ($context["search_type"] ?? null) == "normal")) { // line 70 echo " "; $this->loadTemplate("table/search/form_tag.twig", "table/search/selection_form.twig", 70)->display(twig_to_array(["script_name" => "tbl_select.php", "form_id" => "tbl_search_form", "db" => // line 73 ($context["db"] ?? null), "table" => // line 74 ($context["table"] ?? null), "goto" => // line 75 ($context["goto"] ?? null)])); // line 77 echo "
"; // line 80 echo _gettext("Do a \"query by example\" (wildcard: \"%\")"); // line 81 echo "
"; // line 83 $this->loadTemplate("table/search/fields_table.twig", "table/search/selection_form.twig", 83)->display(twig_to_array(["self" => // line 84 ($context["self"] ?? null), "search_type" => // line 85 ($context["search_type"] ?? null), "geom_column_flag" => // line 86 ($context["geom_column_flag"] ?? null), "column_names" => // line 87 ($context["column_names"] ?? null), "column_types" => // line 88 ($context["column_types"] ?? null), "column_collations" => // line 89 ($context["column_collations"] ?? null), "criteria_column_names" => // line 90 ($context["criteria_column_names"] ?? null), "criteria_column_types" => // line 91 ($context["criteria_column_types"] ?? null)])); // line 93 echo "
"; // line 97 $this->loadTemplate("div_for_slider_effect.twig", "table/search/selection_form.twig", 97)->display(twig_to_array(["id" => "searchoptions", "message" => _gettext("Options"), "initial_sliders_state" => // line 100 ($context["default_sliders_state"] ?? null)])); // line 102 echo " "; // line 104 echo "
"; // line 106 echo _gettext("Select columns (at least one):"); // line 107 echo "
"; // line 123 echo "
"; // line 125 echo _gettext("Or"); echo " "; // line 126 echo _gettext("Add search conditions (body of the \"where\" clause):"); // line 127 echo " "; // line 128 echo PhpMyAdmin\Util::showMySQLDocu("Functions"); echo "
"; // line 133 echo "
"; // line 134 echo _gettext("Number of rows per page"); echo " env, ($context["max_rows"] ?? null), "html", null, true); echo "\" class=\"textfield\">
"; // line 144 echo "
"; // line 145 echo _gettext("Display order:"); echo " "; // line 154 echo PhpMyAdmin\Util::getRadioFields("order", ["ASC" => _gettext("Ascending"), "DESC" => _gettext("Descending")], "ASC", false, true, "formelement"); // line 164 echo "
"; } elseif (( // line 169 ($context["search_type"] ?? null) == "replace")) { // line 170 echo " "; $this->loadTemplate("table/search/form_tag.twig", "table/search/selection_form.twig", 170)->display(twig_to_array(["script_name" => "tbl_find_replace.php", "form_id" => "find_replace_form", "db" => // line 173 ($context["db"] ?? null), "table" => // line 174 ($context["table"] ?? null), "goto" => // line 175 ($context["goto"] ?? null)])); // line 177 echo "
"; // line 180 echo _gettext("Find and replace"); // line 181 echo " "; echo _gettext("Find:"); // line 182 echo " "; // line 183 echo _gettext("Replace with:"); // line 184 echo " "; // line 186 echo _gettext("Column:"); // line 187 echo " "; // line 199 $this->loadTemplate("checkbox.twig", "table/search/selection_form.twig", 199)->display(twig_to_array(["html_field_id" => "useRegex", "html_field_name" => "useRegex", "label" => _gettext("Use regular expression"), "checked" => false, "onclick" => false])); // line 206 echo "
"; } else { // line 209 echo " "; $this->loadTemplate("table/search/form_tag.twig", "table/search/selection_form.twig", 209)->display(twig_to_array(["script_name" => "", "form_id" => "", "db" => // line 212 ($context["db"] ?? null), "table" => // line 213 ($context["table"] ?? null), "goto" => // line 214 ($context["goto"] ?? null)])); } // line 217 echo " "; // line 219 echo "
"; } public function getTemplateName() { return "table/search/selection_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 405 => 223, 401 => 222, 397 => 221, 393 => 219, 390 => 217, 387 => 214, 386 => 213, 385 => 212, 383 => 209, 378 => 206, 376 => 199, 372 => 197, 366 => 196, 362 => 194, 360 => 193, 356 => 192, 354 => 191, 351 => 190, 348 => 189, 344 => 188, 341 => 187, 339 => 186, 335 => 184, 333 => 183, 330 => 182, 327 => 181, 325 => 180, 320 => 177, 318 => 175, 317 => 174, 316 => 173, 314 => 170, 312 => 169, 305 => 164, 303 => 154, 299 => 152, 290 => 149, 285 => 148, 281 => 147, 276 => 145, 273 => 144, 266 => 139, 258 => 134, 255 => 133, 248 => 128, 245 => 127, 243 => 126, 239 => 125, 235 => 123, 228 => 117, 219 => 114, 213 => 112, 209 => 111, 204 => 109, 200 => 107, 198 => 106, 194 => 104, 191 => 102, 189 => 100, 188 => 97, 182 => 93, 180 => 91, 179 => 90, 178 => 89, 177 => 88, 176 => 87, 175 => 86, 174 => 85, 173 => 84, 172 => 83, 168 => 81, 166 => 80, 161 => 77, 159 => 75, 158 => 74, 157 => 73, 155 => 70, 153 => 69, 144 => 63, 135 => 56, 133 => 55, 128 => 52, 123 => 48, 117 => 47, 111 => 44, 106 => 43, 100 => 40, 95 => 39, 92 => 38, 88 => 37, 85 => 36, 83 => 35, 76 => 30, 74 => 29, 69 => 26, 66 => 24, 64 => 23, 63 => 22, 62 => 21, 61 => 20, 60 => 19, 59 => 18, 58 => 17, 57 => 16, 56 => 15, 55 => 14, 52 => 13, 50 => 12, 45 => 9, 43 => 7, 42 => 6, 41 => 5, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "table/search/selection_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/search/selection_form.twig"); } }