123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?php
- /* table/structure/table_structure_header.twig */
- class __TwigTemplate_17023ed5e8adb12f5b77e169ca07bf58f60ab6929a8fad8c9de91799ef5cd768 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>
- <th class=\"print_ignore\"></th>
- <th>#</th>
- <th>";
- // line 5
- echo _gettext("Name");
- echo "</th>
- <th>";
- // line 6
- echo _gettext("Type");
- echo "</th>
- <th>";
- // line 7
- echo _gettext("Collation");
- echo "</th>
- <th>";
- // line 8
- echo _gettext("Attributes");
- echo "</th>
- <th>";
- // line 9
- echo _gettext("Null");
- echo "</th>
- <th>";
- // line 10
- echo _gettext("Default");
- echo "</th>
- ";
- // line 11
- if (($context["show_column_comments"] ?? null)) {
- // line 12
- echo "<th>";
- echo _gettext("Comments");
- echo "</th>";
- }
- // line 14
- echo " <th>";
- echo _gettext("Extra");
- echo "</th>
- ";
- // line 16
- echo " ";
- if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) {
- // line 17
- echo " <th colspan=\"";
- echo ((PhpMyAdmin\Util::showIcons("ActionLinksMode")) ? ("8") : ("9"));
- // line 18
- echo "\" class=\"action print_ignore\">";
- echo _gettext("Action");
- echo "</th>
- ";
- }
- // line 20
- echo " </tr>
- </thead>
- ";
- }
- public function getTemplateName()
- {
- return "table/structure/table_structure_header.twig";
- }
- public function isTraitable()
- {
- return false;
- }
- public function getDebugInfo()
- {
- 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,);
- }
- /** @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("", "table/structure/table_structure_header.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\table\\structure\\table_structure_header.twig");
- }
- }
|