e3900f058a6361c8c361d3df879c447c17c61924ddecc16c246c66bd7639c5d4.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?php
  2. /* config/form_display/fieldset_top.twig */
  3. class __TwigTemplate_75515f672bb028bba73f9afcf415c6d9eb7a06a51591ef8ce10042c54914a252 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 "<fieldset";
  16. // line 2
  17. $context['_parent'] = $context;
  18. $context['_seq'] = twig_ensure_traversable((isset($context["attributes"]) ? $context["attributes"] : null));
  19. foreach ($context['_seq'] as $context["key"] => $context["value"]) {
  20. // line 3
  21. echo " ";
  22. echo twig_escape_filter($this->env, $context["key"], "html", null, true);
  23. echo "=\"";
  24. echo twig_escape_filter($this->env, $context["value"], "html", null, true);
  25. echo "\"";
  26. }
  27. $_parent = $context['_parent'];
  28. unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
  29. $context = array_intersect_key($context, $_parent) + $_parent;
  30. // line 4
  31. echo ">
  32. <legend>";
  33. // line 5
  34. echo twig_escape_filter($this->env, (isset($context["title"]) ? $context["title"] : null), "html", null, true);
  35. echo "</legend>
  36. ";
  37. // line 6
  38. if ( !twig_test_empty((isset($context["description"]) ? $context["description"] : null))) {
  39. // line 7
  40. echo " <p>";
  41. echo (isset($context["description"]) ? $context["description"] : null);
  42. echo "</p>
  43. ";
  44. }
  45. // line 10
  46. if ((twig_test_iterable((isset($context["errors"]) ? $context["errors"] : null)) && (twig_length_filter($this->env, (isset($context["errors"]) ? $context["errors"] : null)) > 0))) {
  47. // line 11
  48. echo " <dl class=\"errors\">
  49. ";
  50. // line 12
  51. $context['_parent'] = $context;
  52. $context['_seq'] = twig_ensure_traversable((isset($context["errors"]) ? $context["errors"] : null));
  53. foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  54. // line 13
  55. echo " <dd>";
  56. echo twig_escape_filter($this->env, $context["error"], "html", null, true);
  57. echo "</dd>
  58. ";
  59. }
  60. $_parent = $context['_parent'];
  61. unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  62. $context = array_intersect_key($context, $_parent) + $_parent;
  63. // line 15
  64. echo " </dl>
  65. ";
  66. }
  67. // line 17
  68. echo "<table width=\"100%\" cellspacing=\"0\">
  69. ";
  70. }
  71. public function getTemplateName()
  72. {
  73. return "config/form_display/fieldset_top.twig";
  74. }
  75. public function isTraitable()
  76. {
  77. return false;
  78. }
  79. public function getDebugInfo()
  80. {
  81. return array ( 72 => 17, 68 => 15, 59 => 13, 55 => 12, 52 => 11, 50 => 10, 44 => 7, 42 => 6, 38 => 5, 35 => 4, 25 => 3, 21 => 2, 19 => 1,);
  82. }
  83. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  84. public function getSource()
  85. {
  86. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  87. return $this->getSourceContext()->getCode();
  88. }
  89. public function getSourceContext()
  90. {
  91. return new Twig_Source("", "config/form_display/fieldset_top.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\config\\form_display\\fieldset_top.twig");
  92. }
  93. }