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 "
"; // line 5 echo _gettext("phpMyAdmin Demo Server"); echo " "; // line 6 ob_start(function () { return ''; }); // line 7 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 10 echo " "; $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 6 echo twig_sprintf($___internal_parse_0_, "demo.phpmyadmin.net"); // line 11 echo "
"; } // line 13 echo " "; // line 14 echo ($context["error_messages"] ?? null); echo " "; // line 16 if (($context["has_languages"] ?? null)) { // line 17 echo "
"; // line 18 echo ($context["language_selector"] ?? null); echo "
"; } // line 21 echo "
env, ($context["session_id"] ?? null), "html", null, true); echo "\"> "; // line 27 if (($context["is_session_expired"] ?? null)) { // line 28 echo " "; } // line 30 echo " "; echo _gettext("Log in"); // line 31 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("index"); echo " "; // line 34 if (($context["is_arbitrary_server_allowed"] ?? null)) { // line 35 echo "
env, ($context["default_server"] ?? null), "html", null, true); echo "\" size=\"24\" class=\"textfield\" title=\""; // line 41 echo _gettext("You can enter hostname/IP address and port separated by space."); echo "\">
"; } // line 45 echo "
env, ($context["default_user"] ?? null), "html", null, true); echo "\" size=\"24\" class=\"textfield\" autocomplete=\"username\">
"; // line 64 if (($context["has_servers"] ?? null)) { // line 65 echo "
"; } else { // line 76 echo " env, ($context["server"] ?? null), "html", null, true); echo "\"> "; } // line 78 echo "
"; // line 81 if (($context["has_captcha"] ?? null)) { // line 82 echo " "; // line 83 if (($context["use_captcha_checkbox"] ?? null)) { // line 84 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 87 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("Go"); echo "\" type=\"submit\" id=\"input_go\"> "; } // line 89 echo " "; } else { // line 90 echo " "; } // line 92 echo " "; // line 93 echo " "; echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null), "", 0, "server"); echo "
"; // line 97 if ( !twig_test_empty(($context["errors"] ?? null))) { // line 98 echo "
"; // line 99 echo ($context["errors"] ?? null); echo "
"; } // line 104 echo " "; // line 105 echo ($context["login_footer"] ?? null); echo " "; // line 107 echo ($context["config_footer"] ?? null); echo " "; } public function getTemplateName() { return "login/form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 278 => 107, 273 => 105, 270 => 104, 262 => 99, 259 => 98, 257 => 97, 249 => 93, 247 => 92, 241 => 90, 238 => 89, 228 => 87, 223 => 85, 216 => 84, 214 => 83, 207 => 82, 205 => 81, 200 => 78, 194 => 76, 186 => 71, 182 => 70, 178 => 68, 176 => 67, 172 => 65, 170 => 64, 162 => 58, 160 => 57, 151 => 51, 147 => 49, 145 => 48, 140 => 45, 133 => 41, 130 => 40, 126 => 38, 124 => 37, 120 => 36, 117 => 35, 115 => 34, 108 => 31, 105 => 30, 101 => 28, 99 => 27, 95 => 26, 87 => 23, 84 => 21, 78 => 18, 75 => 17, 73 => 16, 68 => 14, 65 => 13, 61 => 11, 59 => 6, 56 => 10, 53 => 7, 51 => 6, 47 => 5, 44 => 4, 42 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "login/form.twig", "/usr/local/www/phpMyAdmin/templates/login/form.twig"); } }