parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 7 echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); echo "
env, $this->getAttribute(($context["index"] ?? null), "getName", [], "method"), "html", null, true); echo "\" onfocus=\"this.select()\" />
"; // line 39 echo $this->getAttribute(($context["index"] ?? null), "generateIndexChoiceSelector", [0 => ($context["create_edit_table"] ?? null)], "method"); echo "
"; // line 42 echo PhpMyAdmin\Util::getDivForSliderEffect("indexoptions", _gettext("Advanced Options")); echo "
env, $this->getAttribute(($context["index"] ?? null), "getKeyBlockSize", [], "method"), "html", null, true); echo "\" />
"; // line 70 echo $this->getAttribute(($context["index"] ?? null), "generateIndexTypeSelector", [], "method"); echo "
env, $this->getAttribute(($context["index"] ?? null), "getParser", [], "method"), "html", null, true); echo "\" />
env, $this->getAttribute(($context["index"] ?? null), "getComment", [], "method"), "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($this->getAttribute(($context["index"] ?? null), "getColumns", [], "method")); 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 "
getAttribute( // line 164 ($context["index"] ?? null), "getChoice", [], "method") != "SPATIAL")) ? (print (twig_escape_filter($this->env, $this->getAttribute( // line 165 $context["column"], "getSubPart", [], "method"), "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 ( 398 => 217, 394 => 216, 386 => 211, 376 => 203, 373 => 202, 357 => 191, 346 => 188, 342 => 187, 339 => 186, 337 => 185, 334 => 184, 331 => 183, 328 => 182, 325 => 181, 322 => 180, 317 => 179, 315 => 178, 311 => 177, 304 => 173, 300 => 171, 295 => 170, 292 => 169, 282 => 165, 281 => 164, 280 => 165, 271 => 157, 265 => 156, 257 => 153, 254 => 152, 251 => 151, 249 => 150, 246 => 149, 243 => 148, 241 => 147, 240 => 146, 239 => 145, 237 => 144, 233 => 143, 228 => 141, 220 => 136, 216 => 134, 212 => 133, 209 => 132, 207 => 122, 202 => 119, 200 => 118, 196 => 116, 194 => 115, 179 => 103, 168 => 94, 166 => 93, 156 => 86, 146 => 78, 144 => 77, 134 => 70, 126 => 66, 124 => 65, 113 => 57, 103 => 49, 101 => 48, 92 => 42, 86 => 39, 78 => 35, 76 => 34, 65 => 26, 51 => 16, 49 => 15, 38 => 7, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "table/index_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/index_form.twig"); } }