芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/a0/a006a0d1ef0146ae776a351e25bffb2a1aece98e5a8ef40fcbd61f9e44da5431.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ((($context["export_method"] ?? null) != "custom-no-form")) { // line 2 echo "
"; // line 3 echo _gettext("Export method:"); echo "
"; // line 9 echo _gettext("Quick - display only the minimal options"); // line 10 echo "
"; // line 17 echo _gettext("Custom - display all possible options"); // line 18 echo "
"; } } public function getTemplateName() { return "display/export/method.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 61 => 18, 59 => 17, 54 => 15, 48 => 10, 46 => 9, 41 => 7, 35 => 3, 32 => 2, 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("", "display/export/method.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/method.twig"); } }