source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 7 echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); echo "
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getName", [], "method", false, false, false, 26), "html", null, true); echo "\" onfocus=\"this.select()\">
"; // line 51 if ((0 !== twig_compare(($context["default_sliders_state"] ?? null), "disabled"))) { // line 52 echo "
"; } // line 59 echo "
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getKeyBlockSize", [], "method", false, false, false, 73), "html", null, true); echo "\">
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getParser", [], "method", false, false, false, 107), "html", null, true); echo "\">
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getComment", [], "method", false, false, false, 124), "html", null, true); echo "\">
"; // line 127 if ((0 !== twig_compare(($context["default_sliders_state"] ?? null), "disabled"))) { // line 128 echo "
"; } // line 130 echo "
"; // line 145 $context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"]; // line 155 echo " "; // line 156 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getColumns", [], "method", false, false, false, 156)); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 157 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 192 echo " "; if ((1 === twig_compare(($context["add_fields"] ?? null), 0))) { // line 193 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(1, ($context["add_fields"] ?? null))); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { // line 194 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 225 echo " "; } // line 226 echo "
"; echo _gettext("Column"); // line 139 echo " "; echo _gettext("Size"); // line 142 echo "
env, $this->source, // line 187 ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 187), "SPATIAL"))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, // line 188 $context["column"], "getSubPart", [], "method", false, false, false, 188), "html", null, true))) : (print (""))); echo "\">
env, twig_sprintf(_gettext("Add %s column(s) to index"), 1), "html", null, true); echo "\">
"; } public function getTemplateName() { return "table/index_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 466 => 240, 456 => 234, 446 => 226, 443 => 225, 427 => 214, 416 => 211, 412 => 210, 409 => 209, 407 => 208, 404 => 207, 401 => 206, 398 => 205, 395 => 204, 392 => 203, 387 => 202, 385 => 201, 382 => 200, 375 => 196, 370 => 194, 365 => 193, 362 => 192, 352 => 188, 351 => 187, 350 => 188, 341 => 180, 335 => 179, 327 => 176, 324 => 175, 321 => 174, 319 => 173, 316 => 172, 313 => 171, 311 => 170, 310 => 169, 309 => 168, 307 => 167, 303 => 166, 299 => 164, 291 => 159, 286 => 157, 282 => 156, 279 => 155, 277 => 145, 272 => 142, 267 => 139, 256 => 130, 252 => 128, 250 => 127, 244 => 124, 233 => 115, 222 => 107, 212 => 99, 202 => 91, 189 => 89, 185 => 88, 175 => 82, 163 => 73, 153 => 65, 145 => 59, 140 => 57, 136 => 55, 131 => 53, 128 => 52, 126 => 51, 119 => 47, 115 => 46, 111 => 45, 106 => 44, 100 => 42, 98 => 41, 94 => 40, 85 => 35, 73 => 26, 59 => 16, 47 => 7, 37 => 1,); } public function getSourceContext() { return new Source("", "table/index_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/index_form.twig"); } }