/var/lib/phpmyadmin/tmp/twig/89
Edit: /var/lib/phpmyadmin/tmp/twig/89/89648ad39707a9e994e6cc0a2b40366d.php (20293B)
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 24
echo "
";
// line 49
if ((($context["db"] ?? null) != "mysql")) {
// line 50
echo "
";
}
// line 86
echo "
";
// line 87
if (($context["is_drop_database_allowed"] ?? null)) {
// line 88
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, twig_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 "
";
}
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", "/usr/share/phpmyadmin/templates/database/operations/index.twig");
}
}