14c3da97ad234c3e76eb74e965ec2e9be1d759efa750c06b6e67961aad03384b.php
5.0 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?php
/* server/databases/table_header.twig */
class __TwigTemplate_8c8ca323309c1c53809361a7d6fb1e6bce385eefca5424311f78264665879270 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 "<thead>
<tr>
";
// line 3
if ((($context["is_superuser"] ?? null) || ($context["allow_user_drop_database"] ?? null))) {
// line 4
echo " <th></th>
";
}
// line 6
echo " <th>
<a href=\"server_databases.php";
// line 7
echo PhpMyAdmin\Url::getCommon(($context["url_params"] ?? null));
echo "\">
";
// line 8
echo _gettext("Database");
// line 9
echo " ";
echo (((($context["sort_by"] ?? null) == "SCHEMA_NAME")) ? (PhpMyAdmin\Util::getImage(("s_" . // line 10
($context["sort_order"] ?? null)), // line 11
($context["sort_order_text"] ?? null))) : (""));
// line 12
echo "
</a>
</th>
";
// line 15
$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 16
echo " ";
$context["url_params"] = twig_array_merge(($context["url_params"] ?? null), ["sort_by" => // line 17
$context["stat_name"], "sort_order" => (((( // line 18
($context["sort_by"] ?? null) == $context["stat_name"]) && (($context["sort_order"] ?? null) == "desc"))) ? ("asc") : ("desc"))]);
// line 20
echo "
<th";
// line 21
echo ((($this->getAttribute($context["stat"], "format", [], "array") === "byte")) ? (" colspan=\"2\"") : (""));
echo ">
<a href=\"server_databases.php";
// line 22
echo PhpMyAdmin\Url::getCommon(($context["url_params"] ?? null));
echo "\">
";
// line 23
echo twig_escape_filter($this->env, $this->getAttribute($context["stat"], "disp_name", [], "array"), "html", null, true);
echo "
";
// line 24
echo (((($context["sort_by"] ?? null) == $context["stat_name"])) ? (PhpMyAdmin\Util::getImage(("s_" . // line 25
($context["sort_order"] ?? null)), // line 26
($context["sort_order_text"] ?? null))) : (""));
// line 27
echo "
</a>
</th>
";
}
}
$_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 31
echo " ";
if (($context["master_replication"] ?? null)) {
// line 32
echo " <th>";
echo _gettext("Master replication");
echo "</th>
";
}
// line 34
echo " ";
if (($context["slave_replication"] ?? null)) {
// line 35
echo " <th>";
echo _gettext("Slave replication");
echo "</th>
";
}
// line 37
echo " <th>";
echo _gettext("Action");
echo "</th>
</tr>
</thead>
";
}
public function getTemplateName()
{
return "server/databases/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 105 => 37, 99 => 35, 96 => 34, 90 => 32, 87 => 31, 77 => 27, 75 => 26, 74 => 25, 73 => 24, 69 => 23, 65 => 22, 61 => 21, 58 => 20, 56 => 18, 55 => 17, 53 => 16, 48 => 15, 43 => 12, 41 => 11, 40 => 10, 38 => 9, 36 => 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/table_header.twig", "D:\\code\\yihewuku\\hx.yhwk.ynzhsk.cn\\public\\phpMyAdmin4.8.5\\templates\\server\\databases\\table_header.twig");
}
}