/home/suroeste/tmp/pma_template_compiles_suroeste/twig/5a
NameSizeModeActions
5a4c7628ef68b159ed75c0974ac65eec.php212470644editdlrm
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/5a/5a4c7628ef68b159ed75c0974ac65eec.php (21247B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["action"] ?? null), "html", null, true); yield "\" class=\""; // line 2 yield (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) ? ("create_table") : ("append_fields")); // line 3 yield "_form ajax lock-page\"> "; // line 4 yield PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); yield " "; // line 6 yield " "; // line 7 yield " "; // line 8 yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["primary_indexes"] ?? null), "html", null, true)) : (yield "[]")); yield "\"> env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["unique_indexes"] ?? null), "html", null, true)) : (yield "[]")); yield "\"> env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["indexes"] ?? null), "html", null, true)) : (yield "[]")); yield "\"> env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["fulltext_indexes"] ?? null), "html", null, true)) : (yield "[]")); yield "\"> env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["spatial_indexes"] ?? null), "html", null, true)) : (yield "[]")); yield "\"> "; // line 19 if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { // line 20 yield "
"; yield _gettext("Table name"); // line 23 yield ": env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["table"] ?? null), "html", null, true)) : (yield "")); yield "\" class=\"textfield\" autofocus required> "; yield _gettext("Add"); // line 33 yield " "; yield _gettext("column(s)"); // line 41 yield "
"; } // line 49 yield " "; if (is_iterable(($context["content_cells"] ?? null))) { // line 50 yield " "; yield from $this->loadTemplate("columns_definitions/table_fields_definitions.twig", "columns_definitions/column_definitions_form.twig", 50)->unwrap()->yield(CoreExtension::toArray(["is_backup" => // line 51 ($context["is_backup"] ?? null), "fields_meta" => // line 52 ($context["fields_meta"] ?? null), "relation_parameters" => // line 53 ($context["relation_parameters"] ?? 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), "supports_stored_keyword" => // line 59 ($context["supports_stored_keyword"] ?? 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 yield " "; } // line 68 yield " "; if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { // line 69 yield "
"; // line 133 if (($context["have_partitioning"] ?? null)) { // line 134 yield " "; } // line 149 yield "
"; yield _gettext("Table comments:"); // line 72 yield "   "; yield _gettext("Collation:"); // line 74 yield "   "; yield _gettext("Storage Engine:"); // line 78 yield " "; yield PhpMyAdmin\Html\MySQLDocumentation::show("Storage_engines"); yield "   "; yield _gettext("Connection:"); // line 83 yield " "; yield PhpMyAdmin\Html\MySQLDocumentation::show("federated-create-connection"); yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["comment"] ?? null), "html", null, true)) : (yield "")); yield "\" class=\"textfield\">       env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["connection"] ?? null), "html", null, true)) : (yield "")); yield "\" placeholder=\"scheme://user_name[:password]@host_name[:port_num]/db_name/tbl_name\" class=\"textfield\" required=\"required\">
"; yield _gettext("PARTITION definition:"); // line 137 yield " "; yield PhpMyAdmin\Html\MySQLDocumentation::show("Partitioning"); yield "
"; // line 142 yield from $this->loadTemplate("columns_definitions/partitions.twig", "columns_definitions/column_definitions_form.twig", 142)->unwrap()->yield(CoreExtension::toArray(["partition_details" => // line 143 ($context["partition_details"] ?? null), "storage_engines" => // line 144 ($context["storage_engines"] ?? null)])); // line 146 yield "
"; } // line 152 yield "
"; // line 153 if (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/add-field")) || (($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/structure/save")))) { // line 154 yield " "; yield _pgettext("Online transaction part of the SQL DDL for InnoDB", "Online transaction"); yield PhpMyAdmin\Html\MySQLDocumentation::show("innodb-online-ddl"); yield " "; } // line 156 yield "
"; // line 163 if (($context["is_integers_length_restricted"] ?? null)) { // line 164 yield "
"; // line 165 yield PhpMyAdmin\Html\Generator::getImage("s_notice"); yield " "; yield _gettext("The column width of integer types is ignored in your MySQL version unless defining a TINYINT(1) column"); // line 167 yield " "; yield PhpMyAdmin\Html\MySQLDocumentation::show("", false, "https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html"); yield "
"; } // line 170 yield "
"; yield _gettext("Loading"); // line 175 yield "
"; // line 188 yield Twig\Extension\CoreExtension::include($this->env, $context, "modals/enum_set_editor.twig"); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "columns_definitions/column_definitions_form.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 395 => 188, 387 => 181, 379 => 176, 375 => 175, 367 => 170, 360 => 167, 355 => 165, 352 => 164, 350 => 163, 345 => 160, 339 => 157, 335 => 156, 328 => 154, 326 => 153, 323 => 152, 318 => 149, 313 => 146, 311 => 144, 310 => 143, 309 => 142, 300 => 137, 295 => 134, 293 => 133, 284 => 127, 275 => 120, 268 => 118, 266 => 117, 263 => 116, 254 => 115, 250 => 114, 247 => 113, 240 => 109, 233 => 107, 226 => 105, 224 => 104, 221 => 103, 215 => 102, 211 => 101, 204 => 100, 200 => 99, 190 => 92, 177 => 83, 168 => 78, 162 => 74, 157 => 72, 151 => 69, 148 => 68, 145 => 67, 143 => 65, 142 => 64, 141 => 63, 140 => 62, 139 => 61, 138 => 60, 137 => 59, 136 => 58, 135 => 57, 134 => 56, 133 => 55, 132 => 54, 131 => 53, 130 => 52, 129 => 51, 127 => 50, 124 => 49, 116 => 43, 111 => 41, 101 => 33, 93 => 28, 86 => 23, 80 => 20, 78 => 19, 73 => 17, 69 => 15, 65 => 13, 61 => 11, 57 => 9, 55 => 8, 53 => 7, 51 => 6, 47 => 4, 44 => 3, 42 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "columns_definitions/column_definitions_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_definitions_form.twig"); } }