492d2e1132a8d980135ad8fa3d84aca40d49603d63922a62e9c41d699915bb12.php 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?php
  2. /* console/toolbar.twig */
  3. class __TwigTemplate_7420055e53d7338744811c418e36335986a5a0cc8d2b0fd965842ae949376df7 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 "<div class=\"toolbar ";
  16. echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
  17. echo "\">
  18. ";
  19. // line 2
  20. $context['_parent'] = $context;
  21. $context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
  22. foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
  23. // line 3
  24. echo " ";
  25. if ((isset($context["content"]) || array_key_exists("content", $context))) {
  26. // line 4
  27. echo " <div class=\"";
  28. echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
  29. echo "\">
  30. ";
  31. // line 5
  32. echo (($this->getAttribute($context["content"], "image", [], "array", true, true)) ? ($this->getAttribute($context["content"], "image", [], "array")) : (""));
  33. echo "
  34. <span>";
  35. // line 6
  36. echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
  37. echo "</span>
  38. </div>
  39. ";
  40. }
  41. // line 9
  42. echo " ";
  43. }
  44. $_parent = $context['_parent'];
  45. unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
  46. $context = array_intersect_key($context, $_parent) + $_parent;
  47. // line 10
  48. echo "</div>
  49. ";
  50. }
  51. public function getTemplateName()
  52. {
  53. return "console/toolbar.twig";
  54. }
  55. public function isTraitable()
  56. {
  57. return false;
  58. }
  59. public function getDebugInfo()
  60. {
  61. return array ( 52 => 10, 46 => 9, 40 => 6, 36 => 5, 31 => 4, 28 => 3, 24 => 2, 19 => 1,);
  62. }
  63. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  64. public function getSource()
  65. {
  66. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  67. return $this->getSourceContext()->getCode();
  68. }
  69. public function getSourceContext()
  70. {
  71. return new Twig_Source("", "console/toolbar.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\console\\toolbar.twig");
  72. }
  73. }