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)); echo "
"; // line 9 $this->loadTemplate("database/designer/page_selector.twig", "database/designer/page_save_as.twig", 9)->display(twig_to_array(["pdfwork" => // line 10 ($context["pdfwork"] ?? null), "pages" => // line 11 ($context["pages"] ?? null)])); // line 13 echo "
"; // line 17 echo PhpMyAdmin\Util::getRadioFields("save_page", ["same" => _gettext("Save to selected page"), "new" => _gettext("Create a page and save to it")], "same", true); // line 25 echo "
"; } public function getTemplateName() { return "database/designer/page_save_as.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 69 => 30, 62 => 25, 60 => 17, 54 => 13, 52 => 11, 51 => 10, 50 => 9, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/designer/page_save_as.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/page_save_as.twig"); } }