source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
env, ($context["pma_theme_image"] ?? null), "html", null, true); echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\" class=\"hide\">
env, ($context["id_key"] ?? null), "html", null, true); echo "\" value=\""; echo twig_escape_filter($this->env, ($context["upload_id"] ?? null), "html", null, true); echo "\"> "; // line 27 if ((($context["import_type"] ?? null) == "server")) { // line 28 echo " "; echo PhpMyAdmin\Url::getHiddenInputs("", "", 1); echo " "; } elseif (( // line 29 ($context["import_type"] ?? null) == "database")) { // line 30 echo " "; echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), "", 1); echo " "; } else { // line 32 echo " "; echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1); echo " "; } // line 34 echo " env, ($context["import_type"] ?? null), "html", null, true); echo "\">

"; // line 38 echo PhpMyAdmin\Util::getImage("b_import", _gettext("Import")); echo " "; // line 39 if ((($context["import_type"] ?? null) == "server")) { // line 40 echo " "; echo _gettext("Importing into the current server"); // line 41 echo " "; } elseif ((($context["import_type"] ?? null) == "database")) { // line 42 echo " "; echo twig_escape_filter($this->env, sprintf(_gettext("Importing into the database \"%s\""), ($context["db"] ?? null)), "html", null, true); echo " "; } else { // line 44 echo " "; echo twig_escape_filter($this->env, sprintf(_gettext("Importing into the table \"%s\""), ($context["table"] ?? null)), "html", null, true); echo " "; } // line 46 echo "

"; // line 50 echo _gettext("File to import:"); echo "

"; // line 53 echo " "; if ( !twig_test_empty(($context["compressions"] ?? null))) { // line 54 echo "

"; // line 56 echo twig_escape_filter($this->env, sprintf(_gettext("File may be compressed (%s) or uncompressed."), twig_join_filter(($context["compressions"] ?? null), ", ")), "html", null, true); echo "
"; // line 58 echo _gettext("A compressed file's name must end in .[format].[compression]. Example: .sql.zip"); // line 59 echo "

"; } // line 62 echo "
"; // line 64 if ((($context["is_upload"] ?? null) && !twig_test_empty(($context["upload_dir"] ?? null)))) { // line 65 echo "
  • "; // line 68 echo PhpMyAdmin\Util::getBrowseUploadFileBlock(($context["max_upload_size"] ?? null)); echo " "; // line 69 echo _gettext("You may also drag and drop a file on any page."); // line 70 echo "
  • "; // line 76 echo PhpMyAdmin\Util::getSelectUploadFileBlock( // line 77 ($context["import_list"] ?? null), // line 78 ($context["upload_dir"] ?? null)); // line 79 echo "
"; } elseif ( // line 82 ($context["is_upload"] ?? null)) { // line 83 echo " "; echo PhpMyAdmin\Util::getBrowseUploadFileBlock(($context["max_upload_size"] ?? null)); echo "

"; // line 84 echo _gettext("You may also drag and drop a file on any page."); echo "

"; } elseif ( ! // line 85 ($context["is_upload"] ?? null)) { // line 86 echo " "; echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("File uploads are not allowed on this server.")]); echo " "; } elseif ( !twig_test_empty( // line 87 ($context["upload_dir"] ?? null))) { // line 88 echo " "; echo PhpMyAdmin\Util::getSelectUploadFileBlock( // line 89 ($context["import_list"] ?? null), // line 90 ($context["upload_dir"] ?? null)); // line 91 echo " "; } // line 93 echo "
"; // line 97 echo " "; // line 98 if (($context["is_encoding_supported"] ?? null)) { // line 99 echo " "; } else { // line 111 echo " "; } // line 121 echo "

"; // line 125 echo _gettext("Partial import:"); echo "

"; // line 127 if (((isset($context["timeout_passed"]) || array_key_exists("timeout_passed", $context)) && ($context["timeout_passed"] ?? null))) { // line 128 echo "
env, ($context["offset"] ?? null), "html", null, true); echo "\"> "; // line 130 echo twig_escape_filter($this->env, sprintf(_gettext("Previous import timed out, after resubmitting will continue from position %d."), ($context["offset"] ?? null)), "html", null, true); echo "
"; } // line 133 echo "
"; // line 142 if ( !((isset($context["timeout_passed"]) || array_key_exists("timeout_passed", $context)) && ($context["timeout_passed"] ?? null))) { // line 143 echo "
"; } else { // line 152 echo " "; // line 155 echo " "; } // line 159 echo "

"; // line 162 echo _gettext("Other options:"); echo "

"; // line 164 echo PhpMyAdmin\Util::getFKCheckbox(); echo "

"; // line 169 echo _gettext("Format:"); echo "

"; // line 170 echo PhpMyAdmin\Plugins::getChoice("Import", "format", ($context["import_list"] ?? null)); echo "

"; // line 175 echo _gettext("Format-specific options:"); echo "

"; // line 177 echo _gettext("Scroll down to fill in the options for the selected format and ignore the options for other formats."); // line 178 echo "

"; // line 179 echo PhpMyAdmin\Plugins::getOptions("Import", ($context["import_list"] ?? null)); echo "
"; // line 184 echo " "; if (($context["can_convert_kanji"] ?? null)) { // line 185 echo "

"; // line 186 echo _gettext("Encoding Conversion:"); echo "

"; // line 187 $this->loadTemplate("encoding/kanji_encoding_form.twig", "display/import/import.twig", 187)->display($context); // line 188 echo "
"; } // line 190 echo "
"; } public function getTemplateName() { return "display/import/import.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 444 => 192, 440 => 190, 436 => 188, 434 => 187, 430 => 186, 427 => 185, 424 => 184, 417 => 179, 414 => 178, 412 => 177, 407 => 175, 399 => 170, 395 => 169, 387 => 164, 382 => 162, 377 => 159, 373 => 157, 371 => 156, 369 => 155, 367 => 152, 362 => 149, 360 => 148, 357 => 146, 355 => 145, 351 => 143, 349 => 142, 344 => 139, 342 => 138, 337 => 136, 332 => 133, 326 => 130, 322 => 129, 319 => 128, 317 => 127, 312 => 125, 306 => 121, 302 => 119, 295 => 117, 293 => 116, 290 => 115, 284 => 114, 280 => 113, 276 => 111, 272 => 109, 263 => 106, 260 => 105, 256 => 104, 254 => 103, 253 => 102, 248 => 101, 244 => 100, 241 => 99, 239 => 98, 234 => 97, 229 => 93, 225 => 91, 223 => 90, 222 => 89, 220 => 88, 218 => 87, 213 => 86, 211 => 85, 207 => 84, 202 => 83, 200 => 82, 195 => 79, 193 => 78, 192 => 77, 191 => 76, 188 => 75, 185 => 74, 183 => 73, 179 => 70, 177 => 69, 173 => 68, 168 => 65, 166 => 64, 162 => 62, 157 => 59, 155 => 58, 150 => 56, 146 => 54, 143 => 53, 138 => 50, 132 => 46, 126 => 44, 120 => 42, 117 => 41, 114 => 40, 112 => 39, 108 => 38, 100 => 34, 94 => 32, 88 => 30, 86 => 29, 81 => 28, 79 => 27, 73 => 26, 69 => 24, 66 => 23, 64 => 22, 54 => 13, 52 => 11, 51 => 10, 50 => 9, 49 => 8, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "display/import/import.twig", "/usr/local/www/phpMyAdmin/templates/display/import/import.twig"); } }