f33ee963a0b9b62100019400feb5a12bc0788362321212866c01181682a80b1d.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php
  2. /* div_for_slider_effect.twig */
  3. class __TwigTemplate_5c234cf57b36461423478a668cc387024dc29679e913d9d6a691a1d682d57179 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 ((($context["initial_sliders_state"] ?? null) == "disabled")) {
  16. // line 2
  17. echo " <div";
  18. if ((isset($context["id"]) || array_key_exists("id", $context))) {
  19. echo " id=\"";
  20. echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
  21. echo "\"";
  22. }
  23. echo ">
  24. ";
  25. } else {
  26. // line 4
  27. echo " ";
  28. // line 12
  29. echo " <div";
  30. if ((isset($context["id"]) || array_key_exists("id", $context))) {
  31. echo " id=\"";
  32. echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
  33. echo "\"";
  34. }
  35. // line 13
  36. echo " ";
  37. if ((($context["initial_sliders_state"] ?? null) == "closed")) {
  38. // line 14
  39. echo "style=\"display: none; overflow:auto;\"";
  40. }
  41. echo " class=\"pma_auto_slider\"";
  42. // line 15
  43. if ((isset($context["message"]) || array_key_exists("message", $context))) {
  44. echo " title=\"";
  45. echo twig_escape_filter($this->env, ($context["message"] ?? null), "html", null, true);
  46. echo "\"";
  47. }
  48. echo ">
  49. ";
  50. }
  51. }
  52. public function getTemplateName()
  53. {
  54. return "div_for_slider_effect.twig";
  55. }
  56. public function isTraitable()
  57. {
  58. return false;
  59. }
  60. public function getDebugInfo()
  61. {
  62. return array ( 47 => 15, 43 => 14, 40 => 13, 33 => 12, 31 => 4, 21 => 2, 19 => 1,);
  63. }
  64. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  65. public function getSource()
  66. {
  67. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  68. return $this->getSourceContext()->getCode();
  69. }
  70. public function getSourceContext()
  71. {
  72. return new Twig_Source("", "div_for_slider_effect.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\div_for_slider_effect.twig");
  73. }
  74. }