/home/csiway/tmp/pma_template_compiles_csiway/twig/82/8232af9a7d14e95cc08fa950b43494acedfcecd4a553c0dc885f2199bc175a86.php


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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<?php

use Twig\Environment;
use 
Twig\Error\LoaderError;
use 
Twig\Error\RuntimeError;
use 
Twig\Markup;
use 
Twig\Sandbox\SecurityError;
use 
Twig\Sandbox\SecurityNotAllowedTagError;
use 
Twig\Sandbox\SecurityNotAllowedFilterError;
use 
Twig\Sandbox\SecurityNotAllowedFunctionError;
use 
Twig\Source;
use 
Twig\Template;

/* table/structure/display_table_stats.twig */
class __TwigTemplate_7337f7e2b8ae8aa24b3c773a034a3473d106aeba32ad2042394eba4c7399a1eb extends \Twig\Template
{
    public function 
__construct(Environment $env)
    {
        
parent::__construct($env);

        
$this->parent false;

        
$this->blocks = [
        ];
    }

    protected function 
doDisplay(array $context, array $blocks = [])
    {
        
// line 1
        
echo "<div id=\"tablestatistics\">
    <fieldset>
        <legend>"
;
        
// line 3
        
echo _gettext("Information");
        echo 
"</legend>
        "
;
        
// line 4
        
if ($this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array")) {
            
// line 5
            
echo "            <p>
                <strong>"
;
            
// line 6
            
echo _gettext("Table comments:");
            echo 
"</strong>
                "
;
            
// line 7
            
echo twig_escape_filter($this->env$this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array"), "html"nulltrue);
            echo 
"
            </p>
        "
;
        }
        
// line 10
        
echo "        <a id=\"showusage\"></a>

        "
;
        
// line 12
        
if (( !($context["tbl_is_view"] ?? null) &&  !($context["db_is_system_schema"] ?? null))) {
            
// line 13
            
echo "            <table id=\"tablespaceusage\" class=\"width100 data\">
                <caption class=\"tblHeaders\">"
;
            
// line 14
            
echo _gettext("Space usage");
            echo 
"</caption>
                <tbody>
                    <tr>
                        <th class=\"name\">"
;
            
// line 17
            
echo _gettext("Data");
            echo 
"</th>
                        <td class=\"value\">"
;
            
// line 18
            
echo twig_escape_filter($this->env, ($context["data_size"] ?? null), "html"nulltrue);
            echo 
"</td>
                        <td class=\"unit\">"
;
            
// line 19
            
echo twig_escape_filter($this->env, ($context["data_unit"] ?? null), "html"nulltrue);
            echo 
"</td>
                    </tr>

                "
;
            
// line 22
            
if ((isset($context["index_size"]) || array_key_exists("index_size"$context))) {
                
// line 23
                
echo "                    <tr>
                        <th class=\"name\">"
;
                
// line 24
                
echo _gettext("Index");
                echo 
"</th>
                        <td class=\"value\">"
;
                
// line 25
                
echo twig_escape_filter($this->env, ($context["index_size"] ?? null), "html"nulltrue);
                echo 
"</td>
                        <td class=\"unit\">"
;
                
// line 26
                
echo twig_escape_filter($this->env, ($context["index_unit"] ?? null), "html"nulltrue);
                echo 
"</td>
                    </tr>
                "
;
            }
            
// line 29
            
echo "
                "
;
            
// line 30
            
if ((isset($context["free_size"]) || array_key_exists("free_size"$context))) {
                
// line 31
                
echo "                    <tr>
                        <th class=\"name\">"
;
                
// line 32
                
echo _gettext("Overhead");
                echo 
"</th>
                        <td class=\"value\">"
;
                
// line 33
                
echo twig_escape_filter($this->env, ($context["free_size"] ?? null), "html"nulltrue);
                echo 
"</td>
                        <td class=\"unit\">"
;
                
// line 34
                
echo twig_escape_filter($this->env, ($context["free_unit"] ?? null), "html"nulltrue);
                echo 
"</td>
                    </tr>
                    <tr>
                        <th class=\"name\">"
;
                
// line 37
                
echo _gettext("Effective");
                echo 
"</th>
                        <td class=\"value\">"
;
                
// line 38
                
echo twig_escape_filter($this->env, ($context["effect_size"] ?? null), "html"nulltrue);
                echo 
"</td>
                        <td class=\"unit\">"
;
                
// line 39
                
echo twig_escape_filter($this->env, ($context["effect_unit"] ?? null), "html"nulltrue);
                echo 
"</td>
                    </tr>
                "
;
            }
            
// line 42
            
echo "
                "
;
            
// line 43
            
if (((isset($context["tot_size"]) || array_key_exists("tot_size"$context)) && (($context["mergetable"] ?? null) == false))) {
                
// line 44
                
echo "                    <tr>
                        <th class=\"name\">"
;
                
// line 45
                
echo _gettext("Total");
                echo 
"</th>
                        <td class=\"value\">"
;
                
// line 46
                
echo twig_escape_filter($this->env, ($context["tot_size"] ?? null), "html"nulltrue);
                echo 
"</td>
                        <td class=\"unit\">"
;
                
// line 47
                
echo twig_escape_filter($this->env, ($context["tot_unit"] ?? null), "html"nulltrue);
                echo 
"</td>
                    </tr>
                "
;
            }
            
// line 50
            
echo "
                "
;
            
// line 52
            
echo "                ";
            if (((isset(
$context["free_size"]) || array_key_exists("free_size"$context)) && ((((            // line 53
($context["tbl_storage_engine"] ?? null) == "MYISAM") || (            // line 54
($context["tbl_storage_engine"] ?? null) == "ARIA")) || (            // line 55
($context["tbl_storage_engine"] ?? null) == "MARIA")) || (            // line 56
($context["tbl_storage_engine"] ?? null) == "BDB")))) {
                
// line 57
                
echo "                    <tr class=\"tblFooters print_ignore\">
                        <td colspan=\"3\" class=\"center\">
                            <a href=\"sql.php\" data-post=\""
;
                
// line 59
                
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html"nulltrue);
                echo 
"&amp;pos=0&amp;sql_query=";
                
// line 60
                
echo twig_escape_filter($this->envtwig_urlencode_filter(("OPTIMIZE TABLE " PhpMyAdmin\Util::backquote(($context["table"] ?? null)))), "html"nulltrue);
                echo 
"\">
                                "
;
                
// line 61
                
echo PhpMyAdmin\Util::getIcon("b_tbloptimize"_gettext("Optimize table"));
                echo 
"
                            </a>
                        </td>
                    </tr>
                "
;
            }
            
// line 66
            
echo "                </tbody>
            </table>
        "
;
        }
        
// line 69
        
echo "
        "
;
        
// line 70
        
$this->loadTemplate("table/structure/row_stats_table.twig""table/structure/display_table_stats.twig"70)->display(twig_to_array(["showtable" =>         // line 71
($context["showtable"] ?? null), "tbl_collation" =>         // line 72
($context["tbl_collation"] ?? null), "is_innodb" =>         // line 73
($context["is_innodb"] ?? null), "mergetable" =>         // line 74
($context["mergetable"] ?? null), "avg_size" => ((        // line 75
(isset($context["avg_size"]) || array_key_exists("avg_size"$context))) ? (($context["avg_size"] ?? null)) : (null)), "avg_unit" => ((        // line 76
(isset($context["avg_unit"]) || array_key_exists("avg_unit"$context))) ? (($context["avg_unit"] ?? null)) : (null))]));
        
// line 78
        
echo "    </fieldset>
</div>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"table/structure/display_table_stats.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
204 => 78,  202 => 76,  201 => 75,  200 => 74,  199 => 73,  198 => 72,  197 => 71,  196 => 70,  193 => 69,  188 => 66,  180 => 61,  176 => 60,  173 => 59,  169 => 57,  167 => 56,  166 => 55,  165 => 54,  164 => 53,  162 => 52,  159 => 50,  153 => 47,  149 => 46,  145 => 45,  142 => 44,  140 => 43,  137 => 42,  131 => 39,  127 => 38,  123 => 37,  117 => 34,  113 => 33,  109 => 32,  106 => 31,  104 => 30,  101 => 29,  95 => 26,  91 => 25,  87 => 24,  84 => 23,  82 => 22,  76 => 19,  72 => 18,  68 => 17,  62 => 14,  59 => 13,  57 => 12,  53 => 10,  47 => 7,  43 => 6,  40 => 5,  38 => 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("""table/structure/display_table_stats.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_table_stats.twig");
    }
}