source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
env, ($context["db"] ?? null), "html", null, true); echo "\">
"; // line 20 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["tables"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["table"]) { // line 21 echo "
env, twig_get_attribute($this->env, $this->source, $context["table"], "hash", [], "any", false, false, false, 21), "html", null, true); echo "\"> "; // line 23 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["table"], "columns", [], "any", false, false, false, 23)); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 24 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 26 echo "
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['table'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 28 echo " "; // line 29 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(0, ($context["default_no_of_columns"] ?? null))); foreach ($context['_seq'] as $context["_key"] => $context["id"]) { // line 30 echo " "; if (($context["id"] == 0)) { echo "
"; } // line 31 echo "
.
"; // line 44 echo _gettext("Show"); echo "

env, $context["id"], "html", null, true); echo "\" class=\"pma_auto_slider\" title=\""; echo _gettext("criteria"); echo "\" style=\"display: none; overflow:auto;\">
"; // line 59 echo _gettext("Sort"); echo " env, $context["id"], "html", null, true); echo "]\">"; echo _gettext("Ascending"); echo " env, $context["id"], "html", null, true); echo "]\">"; echo _gettext("Descending"); echo "
"; // line 65 echo _gettext("Add as"); echo " env, $context["id"], "html", null, true); echo "]\" value=\"AND\" class=\"logical_op\" checked=\"checked\"> AND env, $context["id"], "html", null, true); echo "]\" value=\"OR\" class=\"logical_op\"> OR
Op
.
X
"; // line 150 if (($context["id"] == 0)) { echo "
"; } // line 151 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['id'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 152 echo "
"; // line 159 echo "
"; } public function getTemplateName() { return "database/multi_table_query/form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 369 => 170, 365 => 169, 353 => 159, 346 => 154, 342 => 152, 336 => 151, 332 => 150, 324 => 145, 313 => 137, 300 => 127, 294 => 123, 283 => 121, 279 => 120, 275 => 119, 263 => 110, 259 => 109, 223 => 76, 212 => 68, 206 => 65, 197 => 61, 191 => 60, 187 => 59, 176 => 53, 170 => 50, 164 => 47, 160 => 46, 155 => 44, 148 => 40, 143 => 37, 132 => 35, 128 => 34, 124 => 33, 120 => 31, 115 => 30, 111 => 29, 108 => 28, 101 => 26, 90 => 24, 86 => 23, 80 => 21, 76 => 20, 71 => 18, 65 => 15, 59 => 11, 57 => 10, 53 => 9, 47 => 5, 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/multi_table_query/form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/multi_table_query/form.twig"); } }