357d39a787d9a750371b47e532d8f460b2ae1be4d70ad7eb38bb41586452d8ff.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. /* display/results/multi_row_operations_form.twig */
  3. class __TwigTemplate_b37e41cd74cbc203c23099cd04686d9478c6ceb81eb3e3786bd0f9bd8c0a1537 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 ((((isset($context["delete_link"]) ? $context["delete_link"] : null) == (isset($context["delete_row"]) ? $context["delete_row"] : null)) || ((isset($context["delete_link"]) ? $context["delete_link"] : null) == (isset($context["kill_process"]) ? $context["kill_process"] : null)))) {
  16. // line 2
  17. echo " <form method=\"post\"
  18. action=\"tbl_row_action.php\"
  19. name=\"resultsForm\"
  20. id=\"resultsForm_";
  21. // line 5
  22. echo twig_escape_filter($this->env, (isset($context["unique_id"]) ? $context["unique_id"] : null), "html", null, true);
  23. echo "\"
  24. class=\"ajax\">
  25. ";
  26. // line 7
  27. echo PhpMyAdmin\Url::getHiddenInputs((isset($context["db"]) ? $context["db"] : null), (isset($context["table"]) ? $context["table"] : null), 1);
  28. echo "
  29. <input type=\"hidden\" name=\"goto\" value=\"sql.php\" />
  30. ";
  31. }
  32. // line 10
  33. echo "
  34. <div class=\"responsivetable\">
  35. <table class=\"table_results data ajax\" data-uniqueId=\"";
  36. // line 12
  37. echo twig_escape_filter($this->env, (isset($context["unique_id"]) ? $context["unique_id"] : null), "html", null, true);
  38. echo "\">
  39. ";
  40. }
  41. public function getTemplateName()
  42. {
  43. return "display/results/multi_row_operations_form.twig";
  44. }
  45. public function isTraitable()
  46. {
  47. return false;
  48. }
  49. public function getDebugInfo()
  50. {
  51. return array ( 41 => 12, 37 => 10, 31 => 7, 26 => 5, 21 => 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/multi_row_operations_form.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\display\\results\\multi_row_operations_form.twig");
  62. }
  63. }