e6047b39640e9ae28fe154fec658997ba1ff4250dacb4518ffdb33f0f27ed057.php 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. /* table/secondary_tabs.twig */
  3. class __TwigTemplate_3f5775dd4f397a789c02792e9a2f3867be6cde174aa2abe815b3c0be0fafd9bb 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. if (($this->getAttribute(($context["cfg_relation"] ?? null), "relwork", [], "array") || ($context["is_foreign_key_supported"] ?? null))) {
  16. // line 2
  17. echo " <ul id=\"topmenu2\">
  18. ";
  19. // line 3
  20. echo PhpMyAdmin\Util::getHtmlTab(["icon" => "b_props", "link" => "tbl_structure.php", "text" => _gettext("Table structure"), "id" => "table_strucuture_id"], // line 8
  21. ($context["url_params"] ?? null));
  22. echo "
  23. ";
  24. // line 9
  25. echo PhpMyAdmin\Util::getHtmlTab(["icon" => "b_relations", "link" => "tbl_relation.php", "text" => _gettext("Relation view"), "id" => "table_relation_id"], // line 14
  26. ($context["url_params"] ?? null));
  27. echo "
  28. </ul>
  29. <div class=\"clearfloat\"></div>
  30. ";
  31. }
  32. }
  33. public function getTemplateName()
  34. {
  35. return "table/secondary_tabs.twig";
  36. }
  37. public function isTraitable()
  38. {
  39. return false;
  40. }
  41. public function getDebugInfo()
  42. {
  43. return array ( 30 => 14, 29 => 9, 25 => 8, 24 => 3, 21 => 2, 19 => 1,);
  44. }
  45. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  46. public function getSource()
  47. {
  48. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  49. return $this->getSourceContext()->getCode();
  50. }
  51. public function getSourceContext()
  52. {
  53. return new Twig_Source("", "table/secondary_tabs.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\table\\secondary_tabs.twig");
  54. }
  55. }