56af12d2174ec1550663c96b4a91d756522879a6939f1afd7fdcabd02f5ed496.php 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?php
  2. /* table/structure/table_structure_header.twig */
  3. class __TwigTemplate_17023ed5e8adb12f5b77e169ca07bf58f60ab6929a8fad8c9de91799ef5cd768 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = [
  10. ];
  11. }
  12. protected function doDisplay(array $context, array $blocks = [])
  13. {
  14. // line 1
  15. echo "<thead>
  16. <tr>
  17. <th class=\"print_ignore\"></th>
  18. <th>#</th>
  19. <th>";
  20. // line 5
  21. echo _gettext("Name");
  22. echo "</th>
  23. <th>";
  24. // line 6
  25. echo _gettext("Type");
  26. echo "</th>
  27. <th>";
  28. // line 7
  29. echo _gettext("Collation");
  30. echo "</th>
  31. <th>";
  32. // line 8
  33. echo _gettext("Attributes");
  34. echo "</th>
  35. <th>";
  36. // line 9
  37. echo _gettext("Null");
  38. echo "</th>
  39. <th>";
  40. // line 10
  41. echo _gettext("Default");
  42. echo "</th>
  43. ";
  44. // line 11
  45. if (($context["show_column_comments"] ?? null)) {
  46. // line 12
  47. echo "<th>";
  48. echo _gettext("Comments");
  49. echo "</th>";
  50. }
  51. // line 14
  52. echo " <th>";
  53. echo _gettext("Extra");
  54. echo "</th>
  55. ";
  56. // line 16
  57. echo " ";
  58. if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) {
  59. // line 17
  60. echo " <th colspan=\"";
  61. echo ((PhpMyAdmin\Util::showIcons("ActionLinksMode")) ? ("8") : ("9"));
  62. // line 18
  63. echo "\" class=\"action print_ignore\">";
  64. echo _gettext("Action");
  65. echo "</th>
  66. ";
  67. }
  68. // line 20
  69. echo " </tr>
  70. </thead>
  71. ";
  72. }
  73. public function getTemplateName()
  74. {
  75. return "table/structure/table_structure_header.twig";
  76. }
  77. public function isTraitable()
  78. {
  79. return false;
  80. }
  81. public function getDebugInfo()
  82. {
  83. return array ( 73 => 20, 67 => 18, 64 => 17, 61 => 16, 56 => 14, 51 => 12, 49 => 11, 45 => 10, 41 => 9, 37 => 8, 33 => 7, 29 => 6, 25 => 5, 19 => 1,);
  84. }
  85. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  86. public function getSource()
  87. {
  88. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  89. return $this->getSourceContext()->getCode();
  90. }
  91. public function getSourceContext()
  92. {
  93. return new Twig_Source("", "table/structure/table_structure_header.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\table\\structure\\table_structure_header.twig");
  94. }
  95. }