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 "
"; // 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"); } }