26d58013c79641023ade7aa516c595de43ecefd56e0dc5ad046876edeee32d28.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. /* privileges/delete_user_fieldset.twig */
  3. class __TwigTemplate_c5a934490ba1ce93fd353f5b236034523e46dfc3fdeb8aa95bac5b0f5d1a7a48 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 id=\"fieldset_delete_user\">
  16. <legend>
  17. ";
  18. // line 3
  19. echo PhpMyAdmin\Util::getIcon("b_usrdrop");
  20. echo _gettext("Remove selected user accounts");
  21. // line 4
  22. echo " </legend>
  23. <input type=\"hidden\" name=\"mode\" value=\"2\" />
  24. <p>(";
  25. // line 6
  26. echo _gettext("Revoke all active privileges from the users and delete them afterwards.");
  27. echo ")</p>
  28. <input type=\"checkbox\" title=\"";
  29. // line 7
  30. echo _gettext("Drop the databases that have the same names as the users.");
  31. echo "\"
  32. name=\"drop_users_db\" id=\"checkbox_drop_users_db\" />
  33. <label for=\"checkbox_drop_users_db\"
  34. title=\"";
  35. // line 10
  36. echo _gettext("Drop the databases that have the same names as the users.");
  37. echo "\">
  38. ";
  39. // line 11
  40. echo _gettext("Drop the databases that have the same names as the users.");
  41. // line 12
  42. echo " </label>
  43. </fieldset>
  44. <fieldset id=\"fieldset_delete_user_footer\" class=\"tblFooters\">
  45. <input type=\"submit\" name=\"delete\" value=\"";
  46. // line 16
  47. echo _gettext("Go");
  48. echo "\" id=\"buttonGo\" class=\"ajax\" />
  49. </fieldset>
  50. ";
  51. }
  52. public function getTemplateName()
  53. {
  54. return "privileges/delete_user_fieldset.twig";
  55. }
  56. public function isTraitable()
  57. {
  58. return false;
  59. }
  60. public function getDebugInfo()
  61. {
  62. return array ( 52 => 16, 46 => 12, 44 => 11, 40 => 10, 34 => 7, 30 => 6, 26 => 4, 23 => 3, 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("", "privileges/delete_user_fieldset.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\privileges\\delete_user_fieldset.twig");
  73. }
  74. }