Файл: cache/e8/9c/cf3311b0a950e5ee07260bc66e2ecfaab168770ef31c1011671b92d1afb9.php
Строк: 61
<?php
/* management/login_form.tpl */
class __TwigTemplate_e89ccf3311b0a950e5ee07260bc66e2ecfaab168770ef31c1011671b92d1afb9 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
$this->env->loadTemplate("./header.tpl")->display($context);
// line 2
echo "
";
// line 3
if ((isset($context["error"]) ? $context["error"] : null)) {
// line 4
echo "<div style="background-color: red;">";
echo twig_escape_filter($this->env, (isset($context["error"]) ? $context["error"] : null), "html", null, true);
echo "</div>
";
}
// line 6
echo "<div class="mz">
<div class="obvodka">
<form action="" method="post">
<div>Пароль:</div>
<div><input name="password" type="password" /></div>
<div>Символы с картинки:</div>
<div><img src="/captcha" alt="capthca" /></div>
<div><input type="text" name="captcha" /></div>
<div><input name="login" type="submit" value="Войти" /></div>
</form></div></div>
<div class="menu"><img src="/dir.png" class="ico"/> <a href="http://hellstyle.ru/">На главную</a></div>
";
// line 18
$this->env->loadTemplate("./footer.tpl")->display($context);
}
public function getTemplateName()
{
return "management/login_form.tpl";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 18, 32 => 6, 26 => 4, 24 => 3, 21 => 2, 19 => 1,);
}
}