parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // 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->getFunction('Message_notice')->getCallable(), array(_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 " "; echo PhpMyAdmin\Charsets::getCharsetDropdownBox( // line 112 ($context["dbi"] ?? null), // line 113 ($context["disable_is"] ?? null), "charset_of_file", "charset_of_file", "utf8", false); // line 118 echo " "; } // line 120 echo "

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

"; // line 126 if (((isset($context["timeout_passed"]) || array_key_exists("timeout_passed", $context)) && ($context["timeout_passed"] ?? null))) { // line 127 echo "
env, ($context["offset"] ?? null), "html", null, true); echo "\" /> "; // line 129 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 132 echo "
"; // line 141 if ( !((isset($context["timeout_passed"]) || array_key_exists("timeout_passed", $context)) && ($context["timeout_passed"] ?? null))) { // line 142 echo "
"; } else { // line 151 echo " "; // line 154 echo " "; } // line 158 echo "

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

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

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

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

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

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

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

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

"; // line 186 $this->loadTemplate("encoding/kanji_encoding_form.twig", "display/import/import.twig", 186)->display($context); // line 187 echo "
"; } // line 189 echo "
"; } public function getTemplateName() { return "display/import/import.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 405 => 191, 401 => 189, 397 => 187, 395 => 186, 391 => 185, 388 => 184, 385 => 183, 378 => 178, 375 => 177, 373 => 176, 368 => 174, 360 => 169, 356 => 168, 348 => 163, 343 => 161, 338 => 158, 334 => 156, 332 => 155, 330 => 154, 328 => 151, 323 => 148, 321 => 147, 318 => 145, 316 => 144, 312 => 142, 310 => 141, 305 => 138, 303 => 137, 298 => 135, 293 => 132, 287 => 129, 283 => 128, 280 => 127, 278 => 126, 273 => 124, 267 => 120, 263 => 118, 261 => 113, 260 => 112, 258 => 111, 254 => 109, 245 => 106, 242 => 105, 238 => 104, 236 => 103, 235 => 102, 230 => 101, 226 => 100, 223 => 99, 221 => 98, 216 => 97, 211 => 93, 207 => 91, 205 => 90, 204 => 89, 202 => 88, 200 => 87, 195 => 86, 193 => 85, 189 => 84, 184 => 83, 182 => 82, 177 => 79, 175 => 78, 174 => 77, 173 => 76, 170 => 75, 167 => 74, 165 => 73, 161 => 70, 159 => 69, 155 => 68, 150 => 65, 148 => 64, 144 => 62, 139 => 59, 137 => 58, 132 => 56, 128 => 54, 125 => 53, 120 => 50, 114 => 46, 108 => 44, 102 => 42, 99 => 41, 96 => 40, 94 => 39, 90 => 38, 82 => 34, 76 => 32, 70 => 30, 68 => 29, 63 => 28, 61 => 27, 55 => 26, 51 => 24, 48 => 23, 46 => 22, 36 => 13, 34 => 11, 33 => 10, 32 => 9, 31 => 8, 24 => 4, 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("", "display/import/import.twig", "/var/www/html/phpMyAdmin/templates/display/import/import.twig"); } }