芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/tmp/pma_template_compiles_sdektunc/twig/33/33d2de88382f89a19296e520033068cd.php
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
env, ($context["goto"] ?? null), "html", null, true); echo "\">
env, ($context["err_url"] ?? null), "html", null, true); echo "\">
env, ($context["sql_query"] ?? null), "html", null, true); echo "\"> "; // line 7 if (($context["has_where_clause"] ?? null)) { // line 8 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["where_clause_array"] ?? null)); foreach ($context['_seq'] as $context["key_id"] => $context["where_clause"]) { // line 9 echo "
env, $context["key_id"], "html", null, true); echo "]\" value=\""; // line 10 echo twig_escape_filter($this->env, twig_trim_filter($context["where_clause"]), "html", null, true); echo "\"> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['key_id'], $context['where_clause'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 12 echo " "; } // line 13 echo " "; // line 14 ob_start(function () { return ''; }); // line 15 echo "
env, ($context["insert_rows_default"] ?? null), "html", null, true); echo "\" min=\"1\"> "; $context["insert_rows"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 18 echo " "; echo twig_sprintf(_gettext("Continue insertion with %s rows"), ($context["insert_rows"] ?? null)); echo "
"; } public function getTemplateName() { return "table/insert/continue_insertion_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 93 => 18, 88 => 16, 86 => 15, 84 => 14, 81 => 13, 78 => 12, 70 => 10, 66 => 9, 61 => 8, 59 => 7, 54 => 5, 50 => 4, 46 => 3, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "table/insert/continue_insertion_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/insert/continue_insertion_form.twig"); } }