1d5c1417af47983e5db13ac1459626ec91b75b60d4bf097aa713a0031a5c9c6c.php 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. /* display/results/comment_for_row.twig */
  3. class __TwigTemplate_f964d14dc890d26a2e0d53dc1f98a12050312fefbf9669745d91a35ab1a52562 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["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", true, true) && $this->getAttribute($this->getAttribute( // line 2
  16. ($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", false, true), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array", true, true))) {
  17. // line 3
  18. echo " <span class=\"tblcomment\" title=\"";
  19. echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true);
  20. echo "\">
  21. ";
  22. // line 4
  23. if ((twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array")) > ($context["limit_chars"] ?? null))) {
  24. // line 5
  25. echo " ";
  26. echo twig_escape_filter($this->env, twig_slice($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), 0, ($context["limit_chars"] ?? null)), "html", null, true);
  27. echo "…
  28. ";
  29. } else {
  30. // line 7
  31. echo " ";
  32. echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true);
  33. echo "
  34. ";
  35. }
  36. // line 9
  37. echo " </span>
  38. ";
  39. }
  40. }
  41. public function getTemplateName()
  42. {
  43. return "display/results/comment_for_row.twig";
  44. }
  45. public function isTraitable()
  46. {
  47. return false;
  48. }
  49. public function getDebugInfo()
  50. {
  51. return array ( 41 => 9, 35 => 7, 29 => 5, 27 => 4, 22 => 3, 20 => 2, 19 => 1,);
  52. }
  53. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  54. public function getSource()
  55. {
  56. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  57. return $this->getSourceContext()->getCode();
  58. }
  59. public function getSourceContext()
  60. {
  61. return new Twig_Source("", "display/results/comment_for_row.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\display\\results\\comment_for_row.twig");
  62. }
  63. }