e4630db9e0b0adabe13c0f8381b9cb49475a5ee72f9f55b1a09edde004379292.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. /* database/structure/print_view_data_dictionary_link.twig */
  3. class __TwigTemplate_8377b151fe13821681cf7b52e2591568756cf211fff7f7466ca99346934208d5 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 "<p class=\"print_ignore\">
  16. <a href=\"#\" id=\"printView\">
  17. ";
  18. // line 3
  19. echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
  20. echo "
  21. </a>
  22. <a href=\"db_datadict.php";
  23. // line 5
  24. echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
  25. echo "\" target=\"print_view\">
  26. ";
  27. // line 6
  28. echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true);
  29. echo "
  30. </a>
  31. </p>
  32. ";
  33. }
  34. public function getTemplateName()
  35. {
  36. return "database/structure/print_view_data_dictionary_link.twig";
  37. }
  38. public function isTraitable()
  39. {
  40. return false;
  41. }
  42. public function getDebugInfo()
  43. {
  44. return array ( 32 => 6, 28 => 5, 23 => 3, 19 => 1,);
  45. }
  46. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  47. public function getSource()
  48. {
  49. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  50. return $this->getSourceContext()->getCode();
  51. }
  52. public function getSourceContext()
  53. {
  54. return new Twig_Source("", "database/structure/print_view_data_dictionary_link.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\database\\structure\\print_view_data_dictionary_link.twig");
  55. }
  56. }