607dd8d29ed32731408b7b1b7e70d009b04762e4b8eb18d103325e6f43b67141.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php
  2. /* privileges/add_user_fieldset.twig */
  3. class __TwigTemplate_f8f7d154388032339fc1db5c74e4233c05436179ea43badeb0fb029d90234aed 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_add_user\">
  16. <legend>";
  17. // line 2
  18. echo _pgettext( "Create new user", "New");
  19. echo "</legend>
  20. <a id=\"add_user_anchor\" href=\"server_privileges.php";
  21. // line 3
  22. echo PhpMyAdmin\Url::getCommon(($context["url_params"] ?? null));
  23. echo "\"
  24. ";
  25. // line 4
  26. if ( !twig_test_empty(($context["rel_params"] ?? null))) {
  27. // line 5
  28. echo " rel=\"";
  29. echo PhpMyAdmin\Url::getCommon(($context["rel_params"] ?? null));
  30. echo "\"
  31. ";
  32. }
  33. // line 6
  34. echo ">
  35. ";
  36. // line 7
  37. echo PhpMyAdmin\Util::getIcon("b_usradd");
  38. echo _gettext("Add user account");
  39. echo "</a>
  40. </fieldset>
  41. ";
  42. }
  43. public function getTemplateName()
  44. {
  45. return "privileges/add_user_fieldset.twig";
  46. }
  47. public function isTraitable()
  48. {
  49. return false;
  50. }
  51. public function getDebugInfo()
  52. {
  53. return array ( 41 => 7, 38 => 6, 32 => 5, 30 => 4, 26 => 3, 22 => 2, 19 => 1,);
  54. }
  55. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  56. public function getSource()
  57. {
  58. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  59. return $this->getSourceContext()->getCode();
  60. }
  61. public function getSourceContext()
  62. {
  63. return new Twig_Source("", "privileges/add_user_fieldset.twig", "D:\\Project\\phpstudy_pro\\x64\\Release\\WWW\\phpMyAdmin4.8.5\\templates\\privileges\\add_user_fieldset.twig");
  64. }
  65. }