bd8ed75769c5cd23bbaa7a67e8d1b85f27250b4ec5ab1841d274054a7ae6f6e7.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?php
  2. /* database/create_table.twig */
  3. class __TwigTemplate_54501e09766729d08805c89e57547202320c9b62117357eb5d7f50dd01bc1d5d 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 "<form id=\"create_table_form_minimal\" method=\"post\" action=\"tbl_create.php\" class=\"lock-page\">
  16. <fieldset>
  17. <legend>
  18. ";
  19. // line 4
  20. if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
  21. // line 5
  22. echo PhpMyAdmin\Util::getImage("b_table_add");
  23. }
  24. // line 7
  25. echo " ";
  26. echo _gettext("Create table");
  27. // line 8
  28. echo " </legend>
  29. ";
  30. // line 9
  31. echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
  32. echo "
  33. <div class=\"formelement\">
  34. ";
  35. // line 11
  36. echo _gettext("Name");
  37. echo ":
  38. <input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\" />
  39. </div>
  40. <div class=\"formelement\">
  41. ";
  42. // line 15
  43. echo _gettext("Number of columns");
  44. echo ":
  45. <input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\" />
  46. </div>
  47. <div class=\"clearfloat\"></div>
  48. </fieldset>
  49. <fieldset class=\"tblFooters\">
  50. <input type=\"submit\" value=\"";
  51. // line 21
  52. echo _gettext("Go");
  53. echo "\" />
  54. </fieldset>
  55. </form>
  56. ";
  57. }
  58. public function getTemplateName()
  59. {
  60. return "database/create_table.twig";
  61. }
  62. public function isTraitable()
  63. {
  64. return false;
  65. }
  66. public function getDebugInfo()
  67. {
  68. return array ( 56 => 21, 47 => 15, 40 => 11, 35 => 9, 32 => 8, 29 => 7, 26 => 5, 24 => 4, 19 => 1,);
  69. }
  70. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  71. public function getSource()
  72. {
  73. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  74. return $this->getSourceContext()->getCode();
  75. }
  76. public function getSourceContext()
  77. {
  78. return new Twig_Source("", "database/create_table.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\database\\create_table.twig");
  79. }
  80. }