芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/81/81140482ee06f86edfeba2998d4f3481.php
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo ($context["message"] ?? null); echo " "; // line 3 echo ($context["sql_query_results_table"] ?? null); echo " "; // line 5 echo ($context["profiling_chart"] ?? null); echo " "; // line 7 if ( !($context["is_procedure"] ?? null)) { // line 8 echo "
"; echo _gettext("Query results operations"); // line 9 echo "
"; // line 11 echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create"), ["db" => // line 13 ($context["db"] ?? null), "table" => ($context["table"] ?? null), "printview" => "1", "sql_query" => ($context["sql_query"] ?? null)], PhpMyAdmin\Html\Generator::getIcon("b_view_add", _gettext("Create view"), true), ["class" => "create_view ajax btn"]); // line 16 echo "
"; } // line 20 echo " "; // line 21 echo ($context["bookmark"] ?? null); echo " "; // line 23 echo twig_include($this->env, $context, "modals/create_view.twig"); echo " "; } public function getTemplateName() { return "sql/no_results_returned.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 79 => 23, 74 => 21, 71 => 20, 65 => 16, 63 => 13, 62 => 11, 58 => 9, 54 => 8, 52 => 7, 47 => 5, 42 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "sql/no_results_returned.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/sql/no_results_returned.twig"); } }