Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
tmp
/
twig
/
95
/
/srv/data/tmp/twig/95/95e2b1a48ed89e8c1505a3bb2b3aa048da55482afbe586dde0bda4eb2863f0eb.php
<?php /* display/export/options_output_radio.twig */ class __TwigTemplate_51b69f1ea6f81bfc9c16d490cc1a2ce533eb05ecef53150c91b283c9ea14825b 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 "<li> <input type=\"radio\" id=\"radio_view_as_text\" name=\"output_format\" value=\"astext\""; // line 3 echo ((((isset($context["has_repopulate"]) ? $context["has_repopulate"] : null) || ((isset($context["export_asfile"]) ? $context["export_asfile"] : null) == false))) ? (" checked") : ("")); echo "> <label for=\"radio_view_as_text\"> "; // line 5 echo _gettext("View output as text"); // line 6 echo " </label> </li> "; } public function getTemplateName() { return "display/export/options_output_radio.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 29 => 6, 27 => 5, 22 => 3, 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_output_radio.twig", "/srv/admin/htdocs/phpmyadmin/templates/display/export/options_output_radio.twig"); } }