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 27 echo PhpMyAdmin\Html\Generator::getIcon("b_table_add", _gettext("Create new table"), true); echo "
"; // line 43 if ((($context["db"] ?? null) != "mysql")) { // line 44 echo "
"; // line 45 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo " "; // line 49 if ( !twig_test_empty(($context["db_collation"] ?? null))) { // line 50 echo " env, ($context["db_collation"] ?? null), "html", null, true); echo "\"> "; } // line 52 echo "
"; // line 54 echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Rename database to"), true); echo "
"; } // line 80 echo " "; // line 81 if (($context["is_drop_database_allowed"] ?? null)) { // line 82 echo "
"; // line 83 echo PhpMyAdmin\Html\Generator::getIcon("b_deltbl", _gettext("Remove database"), true); echo "
"; // line 86 echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), ["sql_query" => ("DROP DATABASE " . PhpMyAdmin\Util::backquote( // line 89 ($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, twig_sprintf(_gettext("Database %s has been dropped."), PhpMyAdmin\Util::backquote( // line 94 ($context["db"] ?? null)))), "db" => null], _gettext("Drop the database (DROP)"), ["id" => "drop_db_anchor", "class" => "ajax text-danger"]); // line 102 echo " "; // line 103 echo PhpMyAdmin\Html\MySQLDocumentation::show("DROP_DATABASE"); echo "
"; } // line 108 echo "
"; // line 110 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo " "; // line 113 if ( !twig_test_empty(($context["db_collation"] ?? null))) { // line 114 echo " env, ($context["db_collation"] ?? null), "html", null, true); echo "\"> "; } // line 116 echo "
"; // line 118 echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Copy database to"), true); echo "
"; // line 191 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo "
"; // line 194 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 ( 455 => 225, 447 => 220, 440 => 216, 431 => 210, 424 => 208, 415 => 205, 406 => 204, 402 => 203, 395 => 202, 391 => 201, 386 => 198, 378 => 194, 372 => 191, 368 => 190, 361 => 185, 353 => 180, 348 => 179, 339 => 174, 332 => 171, 326 => 170, 320 => 165, 312 => 160, 303 => 155, 296 => 150, 287 => 144, 279 => 138, 271 => 132, 259 => 122, 251 => 118, 247 => 116, 241 => 114, 239 => 113, 233 => 110, 229 => 109, 226 => 108, 218 => 103, 215 => 102, 213 => 94, 212 => 89, 211 => 86, 205 => 83, 202 => 82, 200 => 81, 197 => 80, 190 => 75, 179 => 69, 172 => 66, 166 => 65, 158 => 58, 150 => 54, 146 => 52, 140 => 50, 138 => 49, 131 => 45, 126 => 44, 124 => 43, 118 => 39, 110 => 34, 103 => 30, 96 => 27, 92 => 26, 88 => 25, 85 => 24, 78 => 19, 69 => 14, 66 => 13, 58 => 9, 53 => 7, 48 => 6, 46 => 5, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/operations/index.twig", "D:\\laragon\\www\\mysqladmin\\templates\\database\\operations\\index.twig"); } }