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(["url_params" => ["db" => // line 3 (isset($context["db"]) ? $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 ( 357 => 180, 351 => 176, 347 => 175, 341 => 171, 331 => 163, 329 => 162, 322 => 158, 318 => 156, 304 => 155, 300 => 154, 291 => 148, 280 => 140, 266 => 129, 260 => 125, 249 => 123, 245 => 122, 241 => 121, 229 => 112, 225 => 111, 189 => 78, 178 => 70, 172 => 67, 163 => 63, 157 => 62, 153 => 61, 147 => 57, 145 => 53, 144 => 52, 139 => 50, 133 => 47, 129 => 46, 124 => 44, 117 => 40, 112 => 37, 101 => 35, 97 => 34, 93 => 33, 89 => 31, 84 => 30, 67 => 29, 64 => 28, 57 => 26, 46 => 24, 42 => 23, 36 => 21, 32 => 20, 27 => 18, 22 => 16, 20 => 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/localhost/htdocs/phpmyadmin/templates/database/multi_table_query/form.twig"); } }