/home/techb158/tmp/pma_template_compiles_techb158/twig/75
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/75/75566067416bbd2693433503c31f139f.php (90848B)
source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "table/page_with_secondary_tabs.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("table/page_with_secondary_tabs.twig", "table/structure/display_structure.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
}
// line 2
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 3
yield "
";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["table"] ?? null), "html", null, true);
yield "
";
yield _gettext("Move the columns by dragging them up and down.");
// line 333
yield "
";
yield _gettext("Loading…");
// line 359
yield "
";
// line 385
yield "
";
// line 386
if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 387
yield " ";
yield PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create"), ["db" => // line 389
($context["db"] ?? null), "table" => ($context["table"] ?? null)], PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit view"), true));
// line 391
yield "
";
}
// line 393
yield "
";
// line 394
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 395
yield " ";
// line 396
yield " ";
if (((($context["mysql_int_version"] ?? null) < 80000) || ($context["is_mariadb"] ?? null))) {
// line 397
yield "
// line 398
($context["db"] ?? null), "table" => // line 399
($context["table"] ?? null), "sql_query" => (("SELECT * FROM " . PhpMyAdmin\Util::backquote( // line 400
($context["table"] ?? null))) . " PROCEDURE ANALYSE()"), "session_max_rows" => "all"], "", false);
// line 402
yield "\">
";
// line 403
yield PhpMyAdmin\Html\Generator::getIcon("b_tblanalyse", _gettext("Propose table structure"), true);
// line 407
yield "
";
// line 409
yield PhpMyAdmin\Html\MySQLDocumentation::show("procedure_analyse");
yield "
";
}
// line 411
yield " ";
if (($context["is_active"] ?? null)) {
// line 412
yield "
($context["db"] ?? null), "table" => ($context["table"] ?? null)]);
yield "\">
";
// line 413
yield PhpMyAdmin\Html\Generator::getIcon("eye", _gettext("Track table"), true);
yield "
";
}
// line 416
yield "
";
// line 417
yield PhpMyAdmin\Html\Generator::getIcon("b_move", _gettext("Move columns"), true);
yield "
($context["db"] ?? null), "table" => ($context["table"] ?? null)]);
yield "\">
";
// line 420
yield PhpMyAdmin\Html\Generator::getIcon("normalize", _gettext("Normalize"), true);
yield "
";
}
// line 423
yield " ";
if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 424
yield " ";
if (($context["is_active"] ?? null)) {
// line 425
yield "
($context["db"] ?? null), "table" => ($context["table"] ?? null)]);
yield "\">
";
// line 426
yield PhpMyAdmin\Html\Generator::getIcon("eye", _gettext("Track view"), true);
yield "
";
}
// line 429
yield " ";
}
// line 430
yield "
";
// line 431
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 432
yield "
";
}
// line 457
yield "
";
// line 458
if ((( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null)) && (($context["tbl_storage_engine"] ?? null) != "ARCHIVE"))) {
// line 459
yield "
";
// line 576
yield Twig\Extension\CoreExtension::include($this->env, $context, "modals/index_dialog_modal.twig");
yield "
";
}
// line 578
yield "
";
// line 580
if (($context["have_partitioning"] ?? null)) {
// line 581
yield " ";
// line 582
yield " ";
if (( !Twig\Extension\CoreExtension::testEmpty(($context["partition_names"] ?? null)) && !(null === (($__internal_compile_50 = ($context["partition_names"] ?? null)) && is_array($__internal_compile_50) || $__internal_compile_50 instanceof ArrayAccess ? ($__internal_compile_50[0] ?? null) : null)))) {
// line 583
yield " ";
$context["first_partition"] = (($__internal_compile_51 = ($context["partitions"] ?? null)) && is_array($__internal_compile_51) || $__internal_compile_51 instanceof ArrayAccess ? ($__internal_compile_51[0] ?? null) : null);
// line 584
yield " ";
$context["range_or_list"] = ((((CoreExtension::getAttribute($this->env, $this->source, ($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 584) == "RANGE") || (CoreExtension::getAttribute($this->env, $this->source, // line 585
($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 585) == "RANGE COLUMNS")) || (CoreExtension::getAttribute($this->env, $this->source, // line 586
($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 586) == "LIST")) || (CoreExtension::getAttribute($this->env, $this->source, // line 587
($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 587) == "LIST COLUMNS"));
// line 588
yield " ";
$context["sub_partitions"] = CoreExtension::getAttribute($this->env, $this->source, ($context["first_partition"] ?? null), "getSubPartitions", [], "method", false, false, false, 588);
// line 589
yield " ";
$context["has_sub_partitions"] = CoreExtension::getAttribute($this->env, $this->source, ($context["first_partition"] ?? null), "hasSubPartitions", [], "method", false, false, false, 589);
// line 590
yield " ";
if (($context["has_sub_partitions"] ?? null)) {
// line 591
yield " ";
$context["first_sub_partition"] = (($__internal_compile_52 = ($context["sub_partitions"] ?? null)) && is_array($__internal_compile_52) || $__internal_compile_52 instanceof ArrayAccess ? ($__internal_compile_52[0] ?? null) : null);
// line 592
yield " ";
}
// line 593
yield "
";
// line 594
if ((($context["default_sliders_state"] ?? null) != "disabled")) {
// line 595
yield "
";
}
// line 602
yield "
";
// line 603
yield from $this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 603)->unwrap()->yield(CoreExtension::toArray(["db" => // line 604
($context["db"] ?? null), "table" => // line 605
($context["table"] ?? null), "partitions" => // line 606
($context["partitions"] ?? null), "partition_method" => CoreExtension::getAttribute($this->env, $this->source, // line 607
($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 607), "partition_expression" => CoreExtension::getAttribute($this->env, $this->source, // line 608
($context["first_partition"] ?? null), "getExpression", [], "method", false, false, false, 608), "has_description" => !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, // line 609
($context["first_partition"] ?? null), "getDescription", [], "method", false, false, false, 609)), "has_sub_partitions" => // line 610
($context["has_sub_partitions"] ?? null), "sub_partition_method" => (( // line 611
($context["has_sub_partitions"] ?? null)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["first_sub_partition"] ?? null), "getMethod", [], "method", false, false, false, 611)) : ("")), "sub_partition_expression" => (( // line 612
($context["has_sub_partitions"] ?? null)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["first_sub_partition"] ?? null), "getExpression", [], "method", false, false, false, 612)) : ("")), "range_or_list" => // line 613
($context["range_or_list"] ?? null)]));
// line 615
yield " ";
} else {
// line 616
yield " ";
yield from $this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 616)->unwrap()->yield(CoreExtension::toArray(["db" => // line 617
($context["db"] ?? null), "table" => // line 618
($context["table"] ?? null)]));
// line 620
yield " ";
}
// line 621
yield " ";
if ((($context["default_sliders_state"] ?? null) != "disabled")) {
// line 622
yield "
";
}
}
// line 625
yield "
";
// line 627
if (($context["show_stats"] ?? null)) {
// line 628
yield " ";
yield ($context["table_stats"] ?? null);
yield "
";
}
// line 630
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "table/structure/display_structure.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 1494 => 630, 1488 => 628, 1486 => 627, 1483 => 625, 1478 => 622, 1475 => 621, 1472 => 620, 1470 => 618, 1469 => 617, 1467 => 616, 1464 => 615, 1462 => 613, 1461 => 612, 1460 => 611, 1459 => 610, 1458 => 609, 1457 => 608, 1456 => 607, 1455 => 606, 1454 => 605, 1453 => 604, 1452 => 603, 1449 => 602, 1444 => 600, 1440 => 598, 1435 => 596, 1432 => 595, 1430 => 594, 1427 => 593, 1424 => 592, 1421 => 591, 1418 => 590, 1415 => 589, 1412 => 588, 1410 => 587, 1409 => 586, 1408 => 585, 1406 => 584, 1403 => 583, 1400 => 582, 1398 => 581, 1396 => 580, 1393 => 578, 1388 => 576, 1382 => 572, 1378 => 571, 1376 => 568, 1372 => 570, 1369 => 569, 1367 => 568, 1361 => 565, 1357 => 564, 1352 => 561, 1346 => 559, 1340 => 555, 1334 => 554, 1327 => 552, 1319 => 550, 1317 => 549, 1312 => 547, 1308 => 546, 1304 => 545, 1301 => 544, 1295 => 542, 1292 => 541, 1286 => 540, 1283 => 539, 1279 => 537, 1276 => 536, 1272 => 535, 1265 => 533, 1259 => 532, 1253 => 531, 1247 => 530, 1243 => 528, 1241 => 525, 1240 => 523, 1236 => 522, 1233 => 521, 1230 => 520, 1228 => 518, 1227 => 517, 1225 => 516, 1222 => 515, 1220 => 512, 1218 => 511, 1216 => 510, 1212 => 509, 1206 => 506, 1203 => 505, 1201 => 504, 1200 => 503, 1199 => 502, 1196 => 501, 1192 => 500, 1186 => 497, 1183 => 496, 1181 => 495, 1180 => 494, 1179 => 493, 1176 => 492, 1172 => 491, 1169 => 490, 1166 => 489, 1162 => 488, 1155 => 483, 1151 => 482, 1147 => 481, 1143 => 480, 1139 => 479, 1135 => 478, 1131 => 477, 1127 => 476, 1123 => 475, 1119 => 474, 1110 => 469, 1104 => 467, 1102 => 466, 1095 => 463, 1089 => 459, 1087 => 458, 1084 => 457, 1079 => 454, 1075 => 453, 1058 => 450, 1054 => 449, 1050 => 448, 1033 => 447, 1030 => 446, 1025 => 443, 1019 => 440, 1016 => 437, 1010 => 435, 1008 => 434, 1004 => 433, 999 => 432, 997 => 431, 994 => 430, 991 => 429, 985 => 426, 980 => 425, 977 => 424, 974 => 423, 968 => 420, 964 => 419, 959 => 417, 956 => 416, 950 => 413, 945 => 412, 942 => 411, 937 => 409, 933 => 407, 931 => 403, 928 => 402, 926 => 400, 925 => 399, 924 => 398, 920 => 397, 917 => 396, 915 => 395, 913 => 394, 908 => 393, 904 => 391, 902 => 389, 900 => 387, 898 => 386, 895 => 385, 887 => 378, 879 => 373, 875 => 372, 863 => 363, 856 => 359, 849 => 355, 845 => 354, 833 => 345, 829 => 344, 825 => 343, 814 => 336, 809 => 334, 806 => 333, 802 => 332, 796 => 329, 792 => 328, 781 => 320, 778 => 319, 775 => 318, 769 => 315, 765 => 314, 760 => 312, 755 => 311, 753 => 310, 747 => 307, 743 => 306, 738 => 304, 734 => 303, 729 => 301, 725 => 300, 720 => 298, 716 => 297, 711 => 295, 706 => 294, 704 => 293, 698 => 290, 694 => 289, 689 => 287, 684 => 286, 682 => 285, 676 => 282, 672 => 281, 669 => 280, 667 => 277, 666 => 276, 660 => 272, 653 => 270, 649 => 268, 644 => 265, 640 => 263, 637 => 262, 633 => 260, 627 => 257, 624 => 256, 622 => 255, 621 => 254, 620 => 253, 614 => 252, 608 => 249, 605 => 248, 603 => 247, 602 => 246, 601 => 245, 595 => 244, 593 => 243, 588 => 242, 586 => 241, 580 => 238, 577 => 237, 575 => 235, 574 => 234, 573 => 233, 572 => 232, 571 => 230, 570 => 229, 565 => 228, 560 => 227, 556 => 224, 548 => 222, 542 => 219, 539 => 218, 537 => 217, 536 => 216, 535 => 215, 534 => 214, 528 => 213, 526 => 212, 525 => 211, 524 => 210, 523 => 209, 522 => 208, 521 => 207, 516 => 206, 512 => 203, 506 => 200, 503 => 199, 501 => 198, 500 => 197, 499 => 196, 498 => 195, 492 => 194, 484 => 192, 482 => 191, 477 => 190, 475 => 180, 471 => 178, 465 => 175, 462 => 174, 460 => 173, 459 => 172, 458 => 171, 457 => 170, 451 => 169, 443 => 167, 441 => 166, 437 => 165, 433 => 163, 427 => 160, 424 => 159, 422 => 158, 421 => 157, 420 => 156, 419 => 155, 413 => 154, 405 => 152, 403 => 151, 399 => 150, 395 => 148, 389 => 145, 386 => 144, 384 => 143, 383 => 142, 382 => 141, 381 => 140, 375 => 139, 367 => 137, 365 => 136, 360 => 135, 356 => 133, 351 => 130, 347 => 129, 345 => 128, 342 => 127, 339 => 126, 337 => 125, 334 => 124, 327 => 120, 324 => 119, 322 => 118, 321 => 116, 320 => 115, 319 => 114, 318 => 113, 315 => 112, 308 => 108, 305 => 107, 303 => 105, 302 => 104, 301 => 103, 300 => 102, 297 => 101, 295 => 100, 290 => 99, 284 => 96, 281 => 95, 279 => 94, 276 => 93, 271 => 91, 268 => 89, 266 => 88, 263 => 86, 260 => 84, 258 => 83, 256 => 82, 252 => 80, 248 => 79, 245 => 78, 237 => 76, 235 => 75, 230 => 72, 222 => 70, 220 => 69, 219 => 68, 215 => 67, 210 => 65, 203 => 62, 197 => 60, 189 => 58, 187 => 57, 183 => 56, 178 => 54, 171 => 52, 166 => 49, 164 => 48, 161 => 47, 159 => 46, 156 => 45, 154 => 44, 151 => 43, 148 => 42, 143 => 41, 140 => 40, 135 => 36, 129 => 34, 126 => 33, 123 => 32, 118 => 30, 113 => 28, 111 => 27, 108 => 26, 104 => 25, 100 => 24, 96 => 23, 92 => 22, 88 => 21, 81 => 17, 76 => 13, 73 => 12, 70 => 10, 68 => 9, 66 => 8, 64 => 7, 60 => 5, 56 => 4, 51 => 3, 47 => 2, 36 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/structure/display_structure.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_structure.twig");
}
}