8889841chome/clixcotz/tmp/pma_template_compiles_clixcotz/twig/86/86a6f5bfd08058c046e257cd096ce01c.php000064400000057030150446650510024732 0ustar00source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'title' => [$this, 'block_title'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

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

"; // line 7 echo ($context["page_settings_error_html"] ?? null); echo " "; // line 8 echo ($context["page_settings_html"] ?? null); echo "
env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("ajax_clock_small.gif"), "html", null, true); echo "\" width=\"16\" height=\"16\" alt=\"ajax clock\" class=\"hide\">
"; // line 23 echo PhpMyAdmin\Url::getHiddenInputs(($context["hidden_inputs"] ?? null)); echo "
"; echo _gettext("File to import:"); // line 26 echo "
"; // line 29 echo " "; if ( !twig_test_empty(($context["compressions"] ?? null))) { // line 30 echo "

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

"; } // line 35 echo " "; // line 36 if ((($context["is_upload"] ?? null) && !twig_test_empty(($context["upload_dir"] ?? null)))) { // line 37 echo " "; $context["use_local_file_import"] = ( !twig_test_empty(($context["timeout_passed_global"] ?? null)) && !twig_test_empty(($context["local_import_file"] ?? null))); // line 38 echo "
env, ($context["max_upload_size"] ?? null), "html", null, true); echo "\">

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

"; // line 59 if ((($context["local_files"] ?? null) === false)) { // line 60 echo " "; echo $this->env->getFilter('error')->getCallable()(_gettext("The directory you set for upload work cannot be reached.")); echo " "; } elseif ( !twig_test_empty( // line 61 ($context["local_files"] ?? null))) { // line 62 echo " "; } else { // line 68 echo "
"; echo _gettext("There are no files to import!"); // line 70 echo "
"; } // line 72 echo "
"; } elseif ( // line 74 ($context["is_upload"] ?? null)) { // line 75 echo " env, ($context["max_upload_size"] ?? null), "html", null, true); echo "\">

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

"; } elseif ( !twig_test_empty( // line 83 ($context["upload_dir"] ?? null))) { // line 84 echo " "; if ((($context["local_files"] ?? null) === false)) { // line 85 echo " "; echo $this->env->getFilter('error')->getCallable()(_gettext("The directory you set for upload work cannot be reached.")); echo " "; } elseif ( !twig_test_empty( // line 86 ($context["local_files"] ?? null))) { // line 87 echo "
"; } else { // line 95 echo "
"; echo _gettext("There are no files to import!"); // line 97 echo "
"; } // line 99 echo " "; } else { // line 100 echo " "; echo $this->env->getFilter('notice')->getCallable()(_gettext("File uploads are not allowed on this server.")); echo " "; } // line 102 echo " "; // line 104 if (($context["is_encoding_supported"] ?? null)) { // line 105 echo " "; } else { // line 113 echo " "; } // line 122 echo "
"; echo _gettext("Partial import:"); // line 126 echo "
"; // line 128 if ((array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) { // line 129 echo " env, ($context["offset"] ?? null), "html", null, true); echo "\">
"; // line 131 echo twig_escape_filter($this->env, twig_sprintf(_gettext("Previous import timed out, after resubmitting will continue from position %d."), ($context["offset"] ?? null)), "html", null, true); echo "
"; } // line 134 echo "
"; echo _gettext("This might be a good way to import large files, however it can break transactions."); // line 140 echo "
"; // line 143 if ( !(array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) { // line 144 echo " "; } else { // line 147 echo " "; // line 148 echo " "; } // line 150 echo "
"; echo _gettext("Other options"); // line 154 echo "
"; echo _gettext("Format"); // line 165 echo "
"; // line 173 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["plugins_choice"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["option"]) { // line 174 echo " env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 174), "html", null, true); echo "\" value=\"true\"> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 176 echo "
"; echo _gettext("Format-specific options:"); // line 182 echo "
"; // line 184 echo ($context["options"] ?? null); echo "
"; // line 189 echo " "; if (($context["can_convert_kanji"] ?? null)) { // line 190 echo "
"; echo _gettext("Encoding Conversion:"); // line 191 echo "
"; // line 193 $this->loadTemplate("encoding/kanji_encoding_form.twig", "import.twig", 193)->display($context); // line 194 echo "
"; } // line 197 echo "
"; } // line 4 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 ( 527 => 4, 518 => 199, 513 => 197, 508 => 194, 506 => 193, 502 => 191, 498 => 190, 495 => 189, 488 => 184, 484 => 182, 475 => 176, 466 => 174, 462 => 173, 458 => 171, 445 => 169, 441 => 168, 438 => 167, 433 => 165, 424 => 159, 419 => 158, 413 => 154, 406 => 150, 400 => 148, 398 => 147, 393 => 145, 388 => 144, 386 => 143, 381 => 140, 377 => 139, 371 => 136, 367 => 134, 361 => 131, 355 => 129, 353 => 128, 349 => 126, 342 => 122, 338 => 120, 331 => 118, 329 => 117, 321 => 116, 317 => 115, 313 => 113, 309 => 111, 302 => 109, 300 => 108, 292 => 107, 288 => 106, 285 => 105, 283 => 104, 280 => 103, 276 => 102, 270 => 100, 267 => 99, 263 => 97, 259 => 95, 252 => 91, 246 => 88, 243 => 87, 241 => 86, 236 => 85, 233 => 84, 231 => 83, 228 => 82, 218 => 77, 211 => 75, 209 => 74, 205 => 72, 201 => 70, 197 => 68, 191 => 65, 184 => 62, 182 => 61, 177 => 60, 175 => 59, 171 => 58, 166 => 55, 156 => 50, 150 => 48, 146 => 47, 135 => 43, 125 => 40, 121 => 38, 118 => 37, 116 => 36, 113 => 35, 109 => 33, 104 => 31, 101 => 30, 98 => 29, 94 => 26, 87 => 23, 81 => 22, 78 => 21, 73 => 18, 71 => 17, 64 => 13, 56 => 8, 52 => 7, 48 => 5, 46 => 4, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "import.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/import.twig"); } }