Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
var
/
tmp
/
twig
/
65
/
//var/tmp/twig/65/6526419e42e04e74efd109bd9904200b17d12941a652446541163debde016d83.php
<?php /* display/export/options_quick_export.twig */ class __TwigTemplate_eed58268f9a66b17a35c1934934a62b5c5eeb30a75693fb185486444c863549c extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<div class=\"exportoptions\" id=\"output_quick_export\"> <h3>"; // line 2 echo _gettext("Output:"); echo "</h3> <ul> <li> <input type=\"checkbox\" name=\"quick_export_onserver\" value=\"saveit\" id=\"checkbox_quick_dump_onserver\""; // line 6 echo ((($context["export_is_checked"] ?? null)) ? (" checked") : ("")); echo "> <label for=\"checkbox_quick_dump_onserver\"> "; // line 8 echo sprintf(_gettext("Save on server in the directory <strong>%s</strong>"), twig_escape_filter($this->env, ($context["save_dir"] ?? null))); echo " </label> </li> <li> <input type=\"checkbox\" name=\"quick_export_onserver_overwrite\" value=\"saveitover\" id=\"checkbox_quick_dump_onserver_overwrite\""; // line 14 echo ((($context["export_overwrite_is_checked"] ?? null)) ? (" checked") : ("")); echo "> <label for=\"checkbox_quick_dump_onserver_overwrite\"> "; // line 16 echo _gettext("Overwrite existing file(s)"); // line 17 echo " </label> </li> </ul> </div> "; } public function getTemplateName() { return "display/export/options_quick_export.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 49 => 17, 47 => 16, 42 => 14, 34 => 8, 29 => 6, 22 => 2, 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/export/options_quick_export.twig", "/srv/admin/htdocs/phpmyadmin/templates/display/export/options_quick_export.twig"); } }