parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 3
if ((($context["is_superuser"] ?? null) || ($context["allow_user_drop_database"] ?? null))) {
// line 4
echo " |
";
}
// line 6
echo "
";
// line 7
echo _gettext("Total");
echo ": ";
// line 8
echo twig_escape_filter($this->env, ($context["database_count"] ?? null), "html", null, true);
// line 9
echo "
|
";
// line 11
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["column_order"] ?? null));
foreach ($context['_seq'] as $context["stat_name"] => $context["stat"]) {
if (twig_in_filter($context["stat_name"], twig_get_array_keys_filter(($context["first_database"] ?? null)))) {
// line 12
echo " ";
if (($this->getAttribute($context["stat"], "format", [], "array") === "byte")) {
// line 13
echo " ";
$context["byte_format"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute($context["stat"], "footer", [], "array"), 3, 1);
// line 14
echo " ";
$context["value"] = $this->getAttribute(($context["byte_format"] ?? null), 0, [], "array");
// line 15
echo " ";
$context["unit"] = $this->getAttribute(($context["byte_format"] ?? null), 1, [], "array");
// line 16
echo " ";
} elseif (($this->getAttribute($context["stat"], "format", [], "array") === "number")) {
// line 17
echo " ";
$context["value"] = PhpMyAdmin\Util::formatNumber($this->getAttribute($context["stat"], "footer", [], "array"), 0);
// line 18
echo " ";
} else {
// line 19
echo " ";
$context["value"] = htmlentities($this->getAttribute($context["stat"], "footer", [], "array"), 0);
// line 20
echo " ";
}
// line 21
echo "
";
// line 23
if ($this->getAttribute($context["stat"], "description_function", [], "array", true, true)) {
// line 24
echo " env, PhpMyAdmin\Charsets::getCollationDescr($this->getAttribute($context["stat"], "footer", [], "array")), "html", null, true);
echo "\">
";
// line 25
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "
";
} else {
// line 28
echo " ";
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "
";
}
// line 30
echo " |
";
// line 31
if (($this->getAttribute($context["stat"], "format", [], "array") === "byte")) {
// line 32
echo " ";
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo " |
";
}
// line 34
echo " ";
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['stat_name'], $context['stat'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
echo " ";
if (($context["master_replication"] ?? null)) {
// line 36
echo " |
";
}
// line 38
echo " ";
if (($context["slave_replication"] ?? null)) {
// line 39
echo " |
";
}
// line 41
echo " |
";
// line 48
if ((($context["is_superuser"] ?? null) || ($context["allow_user_drop_database"] ?? null))) {
// line 49
echo " ";
$this->loadTemplate("select_all.twig", "server/databases/databases_footer.twig", 49)->display(twig_to_array(["pma_theme_image" => // line 50
($context["pma_theme_image"] ?? null), "text_dir" => // line 51
($context["text_dir"] ?? null), "form_name" => "dbStatsForm"]));
// line 54
echo "
";
// line 55
echo PhpMyAdmin\Util::getButtonOrImage("", "mult_submit ajax", _gettext("Drop"), "b_deltbl");
// line 60
echo "
";
}
// line 62
echo "
";
// line 64
if (twig_test_empty(($context["dbstats"] ?? null))) {
// line 65
echo " ";
echo call_user_func_array($this->env->getFunction('Message_notice')->getCallable(), [_gettext("Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.")]);
echo "
";
// line 67
ob_start(function () { return ''; });
// line 68
echo " ";
echo _gettext("Enable statistics");
echo "
";
$context["content"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
$context["items"] = [0 => ["content" => // line 71
($context["content"] ?? null), "class" => "li_switch_dbstats", "url" => ["href" => ("server_databases.php" . PhpMyAdmin\Url::getCommon(["dbstats" => "1"])), "title" => _gettext("Enable statistics")]]];
// line 78
echo " ";
$this->loadTemplate("list/unordered.twig", "server/databases/databases_footer.twig", 78)->display(twig_to_array(["items" => ($context["items"] ?? null)]));
}
// line 80
echo "
";
}
public function getTemplateName()
{
return "server/databases/databases_footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 190 => 80, 186 => 78, 184 => 71, 182 => 70, 176 => 68, 174 => 67, 168 => 65, 166 => 64, 163 => 62, 159 => 60, 157 => 55, 154 => 54, 152 => 51, 151 => 50, 149 => 49, 147 => 48, 139 => 41, 135 => 39, 132 => 38, 128 => 36, 125 => 35, 118 => 34, 112 => 32, 110 => 31, 107 => 30, 101 => 28, 95 => 25, 90 => 24, 88 => 23, 84 => 21, 81 => 20, 78 => 19, 75 => 18, 72 => 17, 69 => 16, 66 => 15, 63 => 14, 60 => 13, 57 => 12, 52 => 11, 48 => 9, 46 => 8, 43 => 7, 40 => 6, 36 => 4, 34 => 3, 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("", "server/databases/databases_footer.twig", "/usr/local/www/phpMyAdmin/templates/server/databases/databases_footer.twig");
}
}