/home2/mshostin/tmp/pma_template_compiles_mshostin/twig/12/1268580b947bd6dcca02a01f833bf76e.php
<?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;
/* database/qbe/ins_del_and_or_cell.twig */
class __TwigTemplate_69926dc195aa4e9b23ea30f2134e2938 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
yield "<td class=\"value text-nowrap\">
<table class=\"table table-borderless table-sm\">
<tr>
<td class=\"value text-nowrap p-0\">
<small>";
yield _gettext("Ins:");
// line 5
yield "</small>
<input type=\"checkbox\" name=\"criteriaRowInsert[";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["row_index"] ?? null), "html", null, true);
yield "]\" aria-label=\"";
yield _gettext("Insert");
yield "\">
</td>
<td class=\"value p-0\">
<strong>";
yield _gettext("And:");
// line 9
yield "</strong>
</td>
<td class=\"p-0\">
<input type=\"radio\" name=\"criteriaAndOrRow[";
// line 12
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["row_index"] ?? null), "html", null, true);
yield "]\" value=\"and\"";
yield ((CoreExtension::getAttribute($this->env, $this->source, ($context["checked_options"] ?? null), "and", [], "any", false, false, false, 12)) ? (" checked") : (""));
yield " aria-label=\"";
yield _gettext("And");
yield "\">
</td>
</tr>
<tr>
<td class=\"value text-nowrap p-0\">
<small>";
yield _gettext("Del:");
// line 17
yield "</small>
<input type=\"checkbox\" name=\"criteriaRowDelete[";
// line 18
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["row_index"] ?? null), "html", null, true);
yield "]\" aria-label=\"";
yield _gettext("Delete");
yield "\">
</td>
<td class=\"value p-0\">
<strong>";
yield _gettext("Or:");
// line 21
yield "</strong>
</td>
<td class=\"p-0\">
<input type=\"radio\" name=\"criteriaAndOrRow[";
// line 24
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["row_index"] ?? null), "html", null, true);
yield "]\" value=\"or\"";
yield ((CoreExtension::getAttribute($this->env, $this->source, ($context["checked_options"] ?? null), "or", [], "any", false, false, false, 24)) ? (" checked") : (""));
yield " aria-label=\"";
yield _gettext("Or");
yield "\">
</td>
</tr>
</table>
</td>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "database/qbe/ins_del_and_or_cell.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 92 => 24, 87 => 21, 78 => 18, 75 => 17, 62 => 12, 57 => 9, 48 => 6, 45 => 5, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/qbe/ins_del_and_or_cell.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/qbe/ins_del_and_or_cell.twig");
}
}