2ec215c07bbc7adeb0e6adfcf3173e135cf595e9fd8fa88f04fde3fd844ad129.php 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* columns_definitions/column_auto_increment.twig */
  14. class __TwigTemplate_2056a11e98787dd80a180d29f4ea090a4227dcfcd20cc92ce5e2a60b346c6222 extends \Twig\Template
  15. {
  16. private $source;
  17. private $macros = [];
  18. public function __construct(Environment $env)
  19. {
  20. parent::__construct($env);
  21. $this->source = $this->getSourceContext();
  22. $this->parent = false;
  23. $this->blocks = [
  24. ];
  25. }
  26. protected function doDisplay(array $context, array $blocks = [])
  27. {
  28. $macros = $this->macros;
  29. // line 1
  30. echo "<input name=\"field_extra[";
  31. echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
  32. echo "]\"
  33. id=\"field_";
  34. // line 2
  35. echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
  36. echo "_";
  37. echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true);
  38. echo "\"
  39. ";
  40. // line 3
  41. if ((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Extra", [], "array", true, true, false, 3) && (twig_lower_filter($this->env, (($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["column_meta"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["Extra"] ?? null) : null)) == "auto_increment"))) {
  42. // line 4
  43. echo "checked=\"checked\"";
  44. }
  45. // line 6
  46. echo " type=\"checkbox\"
  47. value=\"AUTO_INCREMENT\">
  48. ";
  49. }
  50. public function getTemplateName()
  51. {
  52. return "columns_definitions/column_auto_increment.twig";
  53. }
  54. public function isTraitable()
  55. {
  56. return false;
  57. }
  58. public function getDebugInfo()
  59. {
  60. return array ( 53 => 6, 50 => 4, 48 => 3, 42 => 2, 37 => 1,);
  61. }
  62. public function getSourceContext()
  63. {
  64. return new Source("", "columns_definitions/column_auto_increment.twig", "/wwwroot/OA/public/phpMyAdmin/templates/columns_definitions/column_auto_increment.twig");
  65. }
  66. }