source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo ($context["login_header"] ?? null); echo " "; // line 3 if (($context["is_demo"] ?? null)) { // line 4 echo "
"; echo _gettext("phpMyAdmin Demo Server"); // line 5 echo "
"; // line 7 ob_start(function () { return ''; }); // line 8 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 11 echo " "; $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 7 echo twig_sprintf($___internal_parse_0_, "demo.phpmyadmin.net"); // line 12 echo "
"; } // line 15 echo " "; // line 16 echo ($context["error_messages"] ?? null); echo " "; // line 18 if ( !twig_test_empty(($context["available_languages"] ?? null))) { // line 19 echo "
"; echo _gettext("Language"); // line 24 echo " "; if ((_gettext("Language") != "Language")) { // line 25 echo " "; // line 27 echo " (Language) "; } // line 29 echo "
"; // line 33 echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); echo "
"; } // line 46 echo "
"; // line 50 echo " "; echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null), "", 0, "server"); echo " env, ($context["session_id"] ?? null), "html", null, true); echo "\"> "; // line 52 if (($context["is_session_expired"] ?? null)) { // line 53 echo " "; } // line 55 echo "
"; echo _gettext("Log in"); // line 59 echo " "; echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("index"); echo "
"; // line 62 if (($context["is_arbitrary_server_allowed"] ?? null)) { // line 63 echo "
env, ($context["default_server"] ?? null), "html", null, true); echo "\" class=\"form-control\" title=\""; echo _gettext("You can enter hostname/IP address and port separated by space."); // line 69 echo "\">
"; } // line 73 echo "
env, ($context["default_user"] ?? null), "html", null, true); echo "\" class=\"form-control\" autocomplete=\"username\" spellcheck=\"false\">
"; // line 92 if (($context["has_servers"] ?? null)) { // line 93 echo "
"; } else { // line 105 echo " env, ($context["server"] ?? null), "html", null, true); echo "\"> "; } // line 107 echo "
"; // line 109 if (($context["has_captcha"] ?? null)) { // line 110 echo " "; // line 111 if (($context["use_captcha_checkbox"] ?? null)) { // line 112 echo "
env, ($context["captcha_req"] ?? null), "html", null, true); echo "\" data-sitekey=\""; echo twig_escape_filter($this->env, ($context["captcha_key"] ?? null), "html", null, true); echo "\">
"; } else { // line 121 echo " env, ($context["captcha_req"] ?? null), "html", null, true); echo "\" data-sitekey=\""; echo twig_escape_filter($this->env, ($context["captcha_key"] ?? null), "html", null, true); echo "\" data-callback=\"Functions_recaptchaCallback\" value=\""; echo _gettext("Log in"); echo "\" type=\"submit\" id=\"input_go\"> "; } // line 123 echo " "; } else { // line 124 echo " "; } // line 126 echo "
"; // line 130 if ( !twig_test_empty(($context["errors"] ?? null))) { // line 131 echo "
"; // line 132 echo ($context["errors"] ?? null); echo "
"; } // line 137 echo " "; // line 138 echo ($context["login_footer"] ?? null); echo " "; // line 140 echo ($context["config_footer"] ?? null); echo " "; } public function getTemplateName() { return "login/form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 334 => 140, 329 => 138, 326 => 137, 318 => 132, 315 => 131, 313 => 130, 307 => 126, 301 => 124, 298 => 123, 288 => 121, 282 => 117, 273 => 114, 269 => 112, 267 => 111, 260 => 110, 258 => 109, 254 => 107, 248 => 105, 240 => 100, 234 => 99, 230 => 96, 225 => 93, 223 => 92, 215 => 86, 205 => 79, 201 => 77, 195 => 73, 189 => 69, 185 => 68, 181 => 66, 177 => 64, 173 => 63, 171 => 62, 164 => 59, 158 => 55, 154 => 53, 152 => 52, 148 => 51, 143 => 50, 137 => 48, 134 => 46, 126 => 40, 119 => 38, 117 => 37, 111 => 36, 107 => 35, 102 => 33, 98 => 32, 93 => 29, 89 => 27, 87 => 25, 84 => 24, 77 => 19, 75 => 18, 70 => 16, 67 => 15, 62 => 12, 60 => 7, 57 => 11, 54 => 8, 52 => 7, 48 => 5, 44 => 4, 42 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "login/form.twig", "D:\\laragon\\www\\mysqladmin\\templates\\login\\form.twig"); } }