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 " "; // line 8 if (($context["is_from_nav"] ?? null)) { // line 9 echo " "; } // line 11 echo "
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getName", [], "method", false, false, false, 29), "html", null, true); echo "\" onfocus=\"this.select()\">
"; // line 54 if ((0 !== twig_compare(($context["default_sliders_state"] ?? null), "disabled"))) { // line 55 echo "
"; } // line 62 echo "
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getKeyBlockSize", [], "method", false, false, false, 76), "html", null, true); echo "\">
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getParser", [], "method", false, false, false, 110), "html", null, true); echo "\">
env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getComment", [], "method", false, false, false, 127), "html", null, true); echo "\">
"; // line 130 if ((0 !== twig_compare(($context["default_sliders_state"] ?? null), "disabled"))) { // line 131 echo "
"; } // line 133 echo "
"; // line 148 $context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"]; // line 158 echo " "; // line 159 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getColumns", [], "method", false, false, false, 159)); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 160 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 195 echo " "; if ((1 === twig_compare(($context["add_fields"] ?? null), 0))) { // line 196 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(1, ($context["add_fields"] ?? null))); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { // line 197 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 228 echo " "; } // line 229 echo "
"; echo _gettext("Column"); // line 142 echo " "; echo _gettext("Size"); // line 145 echo "
env, $this->source, // line 190 ($context["index"] ?? null), "getChoice", [], "method", false, false, false, 190), "SPATIAL"))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, // line 191 $context["column"], "getSubPart", [], "method", false, false, false, 191), "html", null, true))) : (print (""))); echo "\">
env, twig_sprintf(_gettext("Add %s column(s) to index"), 1), "html", null, true); echo "\">
"; // line 243 if ( !($context["create_edit_table"] ?? null)) { // line 244 echo "
"; } // line 249 echo "
"; // line 250 if (($context["is_from_nav"] ?? null)) { // line 251 echo " "; echo twig_include($this->env, $context, "modals/preview_sql_modal.twig"); echo " "; } } public function getTemplateName() { return "table/index_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 491 => 251, 489 => 250, 486 => 249, 482 => 246, 478 => 245, 474 => 244, 472 => 243, 464 => 237, 454 => 229, 451 => 228, 435 => 217, 424 => 214, 420 => 213, 417 => 212, 415 => 211, 412 => 210, 409 => 209, 406 => 208, 403 => 207, 400 => 206, 395 => 205, 393 => 204, 390 => 203, 383 => 199, 378 => 197, 373 => 196, 370 => 195, 360 => 191, 359 => 190, 358 => 191, 349 => 183, 343 => 182, 335 => 179, 332 => 178, 329 => 177, 327 => 176, 324 => 175, 321 => 174, 319 => 173, 318 => 172, 317 => 171, 315 => 170, 311 => 169, 307 => 167, 299 => 162, 294 => 160, 290 => 159, 287 => 158, 285 => 148, 280 => 145, 275 => 142, 264 => 133, 260 => 131, 258 => 130, 252 => 127, 241 => 118, 230 => 110, 220 => 102, 210 => 94, 197 => 92, 193 => 91, 183 => 85, 171 => 76, 161 => 68, 153 => 62, 148 => 60, 144 => 58, 139 => 56, 136 => 55, 134 => 54, 127 => 50, 123 => 49, 119 => 48, 114 => 47, 108 => 45, 106 => 44, 102 => 43, 93 => 38, 81 => 29, 67 => 19, 57 => 11, 53 => 9, 51 => 8, 47 => 7, 37 => 1,); } public function getSourceContext() { return new Source("", "table/index_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/index_form.twig"); } }