source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo ($context["message"] ?? null); echo " "; // line 5 if (($context["has_comment"] ?? null)) { // line 6 echo "
"; // line 7 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo "
"; // line 9 echo \PhpMyAdmin\Html\Generator::getIcon("b_comment", _gettext("Database comment"), true); echo "
env, ($context["db_comment"] ?? null), "html", null, true); echo "\">
"; } // line 24 echo "
"; // line 26 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo "
"; // line 29 echo \PhpMyAdmin\Html\Generator::getIcon("b_table_add", _gettext("Create table"), true); echo "
"; // line 49 if ((($context["db"] ?? null) != "mysql")) { // line 50 echo "
"; // line 51 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo " "; // line 55 if ( !twig_test_empty(($context["db_collation"] ?? null))) { // line 56 echo " env, ($context["db_collation"] ?? null), "html", null, true); echo "\"> "; } // line 58 echo "
"; // line 60 echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Rename database to"), true); echo "
"; } // line 86 echo " "; // line 87 if (($context["is_drop_database_allowed"] ?? null)) { // line 88 echo "
"; // line 89 echo \PhpMyAdmin\Html\Generator::getIcon("b_deltbl", _gettext("Remove database"), true); echo "
"; // line 92 echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql", ["sql_query" => ("DROP DATABASE " . PhpMyAdmin\Util::backquote( // line 94 ($context["db"] ?? null))), "back" => PhpMyAdmin\Url::getFromRoute("/database/operations"), "goto" => PhpMyAdmin\Url::getFromRoute("/"), "reload" => true, "purge" => true, "message_to_show" => twig_escape_filter($this->env, sprintf(_gettext("Database %s has been dropped."), PhpMyAdmin\Util::backquote( // line 99 ($context["db"] ?? null)))), "db" => null]), _gettext("Drop the database (DROP)"), ["id" => "drop_db_anchor", "class" => "ajax text-danger"]); // line 107 echo " "; // line 108 echo \PhpMyAdmin\Html\MySQLDocumentation::show("DROP_DATABASE"); echo "
"; } // line 113 echo "
"; // line 115 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo " "; // line 118 if ( !twig_test_empty(($context["db_collation"] ?? null))) { // line 119 echo " env, ($context["db_collation"] ?? null), "html", null, true); echo "\"> "; } // line 121 echo "
"; // line 123 echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Copy database to"), true); echo "
"; // line 196 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo "
"; // line 199 echo \PhpMyAdmin\Html\Generator::getIcon("s_asci", _gettext("Collation"), true); echo "
"; } public function getTemplateName() { return "database/operations/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 465 => 230, 457 => 225, 450 => 221, 442 => 215, 435 => 213, 426 => 210, 417 => 209, 413 => 208, 406 => 207, 402 => 206, 396 => 203, 389 => 199, 383 => 196, 379 => 195, 371 => 190, 363 => 185, 359 => 184, 350 => 179, 348 => 178, 341 => 176, 336 => 175, 329 => 170, 321 => 165, 313 => 160, 305 => 155, 297 => 149, 295 => 148, 288 => 143, 286 => 142, 279 => 137, 277 => 136, 265 => 127, 258 => 123, 254 => 121, 248 => 119, 246 => 118, 240 => 115, 236 => 114, 233 => 113, 225 => 108, 222 => 107, 220 => 99, 219 => 94, 218 => 92, 212 => 89, 209 => 88, 207 => 87, 204 => 86, 196 => 81, 186 => 75, 184 => 74, 177 => 72, 172 => 71, 163 => 64, 156 => 60, 152 => 58, 146 => 56, 144 => 55, 137 => 51, 132 => 50, 130 => 49, 122 => 44, 112 => 37, 105 => 33, 98 => 29, 92 => 26, 88 => 25, 85 => 24, 77 => 19, 69 => 14, 65 => 13, 58 => 9, 53 => 7, 48 => 6, 46 => 5, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/operations/index.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/operations/index.twig"); } }