/home/csiway/tmp/pma_template_compiles_csiway/twig/85/85d88a980a7e37a54f2a953bee34cc314500df29c8ea4e28f212a4aa51f63ec3.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<?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;

/* database/structure/structure_table_row.twig */
class __TwigTemplate_da150de8cc5efb19e858eda69916e52f1af4eda6208b0c5f37dd919bd9395d81 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 "<tr id=\"row_tbl_";
        echo 
twig_escape_filter($this->env, ($context["curr"] ?? null), "html"nulltrue);
        echo 
"\"";
        echo (((
$context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : (""));
        echo 
" data-filter-row=\"";
        echo 
twig_escape_filter($this->envtwig_upper_filter($this->env$this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "html"nulltrue);
        echo 
"\">
    <td class=\"center print_ignore\">
        <input type=\"checkbox\"
            name=\"selected_tbl[]\"
            class=\""
;
        
// line 5
        
echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html"nulltrue);
        echo 
"\"
            value=\""
;
        
// line 6
        
echo twig_escape_filter($this->env$this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html"nulltrue);
        echo 
"\"
            id=\"checkbox_tbl_"
;
        
// line 7
        
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html"nulltrue);
        echo 
"\" />
    </td>
    <th>
        "
;
        
// line 10
        
echo ($context["browse_table_label"] ?? null);
        echo 
"
        "
;
        
// line 11
        
echo ($context["tracking_icon"] ?? null);
        echo 
"
    </th>
    "
;
        
// line 13
        
if (($context["server_slave_status"] ?? null)) {
            
// line 14
            
echo "        <td class=\"center\">
            "
;
            
// line 15
            
echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_cancel"_gettext("Not replicated"))) : (""));
            echo 
"
            "
;
            
// line 16
            
echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_success"_gettext("Replicated"))) : (""));
            echo 
"
        </td>
    "
;
        }
        
// line 19
        
echo "
    "
;
        
// line 21
        
echo "    ";
        if (((
$context["num_favorite_tables"] ?? null) > 0)) {
            
// line 22
            
echo "        <td class=\"center print_ignore\">
            "
;
            
// line 24
            
echo "            ";
            
$context["fav_params"] = ["db" =>             // line 25
($context["db"] ?? null), "ajax_request" => true"favorite_table" => $this->getAttribute(            // line 27
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), (((            // line 28
($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true];
            
// line 30
            
echo "            ";
            
$this->loadTemplate("database/structure/favorite_anchor.twig""database/structure/structure_table_row.twig"30)->display(twig_to_array(["table_name_hash" => md5($this->getAttribute(            // line 31
($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "db_table_name_hash" => md5(((            // line 32
($context["db"] ?? null) . ".") . $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"))), "fav_params" =>             // line 33
($context["fav_params"] ?? null), "already_favorite" =>             // line 34
($context["already_favorite"] ?? null), "titles" =>             // line 35
($context["titles"] ?? null)]));
            
// line 37
            
echo "        </td>
    "
;
        }
        
// line 39
        
echo "
    <td class=\"center print_ignore\">
        "
;
        
// line 41
        
echo ($context["browse_table"] ?? null);
        echo 
"
    </td>
    <td class=\"center print_ignore\">
        <a href=\"tbl_structure.php"
;
        
// line 44
        
echo ($context["tbl_url_query"] ?? null);
        echo 
"\">
            "
;
        
// line 45
        
echo $this->getAttribute(($context["titles"] ?? null), "Structure", [], "array");
        echo 
"
        </a>
    </td>
    <td class=\"center print_ignore\">
        "
;
        
// line 49
        
echo ($context["search_table"] ?? null);
        echo 
"
    </td>

    "
;
        
// line 52
        
if ( !($context["db_is_system_schema"] ?? null)) {
            
// line 53
            
echo "        <td class=\"insert_table center print_ignore\">
            <a href=\"tbl_change.php"
;
            
// line 54
            
echo ($context["tbl_url_query"] ?? null);
            echo 
"\">";
            echo 
$this->getAttribute(($context["titles"] ?? null), "Insert", [], "array");
            echo 
"</a>
        </td>
        <td class=\"center print_ignore\">"
;
            
// line 56
            
echo ($context["empty_table"] ?? null);
            echo 
"</td>
        <td class=\"center print_ignore\">
            <a class=\"ajax drop_table_anchor"
;
            
// line 59
            
echo (((($context["table_is_view"] ?? null) || ($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array") == null))) ? (" view") : (""));
            echo 
"\"
                href=\"sql.php\" data-post=\""
;
            
// line 60
            
echo ($context["tbl_url_query"] ?? null);
            echo 
"&amp;reload=1&amp;purge=1&amp;sql_query=";
            
// line 61
            
echo twig_escape_filter($this->envtwig_urlencode_filter(($context["drop_query"] ?? null)), "html"nulltrue);
            echo 
"&amp;message_to_show=";
            echo 
twig_escape_filter($this->envtwig_urlencode_filter(($context["drop_message"] ?? null)), "html"nulltrue);
            echo 
"\">
                "
;
            
// line 62
            
echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array");
            echo 
"
            </a>
        </td>
    "
;
        }
        
// line 66
        
echo "
    "
;
        
// line 67
        
if (($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array"truetrue) && (($this->getAttribute(        // line 68
($context["current_table"] ?? null), "ENGINE", [], "array") != null) || ($context["table_is_view"] ?? null)))) {
            
// line 69
            
echo "        ";
            
// line 70
            
echo "        ";
            
$context["row_count"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array"), 0);
            
// line 71
            
echo "
        "
;
            
// line 74
            
echo "        <td class=\"value tbl_rows\"
            data-table=\""
;
            
// line 75
            
echo twig_escape_filter($this->env$this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html"nulltrue);
            echo 
"\">
            "
;
            
// line 76
            
if (($context["approx_rows"] ?? null)) {
                
// line 77
                
echo "                <a href=\"db_structure.php";
                echo 
PhpMyAdmin\Url::getCommon(["ajax_request" => true"db" =>                 // line 79
($context["db"] ?? null), "table" => $this->getAttribute(                // line 80
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "real_row_count" => "true"]);
                
// line 82
                
echo "\" class=\"ajax real_row_count\">
                    <bdi>
                        ~"
;
                
// line 84
                
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html"nulltrue);
                echo 
"
                    </bdi>
                </a>
            "
;
            } else {
                
// line 88
                
echo "                ";
                echo 
twig_escape_filter($this->env, ($context["row_count"] ?? null), "html"nulltrue);
                echo 
"
            "
;
            }
            
// line 90
            
echo "            ";
            echo (
$context["show_superscript"] ?? null);
            echo 
"
        </td>

        "
;
            
// line 93
            
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
                
// line 94
                
echo "            <td class=\"nowrap\">
                "
;
                
// line 95
                
if ( !twig_test_empty($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"))) {
                    
// line 96
                    
echo "                    ";
                    echo 
twig_escape_filter($this->env$this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"), "html"nulltrue);
                    echo 
"
                "
;
                } elseif (                
// line 97
($context["table_is_view"] ?? null)) {
                    
// line 98
                    
echo "                    ";
                    echo 
_gettext("View");
                    
// line 99
                    
echo "                ";
                }
                
// line 100
                
echo "            </td>
            "
;
                
// line 101
                
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
                    
// line 102
                    
echo "                <td class=\"nowrap\">
                    "
;
                    
// line 103
                    
echo ($context["collation"] ?? null);
                    echo 
"
                </td>
            "
;
                }
                
// line 106
                
echo "        ";
            }
            
// line 107
            
echo "
        "
;
            
// line 108
            
if (($context["is_show_stats"] ?? null)) {
                
// line 109
                
echo "            <td class=\"value tbl_size\">
                <a href=\"tbl_structure.php"
;
                
// line 110
                
echo ($context["tbl_url_query"] ?? null);
                echo 
"#showusage\">
                    <span>"
;
                
// line 111
                
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html"nulltrue);
                echo 
"</span>
                    <span class=\"unit\">"
;
                
// line 112
                
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html"nulltrue);
                echo 
"</span>
                </a>
            </td>
            <td class=\"value tbl_overhead\">
                "
;
                
// line 116
                
echo ($context["overhead"] ?? null);
                echo 
"
            </td>
        "
;
            }
            
// line 119
            
echo "
        "
;
            
// line 120
            
if ( !(($context["show_charset"] ?? null) > 1)) {
                
// line 121
                
echo "            ";
                if ((
twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
                    
// line 122
                    
echo "                <td class=\"nowrap\">
                    "
;
                    
// line 123
                    
echo ($context["charset"] ?? null);
                    echo 
"
                </td>
            "
;
                }
                
// line 126
                
echo "        ";
            }
            
// line 127
            
echo "
        "
;
            
// line 128
            
if (($context["show_comment"] ?? null)) {
                
// line 129
                
echo "            ";
                
$context["comment"] = $this->getAttribute(($context["current_table"] ?? null), "Comment", [], "array");
                
// line 130
                
echo "            <td>
                "
;
                
// line 131
                
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
                    
// line 132
                    
echo "                    <abbr title=\"";
                    echo 
twig_escape_filter($this->env, ($context["comment"] ?? null), "html"nulltrue);
                    echo 
"\">
                        "
;
                    
// line 133
                    
echo twig_escape_filter($this->envtwig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html"nulltrue);
                    echo 
"
                        ...
                    </abbr>
                "
;
                } else {
                    
// line 137
                    
echo "                    ";
                    echo 
twig_escape_filter($this->env, ($context["comment"] ?? null), "html"nulltrue);
                    echo 
"
                "
;
                }
                
// line 139
                
echo "            </td>
        "
;
            }
            
// line 141
            
echo "
        "
;
            
// line 142
            
if (($context["show_creation"] ?? null)) {
                
// line 143
                
echo "            <td class=\"value tbl_creation\">
                "
;
                
// line 144
                
((($context["create_time"] ?? null)) ? (print (twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(strtotime(($context["create_time"] ?? null))), "html"nulltrue))) : (print ("-")));
                echo 
"
            </td>
        "
;
            }
            
// line 147
            
echo "
        "
;
            
// line 148
            
if (($context["show_last_update"] ?? null)) {
                
// line 149
                
echo "            <td class=\"value tbl_last_update\">
                "
;
                
// line 150
                
((($context["update_time"] ?? null)) ? (print (twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(strtotime(($context["update_time"] ?? null))), "html"nulltrue))) : (print ("-")));
                echo 
"
            </td>
        "
;
            }
            
// line 153
            
echo "
        "
;
            
// line 154
            
if (($context["show_last_check"] ?? null)) {
                
// line 155
                
echo "            <td class=\"value tbl_last_check\">
                "
;
                
// line 156
                
((($context["check_time"] ?? null)) ? (print (twig_escape_filter($this->envPhpMyAdmin\Util::localisedDate(strtotime(($context["check_time"] ?? null))), "html"nulltrue))) : (print ("-")));
                echo 
"
            </td>
        "
;
            }
            
// line 159
            
echo "
    "
;
        } elseif (        
// line 160
($context["table_is_view"] ?? null)) {
            
// line 161
            
echo "        <td class=\"value tbl_rows\">-</td>
        <td class=\"nowrap\">
            "
;
            
// line 163
            
echo _gettext("View");
            
// line 164
            
echo "        </td>
        <td class=\"nowrap\">---</td>
        "
;
            
// line 166
            
if (($context["is_show_stats"] ?? null)) {
                
// line 167
                
echo "            <td class=\"value tbl_size\">-</td>
            <td class=\"value tbl_overhead\">-</td>
        "
;
            }
            
// line 170
            
echo "        ";
            if ((
$context["show_charset"] ?? null)) {
                
// line 171
                
echo "            <td></td>
        "
;
            }
            
// line 173
            
echo "        ";
            if ((
$context["show_comment"] ?? null)) {
                
// line 174
                
echo "            <td></td>
        "
;
            }
            
// line 176
            
echo "        ";
            if ((
$context["show_creation"] ?? null)) {
                
// line 177
                
echo "            <td class=\"value tbl_creation\">-</td>
        "
;
            }
            
// line 179
            
echo "        ";
            if ((
$context["show_last_update"] ?? null)) {
                
// line 180
                
echo "            <td class=\"value tbl_last_update\">-</td>
        "
;
            }
            
// line 182
            
echo "        ";
            if ((
$context["show_last_check"] ?? null)) {
                
// line 183
                
echo "            <td class=\"value tbl_last_check\">-</td>
        "
;
            }
            
// line 185
            
echo "
    "
;
        } else {
            
// line 187
            
echo "        ";
            
$context["count"] = 0;
            
// line 188
            
echo "        ";
            if ((
$context["properties_num_columns"] ?? null)) {
                
// line 189
                
echo "            ";
                
$context["count"] = (($context["count"] ?? null) + 2);
                
// line 190
                
echo "        ";
            }
            
// line 191
            
echo "        ";
            if ((
$context["is_show_stats"] ?? null)) {
                
// line 192
                
echo "            ";
                
$context["count"] = (($context["count"] ?? null) + 2);
                
// line 193
                
echo "        ";
            }
            
// line 194
            
echo "        ";
            if ((
$context["show_charset"] ?? null)) {
                
// line 195
                
echo "            ";
                
$context["count"] = (($context["count"] ?? null) + 1);
                
// line 196
                
echo "        ";
            }
            
// line 197
            
echo "        ";
            if ((
$context["show_comment"] ?? null)) {
                
// line 198
                
echo "            ";
                
$context["count"] = (($context["count"] ?? null) + 1);
                
// line 199
                
echo "        ";
            }
            
// line 200
            
echo "        ";
            if ((
$context["show_creation"] ?? null)) {
                
// line 201
                
echo "            ";
                
$context["count"] = (($context["count"] ?? null) + 1);
                
// line 202
                
echo "        ";
            }
            
// line 203
            
echo "        ";
            if ((
$context["show_last_update"] ?? null)) {
                
// line 204
                
echo "            ";
                
$context["count"] = (($context["count"] ?? null) + 1);
                
// line 205
                
echo "        ";
            }
            
// line 206
            
echo "        ";
            if ((
$context["show_last_check"] ?? null)) {
                
// line 207
                
echo "            ";
                
$context["count"] = (($context["count"] ?? null) + 1);
                
// line 208
                
echo "        ";
            }
            
// line 209
            
echo "
        "
;
            
// line 210
            
if (($context["db_is_system_schema"] ?? null)) {
                
// line 211
                
echo "            ";
                
$context["action_colspan"] = 3;
                
// line 212
                
echo "        ";
            } else {
                
// line 213
                
echo "            ";
                
$context["action_colspan"] = 6;
                
// line 214
                
echo "        ";
            }
            
// line 215
            
echo "        ";
            if (((
$context["num_favorite_tables"] ?? null) > 0)) {
                
// line 216
                
echo "            ";
                
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
                
// line 217
                
echo "        ";
            }
            
// line 218
            
echo "
        "
;
            
// line 219
            
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
            
// line 220
            
echo "        <td colspan=\"";
            echo ((((
$context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9));
            echo 
"\"
            class=\"center\">
            "
;
            
// line 222
            
echo _gettext("in use");
            
// line 223
            
echo "        </td>
    "
;
        }
        
// line 225
        
echo "</tr>
"
;
    }

    public function 
getTemplateName()
    {
        return 
"database/structure/structure_table_row.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
556 => 225,  552 => 223,  550 => 222,  544 => 220,  542 => 219,  539 => 218,  536 => 217,  533 => 216,  530 => 215,  527 => 214,  524 => 213,  521 => 212,  518 => 211,  516 => 210,  513 => 209,  510 => 208,  507 => 207,  504 => 206,  501 => 205,  498 => 204,  495 => 203,  492 => 202,  489 => 201,  486 => 200,  483 => 199,  480 => 198,  477 => 197,  474 => 196,  471 => 195,  468 => 194,  465 => 193,  462 => 192,  459 => 191,  456 => 190,  453 => 189,  450 => 188,  447 => 187,  443 => 185,  439 => 183,  436 => 182,  432 => 180,  429 => 179,  425 => 177,  422 => 176,  418 => 174,  415 => 173,  411 => 171,  408 => 170,  403 => 167,  401 => 166,  397 => 164,  395 => 163,  391 => 161,  389 => 160,  386 => 159,  380 => 156,  377 => 155,  375 => 154,  372 => 153,  366 => 150,  363 => 149,  361 => 148,  358 => 147,  352 => 144,  349 => 143,  347 => 142,  344 => 141,  340 => 139,  334 => 137,  327 => 133,  322 => 132,  320 => 131,  317 => 130,  314 => 129,  312 => 128,  309 => 127,  306 => 126,  300 => 123,  297 => 122,  294 => 121,  292 => 120,  289 => 119,  283 => 116,  276 => 112,  272 => 111,  268 => 110,  265 => 109,  263 => 108,  260 => 107,  257 => 106,  251 => 103,  248 => 102,  246 => 101,  243 => 100,  240 => 99,  237 => 98,  235 => 97,  230 => 96,  228 => 95,  225 => 94,  223 => 93,  216 => 90,  210 => 88,  203 => 84,  199 => 82,  197 => 80,  196 => 79,  194 => 77,  192 => 76,  188 => 75,  185 => 74,  182 => 71,  179 => 70,  177 => 69,  175 => 68,  174 => 67,  171 => 66,  164 => 62,  158 => 61,  155 => 60,  151 => 59,  146 => 56,  139 => 54,  136 => 53,  134 => 52,  128 => 49,  121 => 45,  117 => 44,  111 => 41,  107 => 39,  103 => 37,  101 => 35,  100 => 34,  99 => 33,  98 => 32,  97 => 31,  95 => 30,  93 => 28,  92 => 27,  91 => 25,  89 => 24,  86 => 22,  83 => 21,  80 => 19,  74 => 16,  70 => 15,  67 => 14,  65 => 13,  60 => 11,  56 => 10,  50 => 7,  46 => 6,  42 => 5,  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("""database/structure/structure_table_row.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/structure_table_row.twig");
    }
}