芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/29/298e71b3de4c4d77625c5f921a233a88635e50dd54326d68d10443e58bf9d82a.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // 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 "
env, min(twig_length_filter($this->env, ($context["column_names"] ?? null)), 10), "html", null, true); echo "\" multiple=\"multiple\"> "; // line 11 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["column_names"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["each_field"]) { // line 12 echo "
env, $context["each_field"], "html", null, true); echo "\" selected=\"selected\"> "; // line 14 echo twig_escape_filter($this->env, $context["each_field"], "html", null, true); echo "
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['each_field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 17 echo "
DISTINCT
"; // 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 47 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["column_names"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["each_field"]) { // line 48 echo "
env, $context["each_field"], "html", null, true); echo "\"> "; // line 49 echo twig_escape_filter($this->env, $context["each_field"], "html", null, true); echo "
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['each_field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 52 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 ( 146 => 64, 144 => 54, 140 => 52, 131 => 49, 126 => 48, 122 => 47, 117 => 45, 114 => 44, 107 => 39, 99 => 34, 96 => 33, 89 => 28, 86 => 27, 84 => 26, 80 => 25, 76 => 23, 69 => 17, 60 => 14, 54 => 12, 50 => 11, 45 => 9, 41 => 7, 39 => 6, 35 => 4, 30 => 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 Source("", "table/search/options.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/search/options.twig"); } }