ef0161960eae5837e297f05d12d9a6f274e3c04c70edf0e89ee7ab055aee77fa.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?php
  2. /* select_all.twig */
  3. class __TwigTemplate_82f8841be831f2ef43ccf8aa60910821766fa63f036fe5063d310e81950560d8 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 "<img class=\"selectallarrow\" src=\"";
  16. echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
  17. echo "arrow_";
  18. echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
  19. echo ".png\"
  20. width=\"38\" height=\"22\" alt=\"";
  21. // line 2
  22. echo _gettext("With selected:");
  23. echo "\" />
  24. <input type=\"checkbox\" id=\"";
  25. // line 3
  26. echo twig_escape_filter($this->env, ($context["form_name"] ?? null), "html", null, true);
  27. echo "_checkall\" class=\"checkall_box\"
  28. title=\"";
  29. // line 4
  30. echo _gettext("Check all");
  31. echo "\" />
  32. <label for=\"";
  33. // line 5
  34. echo twig_escape_filter($this->env, ($context["form_name"] ?? null), "html", null, true);
  35. echo "_checkall\">";
  36. echo _gettext("Check all");
  37. echo "</label>
  38. <i style=\"margin-left: 2em\">";
  39. // line 6
  40. echo _gettext("With selected:");
  41. echo "</i>
  42. ";
  43. }
  44. public function getTemplateName()
  45. {
  46. return "select_all.twig";
  47. }
  48. public function isTraitable()
  49. {
  50. return false;
  51. }
  52. public function getDebugInfo()
  53. {
  54. return array ( 44 => 6, 38 => 5, 34 => 4, 30 => 3, 26 => 2, 19 => 1,);
  55. }
  56. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  57. public function getSource()
  58. {
  59. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  60. return $this->getSourceContext()->getCode();
  61. }
  62. public function getSourceContext()
  63. {
  64. return new Twig_Source("", "select_all.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\select_all.twig");
  65. }
  66. }