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 $this->loadTemplate("div_for_slider_effect.twig", "table/index_form.twig", 42)->display(twig_to_array(["id" => "indexoptions", "message" => _gettext("Advanced Options"), "initial_sliders_state" => // line 45 ($context["default_sliders_state"] ?? null)])); // line 47 echo "
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getKeyBlockSize", [], "method", false, false, false, 61), "html", null, true); echo "\">
"; // line 74 echo twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "generateIndexTypeSelector", [], "method", false, false, false, 74); echo "
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getParser", [], "method", false, false, false, 90), "html", null, true); echo "\">
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getComment", [], "method", false, false, false, 107), "html", null, true); echo "\">
"; // line 126 $context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"]; // line 136 echo " "; // line 137 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getColumns", [], "method", false, false, false, 137)); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 138 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 173 echo " "; if ((($context["add_fields"] ?? null) > 0)) { // line 174 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(1, ($context["add_fields"] ?? null))); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { // line 175 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 206 echo " "; } // line 207 echo "
"; // line 119 echo _gettext("Column"); // line 120 echo " "; // line 122 echo _gettext("Size"); // line 123 echo "
env, $this->source, // line 168 ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 168) != "SPATIAL")) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, // line 169 $context["column"], "getSubPart", [], "method", false, false, false, 169), "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 ( 406 => 221, 402 => 220, 394 => 215, 384 => 207, 381 => 206, 365 => 195, 354 => 192, 350 => 191, 347 => 190, 345 => 189, 342 => 188, 339 => 187, 336 => 186, 333 => 185, 330 => 184, 325 => 183, 323 => 182, 319 => 181, 312 => 177, 308 => 175, 303 => 174, 300 => 173, 290 => 169, 289 => 168, 288 => 169, 279 => 161, 273 => 160, 265 => 157, 262 => 156, 259 => 155, 257 => 154, 254 => 153, 251 => 152, 249 => 151, 248 => 150, 247 => 149, 245 => 148, 241 => 147, 236 => 145, 228 => 140, 224 => 138, 220 => 137, 217 => 136, 215 => 126, 210 => 123, 208 => 122, 204 => 120, 202 => 119, 187 => 107, 176 => 98, 174 => 97, 164 => 90, 154 => 82, 152 => 81, 142 => 74, 134 => 70, 132 => 69, 121 => 61, 111 => 53, 109 => 52, 102 => 47, 100 => 45, 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"); } }