芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/d9/d948125031a178c19eee3ee1b7848fff28eed7c2499d9501d9188cf7e4194943.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true); echo "
"; // line 2 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 3 echo " "; // line 4 echo " "; if (((($context["mysql_int_version"] ?? null) < 80000) || ($context["is_mariadb"] ?? null))) { // line 5 echo "
env, twig_urlencode_filter((("SELECT * FROM " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " PROCEDURE ANALYSE()")), "html", null, true); // line 7 echo "\" style=\"margin-right: 0;\"> "; // line 8 echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Propose table structure"), true); // line 12 echo "
"; // line 14 echo PhpMyAdmin\Util::showMySQLDocu("procedure_analyse"); echo " "; } // line 16 echo " "; if (($context["is_active"] ?? null)) { // line 17 echo "
"; // line 18 echo PhpMyAdmin\Util::getIcon("eye", _gettext("Track table"), true); echo "
"; } // line 21 echo "
"; // line 22 echo PhpMyAdmin\Util::getIcon("b_move", _gettext("Move columns"), true); echo "
"; // line 25 echo PhpMyAdmin\Util::getIcon("normalize", _gettext("Normalize"), true); echo "
"; } // line 28 if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 29 echo " "; if (($context["is_active"] ?? null)) { // line 30 echo "
"; // line 31 echo PhpMyAdmin\Util::getIcon("eye", _gettext("Track view"), true); echo "
"; } } } public function getTemplateName() { return "table/structure/optional_action_links.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 104 => 31, 99 => 30, 96 => 29, 94 => 28, 88 => 25, 84 => 24, 79 => 22, 76 => 21, 70 => 18, 65 => 17, 62 => 16, 57 => 14, 53 => 12, 51 => 8, 48 => 7, 46 => 6, 42 => 5, 39 => 4, 37 => 3, 35 => 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("", "table/structure/optional_action_links.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/optional_action_links.twig"); } }