| Server IP : 216.106.184.20 / Your IP : 216.73.216.234 Web Server : LiteSpeed System : Linux asmodeus.in-hell.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64 User : sekoaid1 ( 1891) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/sekoaid1/tmp/pma_template_compiles_sekoaid1/twig/ed/ |
Upload File : |
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/relation/dropdown_generate.twig */
class __TwigTemplate_1f1f3382440ef9ec778bfa5aeeaa9199 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
(( !Twig\Extension\CoreExtension::testEmpty(($context["dropdown_question"] ?? null))) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["dropdown_question"] ?? null), "html", null, true)) : (yield ""));
// line 2
yield "<select name=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["select_name"] ?? null), "html", null, true);
yield "\">
";
// line 3
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["choices"] ?? null));
foreach ($context['_seq'] as $context["one_value"] => $context["one_label"]) {
// line 4
yield " <option value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["one_value"], "html", null, true);
yield "\"";
// line 5
if ((($context["selected_value"] ?? null) == $context["one_value"])) {
yield " selected=\"selected\"";
}
yield ">
";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["one_label"], "html", null, true);
yield "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['one_value'], $context['one_label'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 9
yield "</select>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "table/relation/dropdown_generate.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 68 => 9, 59 => 6, 53 => 5, 49 => 4, 45 => 3, 40 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "table/relation/dropdown_generate.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/relation/dropdown_generate.twig");
}
}