/home/techb158/tmp/pma_template_compiles_techb158/twig/20
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/20/20f2baa1c93d63722cee2d3f10c11c5c.php (21086B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
// line 3
yield ($context["message"] ?? null);
yield "
";
// line 5
if (($context["has_comment"] ?? null)) {
// line 6
yield "
";
}
// line 24
yield "
";
// line 43
if ((($context["db"] ?? null) != "mysql")) {
// line 44
yield "
";
}
// line 80
yield "
";
// line 81
if (($context["is_drop_database_allowed"] ?? null)) {
// line 82
yield "
";
// line 86
yield 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" => $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::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
yield "
";
// line 103
yield PhpMyAdmin\Html\MySQLDocumentation::show("DROP_DATABASE");
yield "
";
}
// line 108
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "database/operations/index.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 462 => 225, 454 => 220, 447 => 216, 438 => 210, 431 => 208, 422 => 205, 413 => 204, 409 => 203, 402 => 202, 398 => 201, 393 => 198, 385 => 194, 379 => 191, 375 => 190, 368 => 185, 360 => 180, 355 => 179, 346 => 174, 339 => 171, 333 => 170, 327 => 165, 319 => 160, 310 => 155, 303 => 150, 294 => 144, 286 => 138, 278 => 132, 266 => 123, 263 => 122, 255 => 118, 251 => 116, 245 => 114, 243 => 113, 237 => 110, 233 => 109, 230 => 108, 222 => 103, 219 => 102, 217 => 94, 216 => 89, 215 => 86, 209 => 83, 206 => 82, 204 => 81, 201 => 80, 194 => 75, 183 => 69, 176 => 66, 170 => 65, 162 => 59, 159 => 58, 151 => 54, 147 => 52, 141 => 50, 139 => 49, 132 => 45, 127 => 44, 125 => 43, 119 => 39, 111 => 34, 104 => 30, 97 => 27, 93 => 26, 89 => 25, 86 => 24, 79 => 19, 70 => 14, 67 => 13, 59 => 9, 54 => 7, 49 => 6, 47 => 5, 42 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/operations/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/operations/index.twig");
}
}