parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 3
if (((isset($context["is_superuser"]) ? $context["is_superuser"] : null) || (isset($context["allow_user_drop_database"]) ? $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, (isset($context["database_count"]) ? $context["database_count"] : null), "html", null, true);
// line 9
echo "
|
";
// line 11
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["column_order"]) ? $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((isset($context["first_database"]) ? $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((isset($context["byte_format"]) ? $context["byte_format"] : null), 0, [], "array");
// line 15
echo " ";
$context["unit"] = $this->getAttribute((isset($context["byte_format"]) ? $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, (isset($context["value"]) ? $context["value"] : null), "html", null, true);
echo "
";
} else {
// line 28
echo " ";
echo twig_escape_filter($this->env, (isset($context["value"]) ? $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, (isset($context["unit"]) ? $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 ((isset($context["master_replication"]) ? $context["master_replication"] : null)) {
// line 36
echo " |
";
}
// line 38
echo " ";
if ((isset($context["slave_replication"]) ? $context["slave_replication"] : null)) {
// line 39
echo " |
";
}
// line 41
echo " |
";
// line 48
if (((isset($context["is_superuser"]) ? $context["is_superuser"] : null) || (isset($context["allow_user_drop_database"]) ? $context["allow_user_drop_database"] : null))) {
// line 49
echo " ";
$this->loadTemplate("select_all.twig", "server/databases/databases_footer.twig", 49)->display(["pma_theme_image" => // line 50
(isset($context["pma_theme_image"]) ? $context["pma_theme_image"] : null), "text_dir" => // line 51
(isset($context["text_dir"]) ? $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((isset($context["dbstats"]) ? $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();
// line 68
echo " ";
echo _gettext("Enable statistics");
echo "
";
$context["content"] = ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
$context["items"] = [0 => ["content" => // line 71
(isset($context["content"]) ? $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(["items" => (isset($context["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 ( 179 => 80, 175 => 78, 173 => 71, 171 => 70, 165 => 68, 163 => 67, 157 => 65, 155 => 64, 152 => 62, 148 => 60, 146 => 55, 143 => 54, 141 => 51, 140 => 50, 138 => 49, 136 => 48, 128 => 41, 124 => 39, 121 => 38, 117 => 36, 114 => 35, 107 => 34, 101 => 32, 99 => 31, 96 => 30, 90 => 28, 84 => 25, 79 => 24, 77 => 23, 73 => 21, 70 => 20, 67 => 19, 64 => 18, 61 => 17, 58 => 16, 55 => 15, 52 => 14, 49 => 13, 46 => 12, 41 => 11, 37 => 9, 35 => 8, 32 => 7, 29 => 6, 25 => 4, 23 => 3, 19 => 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 Twig_Source("", "server/databases/databases_footer.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/databases/databases_footer.twig");
}
}