parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo PhpMyAdmin\Util::getDivForSliderEffect("query_div", _gettext("Query window"), "open"); echo "
env, ($context["db"] ?? null), "html", null, true); echo "\">
"; // line 5 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["tables"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["table"]) { // line 6 echo "
env, $this->getAttribute($context["table"], "hash", array()), "html", null, true); echo "\"> "; // line 8 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["table"], "columns", array())); foreach ($context['_seq'] as $context["_key"] => $context["column"]) { // line 9 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 11 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 13 echo " "; // line 14 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(0, ($context["default_no_of_columns"] ?? null))); $context['loop'] = array( 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ); if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["_key"] => $context["id"]) { // line 15 echo " "; if (($context["id"] == 0)) { echo "
"; } // line 16 echo "
.
"; // line 29 echo _gettext("Show"); echo "

"; // line 37 $this->loadTemplate("div_for_slider_effect.twig", "database/multi_table_query/form.twig", 37)->display(array_merge($context, array("id" => ("criteria_div" . // line 38 $context["id"]), "initial_sliders_state" => "closed", "message" => _gettext("criteria")))); // line 42 echo "
"; // line 46 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 52 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 139 if (($context["id"] == 0)) { echo ""; } // line 140 echo " "; ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['length'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['id'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 141 echo "
"; // line 147 ob_start(); // line 148 echo " "; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 156 echo "
"; // line 165 echo "
"; } public function getTemplateName() { return "database/multi_table_query/form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 354 => 165, 348 => 161, 344 => 160, 338 => 156, 328 => 148, 326 => 147, 319 => 143, 315 => 141, 301 => 140, 297 => 139, 288 => 133, 277 => 125, 263 => 114, 257 => 110, 246 => 108, 242 => 107, 238 => 106, 226 => 97, 222 => 96, 186 => 63, 175 => 55, 169 => 52, 160 => 48, 154 => 47, 150 => 46, 144 => 42, 142 => 38, 141 => 37, 136 => 35, 130 => 32, 126 => 31, 121 => 29, 114 => 25, 109 => 22, 98 => 20, 94 => 19, 90 => 18, 86 => 16, 81 => 15, 64 => 14, 61 => 13, 54 => 11, 43 => 9, 39 => 8, 33 => 6, 29 => 5, 24 => 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("", "database/multi_table_query/form.twig", "/var/www/html/phpMyAdmin/templates/database/multi_table_query/form.twig"); } }