source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'title' => [$this, 'block_title'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo ($context["page_settings_error_html"] ?? null); echo " "; // line 2 echo ($context["page_settings_html"] ?? null); echo "
env, ($context["theme_image_path"] ?? null), "html", null, true); echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\" class=\"hide\">
"; // line 29 echo PhpMyAdmin\Url::getHiddenInputs(($context["hidden_inputs"] ?? null)); echo "

"; // line 33 echo \PhpMyAdmin\Html\Generator::getImage("b_import", _gettext("Import")); echo " "; // line 34 $this->displayBlock('title', $context, $blocks); // line 35 echo "

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

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

"; // line 45 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 47 echo _gettext("A compressed file's name must end in .[format].[compression]. Example: .sql.zip"); // line 48 echo "

"; } // line 51 echo "
"; // line 53 if ((($context["is_upload"] ?? null) && !twig_test_empty(($context["upload_dir"] ?? null)))) { // line 54 echo "
  • "; // line 64 echo twig_escape_filter($this->env, PhpMyAdmin\Util::getFormattedMaximumUploadSize(($context["max_upload_size"] ?? null)), "html", null, true); echo " env, ($context["max_upload_size"] ?? null), "html", null, true); echo "\">

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

  • "; // line 77 if ((($context["local_files"] ?? null) === false)) { // line 78 echo " "; echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("The directory you set for upload work cannot be reached.")]); echo " "; } elseif ( !twig_test_empty( // line 79 ($context["local_files"] ?? null))) { // line 80 echo " "; } else { // line 85 echo " "; echo _gettext("There are no files to upload!"); echo " "; } // line 87 echo "
"; } elseif ( // line 89 ($context["is_upload"] ?? null)) { // line 90 echo "
"; // line 97 echo twig_escape_filter($this->env, PhpMyAdmin\Util::getFormattedMaximumUploadSize(($context["max_upload_size"] ?? null)), "html", null, true); echo " env, ($context["max_upload_size"] ?? null), "html", null, true); echo "\">

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

"; } elseif ( !twig_test_empty( // line 102 ($context["upload_dir"] ?? null))) { // line 103 echo " "; // line 107 if ((($context["local_files"] ?? null) === false)) { // line 108 echo " "; echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("The directory you set for upload work cannot be reached.")]); echo " "; } elseif ( !twig_test_empty( // line 109 ($context["local_files"] ?? null))) { // line 110 echo " "; } else { // line 115 echo " "; echo _gettext("There are no files to upload!"); echo " "; } // line 117 echo " "; } else { // line 118 echo " "; echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("File uploads are not allowed on this server.")]); echo " "; } // line 120 echo "
"; // line 124 echo " "; // line 125 if (($context["is_encoding_supported"] ?? null)) { // line 126 echo " "; } else { // line 138 echo " "; } // line 148 echo "

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

"; // line 154 if ((array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) { // line 155 echo "
env, ($context["offset"] ?? null), "html", null, true); echo "\"> "; // line 157 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 160 echo "
"; // line 169 if ( !(array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) { // line 170 echo "
"; } else { // line 179 echo " "; // line 182 echo " "; } // line 186 echo "

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

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

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

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

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

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

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

"; // line 216 $this->loadTemplate("encoding/kanji_encoding_form.twig", "import.twig", 216)->display($context); // line 217 echo "
"; } // line 219 echo "
"; } // line 34 public function block_title($context, array $blocks = []) { $macros = $this->macros; } public function getTemplateName() { return "import.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 510 => 34, 501 => 221, 497 => 219, 493 => 217, 491 => 216, 487 => 215, 484 => 214, 481 => 213, 474 => 208, 471 => 207, 469 => 206, 464 => 204, 456 => 199, 452 => 198, 444 => 193, 440 => 192, 434 => 189, 429 => 186, 425 => 184, 423 => 183, 421 => 182, 419 => 179, 414 => 176, 412 => 175, 409 => 173, 407 => 172, 403 => 170, 401 => 169, 396 => 166, 394 => 165, 389 => 163, 384 => 160, 378 => 157, 374 => 156, 371 => 155, 369 => 154, 364 => 152, 358 => 148, 354 => 146, 347 => 144, 345 => 143, 342 => 142, 336 => 141, 332 => 140, 328 => 138, 324 => 136, 315 => 133, 312 => 132, 308 => 131, 306 => 130, 305 => 129, 300 => 128, 296 => 127, 293 => 126, 291 => 125, 286 => 124, 281 => 120, 275 => 118, 272 => 117, 266 => 115, 260 => 112, 256 => 110, 254 => 109, 249 => 108, 247 => 107, 241 => 104, 238 => 103, 236 => 102, 232 => 101, 227 => 99, 222 => 97, 211 => 90, 209 => 89, 205 => 87, 199 => 85, 193 => 82, 187 => 80, 185 => 79, 180 => 78, 178 => 77, 172 => 74, 167 => 72, 161 => 68, 156 => 66, 151 => 64, 146 => 62, 138 => 57, 133 => 54, 131 => 53, 127 => 51, 122 => 48, 120 => 47, 115 => 45, 111 => 43, 108 => 42, 103 => 39, 97 => 35, 95 => 34, 91 => 33, 84 => 29, 80 => 27, 77 => 26, 75 => 25, 68 => 20, 62 => 16, 60 => 14, 59 => 13, 58 => 12, 57 => 11, 50 => 7, 42 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "import.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/import.twig"); } }