parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; // line 7 echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); echo "
env, $this->getAttribute(($context["index"] ?? null), "getName", array(), "method"), "html", null, true); echo "\" onfocus=\"this.select()\" />
"; // line 39 echo $this->getAttribute(($context["index"] ?? null), "generateIndexChoiceSelector", array(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", array(), "method"), "html", null, true); echo "\" />
"; // line 70 echo $this->getAttribute(($context["index"] ?? null), "generateIndexTypeSelector", array(), "method"); echo "
env, $this->getAttribute(($context["index"] ?? null), "getParser", array(), "method"), "html", null, true); echo "\" />
env, $this->getAttribute(($context["index"] ?? null), "getComment", array(), "method"), "html", null, true); echo "\" />
"; // line 122 $context["spatial_types"] = array(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", array(), "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 "
env, ((($this->getAttribute(($context["index"] ?? null), "getChoice", array(), "method") != "SPATIAL")) ? ($this->getAttribute( // line 165 $context["column"], "getSubPart", array(), "method")) : ("")), "html", null, true); 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 ( 386 => 217, 382 => 216, 374 => 211, 364 => 203, 361 => 202, 345 => 191, 334 => 188, 330 => 187, 327 => 186, 325 => 185, 322 => 184, 319 => 183, 316 => 182, 313 => 181, 310 => 180, 305 => 179, 303 => 178, 299 => 177, 292 => 173, 288 => 171, 283 => 170, 280 => 169, 270 => 165, 269 => 164, 260 => 157, 254 => 156, 246 => 153, 243 => 152, 240 => 151, 238 => 150, 235 => 149, 232 => 148, 230 => 147, 229 => 146, 228 => 145, 226 => 144, 222 => 143, 217 => 141, 209 => 136, 205 => 134, 201 => 133, 198 => 132, 196 => 122, 191 => 119, 189 => 118, 185 => 116, 183 => 115, 168 => 103, 157 => 94, 155 => 93, 145 => 86, 135 => 78, 133 => 77, 123 => 70, 115 => 66, 113 => 65, 102 => 57, 92 => 49, 90 => 48, 81 => 42, 75 => 39, 67 => 35, 65 => 34, 54 => 26, 40 => 16, 38 => 15, 27 => 7, 19 => 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 Twig_Source("", "table/index_form.twig", "/var/www/html/phpmyadmin/templates/table/index_form.twig"); } }