parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 $this->loadTemplate("secondary_tabs.twig", "database/multi_table_query/form.twig", 1)->display(twig_to_array(["url_params" => ["db" => // line 3 ($context["db"] ?? null)], "sub_tabs" => [0 => ["link" => "db_multi_table_query.php", "text" => _gettext("Multi-table query")], 1 => ["link" => "db_qbe.php", "text" => _gettext("Query by example")]]])); // line 16 echo PhpMyAdmin\Util::getDivForSliderEffect("query_div", _gettext("Query window"), "open"); 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, $this->getAttribute($context["table"], "hash", []), "html", null, true); echo "\"> "; // line 23 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute($context["table"], "columns", [])); 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))); $context['loop'] = [ '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 30 echo " "; if (($context["id"] == 0)) { echo "
"; } // line 31 echo "
.
"; // line 44 echo _gettext("Show"); echo "

"; // line 52 $this->loadTemplate("div_for_slider_effect.twig", "database/multi_table_query/form.twig", 52)->display(twig_array_merge($context, ["id" => ("criteria_div" . // line 53 $context["id"]), "initial_sliders_state" => "closed", "message" => _gettext("criteria")])); // line 57 echo "
"; // line 61 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 67 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 154 if (($context["id"] == 0)) { echo ""; } // line 155 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 156 echo "
"; // line 162 ob_start(function () { return ''; }); // line 163 echo " "; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 171 echo "
"; // line 180 echo "
"; } public function getTemplateName() { return "database/multi_table_query/form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 368 => 180, 362 => 176, 358 => 175, 352 => 171, 342 => 163, 340 => 162, 333 => 158, 329 => 156, 315 => 155, 311 => 154, 302 => 148, 291 => 140, 277 => 129, 271 => 125, 260 => 123, 256 => 122, 252 => 121, 240 => 112, 236 => 111, 200 => 78, 189 => 70, 183 => 67, 174 => 63, 168 => 62, 164 => 61, 158 => 57, 156 => 53, 155 => 52, 150 => 50, 144 => 47, 140 => 46, 135 => 44, 128 => 40, 123 => 37, 112 => 35, 108 => 34, 104 => 33, 100 => 31, 95 => 30, 78 => 29, 75 => 28, 68 => 26, 57 => 24, 53 => 23, 47 => 21, 43 => 20, 38 => 18, 33 => 16, 31 => 3, 30 => 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 Source("", "database/multi_table_query/form.twig", "/usr/local/www/phpMyAdmin/templates/database/multi_table_query/form.twig"); } }