source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if (($context["is_git_revision"] ?? null)) { // line 2 echo "
"; } // line 4 echo " "; // line 5 echo ($context["message"] ?? null); echo " "; // line 7 echo ($context["partial_logout"] ?? null); echo "
"; // line 10 echo ($context["sync_favorite_tables"] ?? null); echo "
"; // line 14 if (($context["has_server"] ?? null)) { // line 15 echo " "; if (($context["is_demo"] ?? null)) { // line 16 echo "
"; // line 18 echo _gettext("phpMyAdmin Demo Server"); // line 19 echo "
"; // line 21 ob_start(function () { return ''; }); // line 22 echo " "; echo _gettext("You are using the demo server. You can do anything here, but please do not change root, debian-sys-maint and pma users. More information is available at %s."); // line 25 echo " "; $___internal_f99ac14381e0d9770a9538d2e717be3f76823c5cfe5334222c4bcaf3730a3246_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 21 echo sprintf($___internal_f99ac14381e0d9770a9538d2e717be3f76823c5cfe5334222c4bcaf3730a3246_, "demo.phpmyadmin.net"); // line 26 echo "
"; } // line 29 echo "
"; // line 32 echo _gettext("General settings"); // line 33 echo "
    "; // line 35 if (($context["has_server_selection"] ?? null)) { // line 36 echo "
  • "; // line 37 echo \PhpMyAdmin\Html\Generator::getImage("s_host"); echo " "; // line 38 echo ($context["server_selection"] ?? null); echo "
  • "; } // line 41 echo " "; // line 42 if ((($context["server"] ?? null) > 0)) { // line 43 echo " "; if (($context["has_change_password_link"] ?? null)) { // line 44 echo "
  • "; // line 46 echo \PhpMyAdmin\Html\Generator::getIcon("s_passwd", _gettext("Change password"), true); echo "
  • "; } // line 50 echo "
  • "; // line 53 echo PhpMyAdmin\Url::getHiddenInputs(null, null, 4, "collation_connection"); echo " "; // line 59 if ( !twig_test_empty(($context["charsets"] ?? null))) { // line 60 echo " "; } // line 74 echo "
  • "; // line 79 echo \PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("More settings"), true); echo "
  • "; } // line 83 echo "
"; } // line 86 echo "
"; // line 89 echo _gettext("Appearance settings"); // line 90 echo "
    "; // line 92 if ( !twig_test_empty(($context["language_selector"] ?? null))) { // line 93 echo "
  • "; // line 94 echo \PhpMyAdmin\Html\Generator::getImage("s_lang"); echo " "; // line 95 echo ($context["language_selector"] ?? null); echo "
  • "; } // line 98 echo " "; // line 99 if ( !twig_test_empty(($context["theme_selection"] ?? null))) { // line 100 echo "
  • "; // line 101 echo \PhpMyAdmin\Html\Generator::getImage("s_theme"); echo " "; // line 102 echo ($context["theme_selection"] ?? null); echo "
  • "; } // line 105 echo "
"; // line 110 if ( !twig_test_empty(($context["database_server"] ?? null))) { // line 111 echo "
"; // line 113 echo _gettext("Database server"); // line 114 echo "
  • "; // line 117 echo _gettext("Server:"); // line 118 echo " "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "host", [], "any", false, false, false, 118), "html", null, true); echo "
  • "; // line 121 echo _gettext("Server type:"); // line 122 echo " "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "type", [], "any", false, false, false, 122), "html", null, true); echo "
  • "; // line 125 echo _gettext("Server connection:"); // line 126 echo " "; echo twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "connection", [], "any", false, false, false, 126); echo "
  • "; // line 129 echo _gettext("Server version:"); // line 130 echo " "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "version", [], "any", false, false, false, 130), "html", null, true); echo "
  • "; // line 133 echo _gettext("Protocol version:"); // line 134 echo " "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "protocol", [], "any", false, false, false, 134), "html", null, true); echo "
  • "; // line 137 echo _gettext("User:"); // line 138 echo " "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "user", [], "any", false, false, false, 138), "html", null, true); echo "
  • "; // line 141 echo _gettext("Server charset:"); // line 142 echo " "; // line 143 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "charset", [], "any", false, false, false, 143), "html", null, true); echo "
"; } // line 149 echo " "; // line 150 if (( !twig_test_empty(($context["web_server"] ?? null)) || ($context["show_php_info"] ?? null))) { // line 151 echo "
"; // line 153 echo _gettext("Web server"); // line 154 echo "
    "; // line 156 if ( !twig_test_empty(($context["web_server"] ?? null))) { // line 157 echo " "; if ( !(null === twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 157))) { // line 158 echo "
  • "; // line 159 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 159), "html", null, true); echo "
  • "; } // line 162 echo "
  • "; // line 163 echo _gettext("Database client version:"); // line 164 echo " "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "database", [], "any", false, false, false, 164), "html", null, true); echo "
  • "; // line 167 echo _gettext("PHP extension:"); // line 168 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_extensions", [], "any", false, false, false, 168)); foreach ($context['_seq'] as $context["_key"] => $context["extension"]) { // line 169 echo " "; echo twig_escape_filter($this->env, $context["extension"], "html", null, true); echo " "; // line 170 echo \PhpMyAdmin\Html\Generator::showPHPDocumentation((("book." . $context["extension"]) . ".php")); echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['extension'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 172 echo "
  • "; // line 174 echo _gettext("PHP version:"); // line 175 echo " "; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_version", [], "any", false, false, false, 175), "html", null, true); echo "
  • "; } // line 178 echo " "; if (($context["show_php_info"] ?? null)) { // line 179 echo "
  • "; // line 181 echo _gettext("Show PHP information"); // line 182 echo "
  • "; } // line 185 echo "
