ca7cd35c03d1ca3a04cc30f1b08831d3728dd570310b66260c872832e155af15.php
3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?php
/* server/databases/databases_header.twig */
class __TwigTemplate_fe09dca5660d9448edf18d9f75ca6477368e48c96ca28c08b835ddd36faf5f98 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"tableslistcontainer\">
";
// line 2
echo PhpMyAdmin\Util::getListNavigator( // line 3
($context["database_count"] ?? null), // line 4
($context["pos"] ?? null), // line 5
($context["url_params"] ?? null), "server_databases.php", "frame_content", // line 8
($context["max_db_list"] ?? null));
// line 9
echo "
<form class=\"ajax\" action=\"server_databases.php\" method=\"post\" name=\"dbStatsForm\" id=\"dbStatsForm\">
";
// line 11
echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null));
echo "
";
// line 12
$context["url_params"] = twig_array_merge(($context["url_params"] ?? null), ["sort_by" => "SCHEMA_NAME", "sort_order" => (((( // line 14
($context["sort_by"] ?? null) == "SCHEMA_NAME") && (($context["sort_order"] ?? null) == "asc"))) ? ("desc") : ("asc"))]);
// line 16
echo " <div class=\"responsivetable\">
<table id=\"tabledatabases\" class=\"data\">
";
// line 18
$this->loadTemplate("server/databases/table_header.twig", "server/databases/databases_header.twig", 18)->display(["url_params" => // line 19
($context["url_params"] ?? null), "sort_by" => // line 20
($context["sort_by"] ?? null), "sort_order" => // line 21
($context["sort_order"] ?? null), "sort_order_text" => ((( // line 22
($context["sort_order"] ?? null) == "asc")) ? (_gettext("Ascending")) : (_gettext("Descending"))), "column_order" => // line 23
($context["column_order"] ?? null), "first_database" => // line 24
($context["first_database"] ?? null), "master_replication" => // line 25
($context["master_replication"] ?? null), "slave_replication" => // line 26
($context["slave_replication"] ?? null), "is_superuser" => // line 27
($context["is_superuser"] ?? null), "allow_user_drop_database" => // line 28
($context["allow_user_drop_database"] ?? null)]);
}
public function getTemplateName()
{
return "server/databases/databases_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 53 => 28, 52 => 27, 51 => 26, 50 => 25, 49 => 24, 48 => 23, 47 => 22, 46 => 21, 45 => 20, 44 => 19, 43 => 18, 39 => 16, 37 => 14, 36 => 12, 32 => 11, 28 => 9, 26 => 8, 25 => 5, 24 => 4, 23 => 3, 22 => 2, 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_header.twig", "D:\\code\\yihewuku\\hx.yhwk.ynzhsk.cn\\public\\phpMyAdmin4.8.5\\templates\\server\\databases\\databases_header.twig");
}
}