source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
env, ($context["action"] ?? null), "html", null, true); echo "\" class=\""; // line 2 echo (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) ? ("create_table") : ("append_fields")); // line 3 echo "_form ajax lock-page\"> "; // line 4 echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); echo " "; // line 6 echo " "; // line 7 echo " "; // line 8 echo " env, ($context["primary_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> env, ($context["unique_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> env, ($context["indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> env, ($context["fulltext_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> env, ($context["spatial_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> "; // line 19 if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { // line 20 echo "
"; // line 23 echo _gettext("Table name"); echo ": env, ($context["table"] ?? null), "html", null, true))) : (print (""))); echo "\" class=\"textfield\" autofocus required> "; // line 32 echo _gettext("Add"); // line 33 echo " "; // line 40 echo _gettext("column(s)"); // line 41 echo "
"; } // line 49 echo " "; if (twig_test_iterable(($context["content_cells"] ?? null))) { // line 50 echo " "; $this->loadTemplate("columns_definitions/table_fields_definitions.twig", "columns_definitions/column_definitions_form.twig", 50)->display(twig_to_array(["is_backup" => // line 51 ($context["is_backup"] ?? null), "fields_meta" => // line 52 ($context["fields_meta"] ?? null), "mimework" => // line 53 ($context["mimework"] ?? null), "content_cells" => // line 54 ($context["content_cells"] ?? null), "change_column" => // line 55 ($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 56 ($context["is_virtual_columns_supported"] ?? null), "server_version" => // line 57 ($context["server_version"] ?? null), "browse_mime" => // line 58 ($context["browse_mime"] ?? null), "server_type" => // line 59 ($context["server_type"] ?? null), "max_rows" => // line 60 ($context["max_rows"] ?? null), "char_editing" => // line 61 ($context["char_editing"] ?? null), "attribute_types" => // line 62 ($context["attribute_types"] ?? null), "privs_available" => // line 63 ($context["privs_available"] ?? null), "max_length" => // line 64 ($context["max_length"] ?? null), "charsets" => // line 65 ($context["charsets"] ?? null)])); // line 67 echo " "; } // line 68 echo " "; if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { // line 69 echo "
"; // line 133 if (($context["have_partitioning"] ?? null)) { // line 134 echo " "; } // line 149 echo "
"; // line 72 echo _gettext("Table comments:"); echo "   "; // line 74 echo _gettext("Collation:"); echo "   "; // line 77 echo _gettext("Storage Engine:"); // line 78 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("Storage_engines"); echo "   "; // line 82 echo _gettext("Connection:"); // line 83 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("federated-create-connection"); echo "
env, ($context["comment"] ?? null), "html", null, true))) : (print (""))); echo "\" class=\"textfield\">       env, ($context["connection"] ?? null), "html", null, true))) : (print (""))); echo "\" placeholder=\"scheme://user_name[:password]@host_name[:port_num]/db_name/tbl_name\" class=\"textfield\" required=\"required\">
"; // line 136 echo _gettext("PARTITION definition:"); // line 137 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("Partitioning"); echo "
"; // line 142 $this->loadTemplate("columns_definitions/partitions.twig", "columns_definitions/column_definitions_form.twig", 142)->display(twig_to_array(["partition_details" => // line 143 ($context["partition_details"] ?? null), "storage_engines" => // line 144 ($context["storage_engines"] ?? null)])); // line 146 echo "
"; } // line 152 echo "
"; // line 153 if (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/add-field")) || (($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/structure/save")))) { // line 154 echo " "; echo _pgettext( "Online transaction part of the SQL DDL for InnoDB", "Online transaction"); echo \PhpMyAdmin\Html\MySQLDocumentation::show("innodb-online-ddl"); echo " "; } // line 156 echo "
"; } public function getTemplateName() { return "columns_definitions/column_definitions_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 348 => 160, 342 => 157, 339 => 156, 332 => 154, 330 => 153, 327 => 152, 322 => 149, 317 => 146, 315 => 144, 314 => 143, 313 => 142, 304 => 137, 302 => 136, 298 => 134, 296 => 133, 287 => 127, 278 => 120, 271 => 118, 269 => 117, 266 => 116, 257 => 115, 253 => 114, 249 => 113, 243 => 109, 236 => 107, 229 => 105, 227 => 104, 224 => 103, 218 => 102, 214 => 101, 207 => 100, 203 => 99, 193 => 92, 180 => 83, 178 => 82, 170 => 78, 168 => 77, 162 => 74, 157 => 72, 152 => 69, 149 => 68, 146 => 67, 144 => 65, 143 => 64, 142 => 63, 141 => 62, 140 => 61, 139 => 60, 138 => 59, 137 => 58, 136 => 57, 135 => 56, 134 => 55, 133 => 54, 132 => 53, 131 => 52, 130 => 51, 128 => 50, 125 => 49, 116 => 43, 112 => 41, 110 => 40, 101 => 33, 99 => 32, 92 => 28, 84 => 23, 79 => 20, 77 => 19, 72 => 17, 68 => 15, 64 => 13, 60 => 11, 56 => 9, 54 => 8, 52 => 7, 50 => 6, 46 => 4, 43 => 3, 41 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "columns_definitions/column_definitions_form.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/columns_definitions/column_definitions_form.twig"); } }