411b19b17e776c0bea9effa738af236102f3c9c59a9fe793023430c966aa9550.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?php
  2. /* database/structure/empty_table.twig */
  3. class __TwigTemplate_0e38318edd14f13c77a3c53ba88d6dcf676aa69a0dbdad040fc77600332f158e 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 class=\"truncate_table_anchor ajax\" href=\"sql.php\" data-post=\"";
  16. echo ($context["tbl_url_query"] ?? null);
  17. echo "&amp;sql_query=";
  18. // line 2
  19. echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
  20. echo "&amp;message_to_show=";
  21. echo twig_escape_filter($this->env, ($context["message_to_show"] ?? null), "html", null, true);
  22. echo "\">
  23. ";
  24. // line 3
  25. echo ($context["title"] ?? null);
  26. echo "
  27. </a>
  28. ";
  29. }
  30. public function getTemplateName()
  31. {
  32. return "database/structure/empty_table.twig";
  33. }
  34. public function isTraitable()
  35. {
  36. return false;
  37. }
  38. public function getDebugInfo()
  39. {
  40. return array ( 29 => 3, 23 => 2, 19 => 1,);
  41. }
  42. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  43. public function getSource()
  44. {
  45. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  46. return $this->getSourceContext()->getCode();
  47. }
  48. public function getSourceContext()
  49. {
  50. return new Twig_Source("", "database/structure/empty_table.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\database\\structure\\empty_table.twig");
  51. }
  52. }