source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo " env, ($context["goto"] ?? null), "html", null, true); echo "\"> env, ($context["query"] ?? null), "html", null, true); echo "\"> "; // line 10 if (((($context["display_tab"] ?? null) == "full") || (($context["display_tab"] ?? null) == "sql"))) { // line 11 echo "
"; // line 14 echo ($context["legend"] ?? null); echo "
"; // line 28 if ( !twig_test_empty(($context["columns_list"] ?? null))) { // line 29 echo "
"; } // line 37 echo "
"; // line 40 if (($context["codemirror_enable"] ?? null)) { // line 41 echo " "; } // line 43 echo "
"; // line 60 if ( !twig_test_empty(($context["columns_list"] ?? null))) { // line 61 echo "
"; } // line 79 echo "
"; // line 82 if (($context["has_bookmark"] ?? null)) { // line 83 echo "
"; } // line 100 echo "
"; // line 106 echo _gettext("Delimiter"); echo "
env, ($context["delimiter"] ?? null), "html", null, true); echo "\" id=\"id_sql_delimiter\">
"; } // line 142 echo " "; // line 143 if (((($context["display_tab"] ?? null) == "full") && !twig_test_empty(($context["bookmarks"] ?? null)))) { // line 144 echo "
"; // line 145 echo _gettext("Bookmarked SQL query"); echo "
"; // line 178 echo _gettext("Variables"); // line 179 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faqbookmark"); echo "
"; } // line 189 echo " "; // line 190 if (($context["can_convert_kanji"] ?? null)) { // line 191 echo "
"; // line 193 $this->loadTemplate("encoding/kanji_encoding_form.twig", "sql/query.twig", 193)->display($context); // line 194 echo "
"; } // line 197 echo "
"; } public function getTemplateName() { return "sql/query.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 429 => 197, 424 => 194, 422 => 193, 418 => 191, 416 => 190, 413 => 189, 406 => 185, 396 => 179, 394 => 178, 386 => 173, 379 => 169, 372 => 165, 365 => 160, 358 => 158, 352 => 156, 350 => 155, 346 => 154, 339 => 153, 335 => 152, 329 => 149, 322 => 145, 319 => 144, 317 => 143, 314 => 142, 305 => 136, 297 => 131, 293 => 130, 285 => 125, 277 => 120, 273 => 119, 266 => 114, 258 => 109, 254 => 108, 249 => 106, 241 => 100, 234 => 96, 226 => 91, 217 => 85, 213 => 83, 211 => 82, 206 => 79, 200 => 76, 195 => 75, 190 => 71, 181 => 68, 177 => 67, 173 => 66, 169 => 65, 165 => 64, 161 => 63, 157 => 61, 155 => 60, 144 => 53, 141 => 52, 131 => 45, 127 => 43, 121 => 41, 119 => 40, 115 => 39, 111 => 37, 101 => 29, 99 => 28, 92 => 23, 90 => 22, 85 => 21, 80 => 20, 71 => 14, 66 => 11, 64 => 10, 59 => 8, 55 => 7, 51 => 6, 45 => 3, 41 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "sql/query.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/sql/query.twig"); } }