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 39 echo twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "generateIndexChoiceSelector", [0 => ($context["create_edit_table"] ?? null)], "method", false, false, false, 39); echo "
"; // line 42 echo PhpMyAdmin\Util::getDivForSliderEffect("indexoptions", _gettext("Advanced Options")); echo "
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getKeyBlockSize", [], "method", false, false, false, 57), "html", null, true); echo "\" />
"; // line 70 echo twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "generateIndexTypeSelector", [], "method", false, false, false, 70); echo "
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getParser", [], "method", false, false, false, 86), "html", null, true); echo "\" />
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getComment", [], "method", false, false, false, 103), "html", null, true); echo "\" />
"; // line 122 $context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"]; // line 132 echo " "; // line 133 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getColumns", [], "method", false, false, false, 133)); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 134 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 169 echo " "; if ((($context["add_fields"] ?? null) > 0)) { // line 170 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(1, ($context["add_fields"] ?? null))); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { // line 171 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 202 echo " "; } // line 203 echo "
"; // line 115 echo _gettext("Column"); // line 116 echo " "; // line 118 echo _gettext("Size"); // line 119 echo "
env, $this->source, // line 164 ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 164) != "SPATIAL")) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, // line 165 $context["column"], "getSubPart", [], "method", false, false, false, 165), "html", null, true))) : (print (""))); echo "\" />
env, 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 ( 405 => 217, 401 => 216, 393 => 211, 383 => 203, 380 => 202, 364 => 191, 353 => 188, 349 => 187, 346 => 186, 344 => 185, 341 => 184, 338 => 183, 335 => 182, 332 => 181, 329 => 180, 324 => 179, 322 => 178, 318 => 177, 311 => 173, 307 => 171, 302 => 170, 299 => 169, 289 => 165, 288 => 164, 287 => 165, 278 => 157, 272 => 156, 264 => 153, 261 => 152, 258 => 151, 256 => 150, 253 => 149, 250 => 148, 248 => 147, 247 => 146, 246 => 145, 244 => 144, 240 => 143, 235 => 141, 227 => 136, 223 => 134, 219 => 133, 216 => 132, 214 => 122, 209 => 119, 207 => 118, 203 => 116, 201 => 115, 186 => 103, 175 => 94, 173 => 93, 163 => 86, 153 => 78, 151 => 77, 141 => 70, 133 => 66, 131 => 65, 120 => 57, 110 => 49, 108 => 48, 99 => 42, 93 => 39, 85 => 35, 83 => 34, 72 => 26, 58 => 16, 56 => 15, 45 => 7, 37 => 1,); } public function getSourceContext() { return new Source("", "table/index_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/index_form.twig"); } }