"; } // line 188 echo "
"; // line 235 echo ($context["config_storage_message"] ?? null); echo " "; } public function getTemplateName() { return "home/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 563 => 235, 552 => 226, 550 => 225, 546 => 224, 541 => 221, 539 => 220, 535 => 219, 530 => 216, 528 => 215, 524 => 214, 519 => 211, 517 => 210, 513 => 209, 508 => 206, 506 => 205, 502 => 204, 497 => 201, 495 => 200, 491 => 199, 484 => 196, 482 => 195, 478 => 194, 470 => 188, 465 => 185, 460 => 182, 458 => 181, 454 => 180, 451 => 179, 448 => 178, 441 => 175, 439 => 174, 435 => 172, 427 => 170, 422 => 169, 417 => 168, 415 => 167, 408 => 164, 406 => 163, 403 => 162, 397 => 159, 394 => 158, 391 => 157, 389 => 156, 385 => 154, 383 => 153, 379 => 151, 377 => 150, 374 => 149, 365 => 143, 362 => 142, 360 => 141, 353 => 138, 351 => 137, 344 => 134, 342 => 133, 335 => 130, 333 => 129, 326 => 126, 324 => 125, 317 => 122, 315 => 121, 308 => 118, 306 => 117, 301 => 114, 299 => 113, 295 => 111, 293 => 110, 286 => 105, 280 => 102, 276 => 101, 273 => 100, 271 => 99, 268 => 98, 262 => 95, 258 => 94, 255 => 93, 253 => 92, 249 => 90, 247 => 89, 242 => 86, 237 => 83, 230 => 79, 226 => 78, 220 => 74, 216 => 72, 209 => 70, 202 => 68, 200 => 67, 192 => 66, 188 => 65, 181 => 64, 177 => 63, 172 => 61, 169 => 60, 167 => 59, 161 => 57, 159 => 56, 155 => 55, 150 => 53, 146 => 52, 142 => 50, 135 => 46, 131 => 45, 128 => 44, 125 => 43, 123 => 42, 120 => 41, 114 => 38, 110 => 37, 107 => 36, 105 => 35, 101 => 33, 99 => 32, 94 => 29, 89 => 26, 87 => 21, 84 => 25, 81 => 22, 79 => 21, 75 => 19, 73 => 18, 69 => 16, 66 => 15, 64 => 14, 57 => 10, 51 => 7, 46 => 5, 43 => 4, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "home/index.twig", "E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\pma\\templates\\home\\index.twig"); } }