e2dc3758a5aea1cb49640412c0a5b83316fbee2bb1ca8e2128fbd39121c002f3.php 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?php
  2. /* table/structure/optional_action_links.twig */
  3. class __TwigTemplate_39326eae4a453cdd37bcb346cf1483e7577451656dcefdf653423bd9b2b06f9e 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 "<a href=\"#\" id=\"printView\">";
  16. echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
  17. echo "</a>
  18. ";
  19. // line 2
  20. if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
  21. // line 3
  22. echo " <a href=\"sql.php\" data-post=\"";
  23. echo ($context["url_query"] ?? null);
  24. echo "&amp;session_max_rows=all&amp;sql_query=";
  25. // line 4
  26. echo twig_escape_filter($this->env, twig_urlencode_filter((("SELECT * FROM " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " PROCEDURE ANALYSE()")), "html", null, true);
  27. // line 5
  28. echo "\" style=\"margin-right: 0;\">
  29. ";
  30. // line 6
  31. echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Propose table structure"), true);
  32. // line 10
  33. echo "
  34. </a>
  35. ";
  36. // line 12
  37. echo PhpMyAdmin\Util::showMySQLDocu("procedure_analyse");
  38. echo "
  39. ";
  40. // line 13
  41. if (($context["is_active"] ?? null)) {
  42. // line 14
  43. echo " <a href=\"tbl_tracking.php";
  44. echo ($context["url_query"] ?? null);
  45. echo "\">
  46. ";
  47. // line 15
  48. echo PhpMyAdmin\Util::getIcon("eye", _gettext("Track table"), true);
  49. echo "
  50. </a>
  51. ";
  52. }
  53. // line 18
  54. echo " <a href=\"#\" id=\"move_columns_anchor\">
  55. ";
  56. // line 19
  57. echo PhpMyAdmin\Util::getIcon("b_move", _gettext("Move columns"), true);
  58. echo "
  59. </a>
  60. <a href=\"normalization.php";
  61. // line 21
  62. echo ($context["url_query"] ?? null);
  63. echo "\">
  64. ";
  65. // line 22
  66. echo PhpMyAdmin\Util::getIcon("normalize", _gettext("Normalize"), true);
  67. echo "
  68. </a>
  69. ";
  70. }
  71. // line 25
  72. if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
  73. // line 26
  74. echo " ";
  75. if (($context["is_active"] ?? null)) {
  76. // line 27
  77. echo " <a href=\"tbl_tracking.php";
  78. echo ($context["url_query"] ?? null);
  79. echo "\">
  80. ";
  81. // line 28
  82. echo PhpMyAdmin\Util::getIcon("eye", _gettext("Track view"), true);
  83. echo "
  84. </a>
  85. ";
  86. }
  87. }
  88. }
  89. public function getTemplateName()
  90. {
  91. return "table/structure/optional_action_links.twig";
  92. }
  93. public function isTraitable()
  94. {
  95. return false;
  96. }
  97. public function getDebugInfo()
  98. {
  99. return array ( 86 => 28, 81 => 27, 78 => 26, 76 => 25, 70 => 22, 66 => 21, 61 => 19, 58 => 18, 52 => 15, 47 => 14, 45 => 13, 41 => 12, 37 => 10, 35 => 6, 32 => 5, 30 => 4, 26 => 3, 24 => 2, 19 => 1,);
  100. }
  101. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  102. public function getSource()
  103. {
  104. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  105. return $this->getSourceContext()->getCode();
  106. }
  107. public function getSourceContext()
  108. {
  109. return new Twig_Source("", "table/structure/optional_action_links.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\table\\structure\\optional_action_links.twig");
  110. }
  111. }