<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Security\ingresar.html.twig */
class __TwigTemplate_7bfbf8570e40a99f8147d8e25342941e extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'javascripts' => [$this, 'block_javascripts'],
'notice' => [$this, 'block_notice'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "layout_inicio.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Security\\ingresar.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Security\\ingresar.html.twig"));
$this->parent = $this->loadTemplate("layout_inicio.html.twig", "Security\\ingresar.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 4
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<!--script src=\"";
// line 5
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery/jquery-1.8.0.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script-->
<script type=\"text/javascript\">
\$(document).ready(function() {
\$(\"#captcha_refresh\").click(function (){
\$(\"#captcha_img\").html('<i class=\"ace-icon fa fa-spinner orange fa-spin bigger-220\"></i>');
\$(\"#captcha_img\").html('<img width=\"90%\" src=\"";
// line 10
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("captcha");
echo "?rdn='+Math.random()+'\" />');
});\t
});
/*var videoFile = 'http://www.bschool.ec/web/images/Tunnel_Animation.mp4';
\$('#divVideo video source').attr({'src': videoFile, 'autoplay': autoplay,});
\$(\"#divVideo video\")[0].load();*/
function myFunction() {
var x = document.getElementById(\"password\");
if (x.type === \"password\") {
x.type = \"text\";
document.getElementById('btnEye').className = 'ace-icon fa fa-eye';
} else {
x.type = \"password\";
document.getElementById('btnEye').className = 'ace-icon fa fa-eye-slash';
}
}
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 34
public function block_notice($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "notice"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "notice"));
// line 35
echo " <div class=\"ingresar_notice\">
";
// line 36
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable([0 => "notice", 1 => "success", 2 => "danger", 3 => "info", 4 => "warning"]);
foreach ($context['_seq'] as $context["_key"] => $context["notice_level"]) {
// line 37
echo " ";
$context["session_var"] = $context["notice_level"];
// line 38
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 38, $this->source); })()), "session", [], "any", false, false, false, 38), "flashbag", [], "any", false, false, false, 38), "get", [0 => (isset($context["session_var"]) || array_key_exists("session_var", $context) ? $context["session_var"] : (function () { throw new RuntimeError('Variable "session_var" does not exist.', 38, $this->source); })())], "method", false, false, false, 38));
foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) {
// line 39
echo " <div class=\"alert alert-";
echo twig_escape_filter($this->env, (isset($context["session_var"]) || array_key_exists("session_var", $context) ? $context["session_var"] : (function () { throw new RuntimeError('Variable "session_var" does not exist.', 39, $this->source); })()), "html", null, true);
echo "\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">
<i class=\"ace-icon fa fa-times\"></i>
</button>
<strong>
<i class=\"ace-icon fa fa-info-circle bigger-150\"></i>
";
// line 46
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["flashMessage"], [], "message");
echo "
</strong>
<br>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashMessage'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 52
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['notice_level'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 53
echo "
";
// line 54
if (((isset($context["error_msj"]) || array_key_exists("error_msj", $context) ? $context["error_msj"] : (function () { throw new RuntimeError('Variable "error_msj" does not exist.', 54, $this->source); })()) != "")) {
// line 55
echo " <div class=\"alert alert-danger alert-inicio\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">
<i class=\"ace-icon fa fa-times\"></i>
</button>
<strong>
<i class=\"ace-icon fa fa-info-circle bigger-150\"></i>
";
// line 62
echo (isset($context["error_msj"]) || array_key_exists("error_msj", $context) ? $context["error_msj"] : (function () { throw new RuntimeError('Variable "error_msj" does not exist.', 62, $this->source); })());
echo "
</strong>
<br>
</div>
<script type=\"text/javascript\">
var error='";
// line 68
echo (isset($context["error_msj"]) || array_key_exists("error_msj", $context) ? $context["error_msj"] : (function () { throw new RuntimeError('Variable "error_msj" does not exist.', 68, $this->source); })());
echo "';
/*errorAlert(error);*/
jAlert('<h1 class=\"red\"><i class=\"fa fa-exclamation-triangle red\"></i> ERROR </h1>'+'<div class=\"panel bigger-110\">'+error+'</div>','Error');
</script>
";
}
// line 73
echo "
";
// line 74
if ((array_key_exists("msj", $context) && ((isset($context["msj"]) || array_key_exists("msj", $context) ? $context["msj"] : (function () { throw new RuntimeError('Variable "msj" does not exist.', 74, $this->source); })()) != ""))) {
// line 75
echo " <div class=\"alert alert-danger alert-inicio\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">
<i class=\"ace-icon fa fa-times\"></i>
</button>
<strong>
<i class=\"ace-icon fa fa-info-circle bigger-150\"></i>
";
// line 82
echo (isset($context["msj"]) || array_key_exists("msj", $context) ? $context["msj"] : (function () { throw new RuntimeError('Variable "msj" does not exist.', 82, $this->source); })());
echo "
</strong>
<br>
</div>
";
}
// line 87
echo "
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 92
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 93
echo " ";
if ( !array_key_exists("last_username", $context)) {
// line 94
echo " ";
$context["last_username"] = "";
// line 95
echo " ";
}
// line 96
echo " <div class=\"widget-box transparent\">
<div class=\"widget-body\" style=\"display: block;\">
<div class=\"widget-main no-padding content_ini\" id=\"divVideo\">
<!--video autoplay loop style=\"width: 100%\">
<source src=\"http://www.bschool.ec/web/images/Tunnel_Animation.mp4\" type=\"video/mp4\" />
</video-->
<div class=\"content_ini_image\" >
<div style=\"position: relative; top: 7%; left: 0px; bottom: 0px; right: 0px;\">
<form class=\"form\" id=\"ingresar\" action=\"";
// line 105
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login_check");
echo "\" method=\"POST\">
<input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 106
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
echo "\">
<div class=\"row vertical-center\">
<div class=\"space-24 hidden-xs\"></div>
<div class=\"col-sm-2 hidden-xs\" style=\"text-align: left\">
</div>
<div class=\"col-sm-8 col-xs-12\" style=\"text-align: center;\">
<div class=\"col-lg-10 col-sm-10 col-xs-10 login-box\">
<div class=\"form-group\">
<div>
<h1 class=\"text-left \">";
// line 116
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("home.bienvenido", [], "messages");
echo "</h1>
<div class=\"space-8\"></div>
<span class=\"input-icon input-icon-right col-xs-12 no-padding\">
<input class=\"form-control input-inicio\" placeholder=\"";
// line 119
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("seguridad.autenticacion.user", [], "messages");
echo "\" type=\"text\" id=\"username\" name=\"_username\" value=\"";
echo twig_escape_filter($this->env, (isset($context["last_username"]) || array_key_exists("last_username", $context) ? $context["last_username"] : (function () { throw new RuntimeError('Variable "last_username" does not exist.', 119, $this->source); })()), "html", null, true);
echo "\" required=\"true\">
<i class=\"ace-icon fa fa-user grey\"> </i>
</span>
</div>
</div>
<div class=\"form-group\">
<div>
<div class=\"space-8\"></div>
<span class=\"input-icon input-icon-right col-xs-12 no-padding\">
<input type=\"password\" required=\"\" class=\"form-control input-inicio\" placeholder=\"";
// line 128
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("seguridad.autenticacion.password", [], "messages");
echo "\" type=\"password\" value=\"\" id=\"password\" name=\"_password\" style=\"width:100%; color: #bdb6b6;\" required=\"true\">
<i class=\"ace-icon fa fa-eye-slash\" id=\"btnEye\" onclick=\"myFunction()\"> </i>
</span>
</div>
</div>
<div class=\"form-group\">
<span class=\"col-xs-10 no-padding\">
<div id=\"captcha_img\" style=\"background-color: #fff; max-width: 100%;\" ><img width=\"80%\" src=\"";
// line 136
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("captcha");
echo "\"/></div>
</span>
<span class=\"col-xs-2\">
<div class=\"space-10 hidden-xs\"></div>
<a id=\"captcha_refresh\" href=\"#\" style='float:left'><img style=\"max-width: 80%; min-width: 40px;\" src=\"";
// line 140
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/icon/captcha_new.png"), "html", null, true);
echo "\" title=\"Cambiar código\"></a>
</span>
</div>
<div class=\"form-group\">
<div >
<div class=\"space-8\"></div>
<span class=\"input-icon input-icon-right col-xs-12 no-padding\">
<input type=\"text\" class=\"form-control input-inicio\" placeholder=\"";
// line 148
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("seguridad.autenticacion.captcha", [], "messages");
echo "\" id=\"captcha_codigo\" name=\"captcha_codigo\" style=\"width:100%;\" required=\"true\">
<i class=\"ace-icon fa fa-refresh grey\"> </i>
</span>
</div>
</div>
<div class=\"form-group\">
<div class=\"row center\">
<div class=\"space-8\"></div>
<input class=\"btn btn-large btn-round bigger-150 btn-inicio-st\" type=\"submit\" value=";
// line 157
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("botones.enter", [], "messages");
echo ">
</div>
</div>
<!---div>
<div class=\"space-8\"></div>
<div class=\"forget_password_st no-padding\">
<a class=\"pull-left text-left bigger-120\" href=\"";
// line 164
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("usuario_activa_cuenta");
echo " \">";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("seguridad.autenticacion.activar", [], "messages");
echo "</a>
</div>
<div class=\"forget_password_st no-padding\">
<a class=\"pull-right text-left bigger-120\" href=\"";
// line 167
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("usuario_recupera_password");
echo " \">";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("seguridad.autenticacion.noremember", [], "messages");
echo "</a>
</div>
</div-->
</div>
<div class=\"col-lg-2 col-sm-2 col-xs-2\" style=\"text-align: left\">
<!--img width=\"80%\" src=\"";
// line 173
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo_ST_blanco.png"), "html", null, true);
echo "\"-->
</div>
</div>
<div class=\"col-sm-2 hidden-xs\" style=\"text-align: left\">
</div>
</div>
</form>
</div>
</div>
<div class=\"row\" style=\"background: #000; margin-top: 100px;\">
<div class=\"col-sm-11 col-xs-12\" style=\"min-height: 100px; color: #fff; padding-top: 30px;\" >
Desarrollado por Strategic Thrusts S.A. @2022
</div>
</div>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Security\\ingresar.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 374 => 173, 363 => 167, 355 => 164, 345 => 157, 333 => 148, 322 => 140, 315 => 136, 304 => 128, 290 => 119, 284 => 116, 271 => 106, 267 => 105, 256 => 96, 253 => 95, 250 => 94, 247 => 93, 237 => 92, 225 => 87, 216 => 82, 207 => 75, 205 => 74, 202 => 73, 193 => 68, 184 => 62, 175 => 55, 173 => 54, 170 => 53, 164 => 52, 152 => 46, 141 => 39, 136 => 38, 133 => 37, 129 => 36, 126 => 35, 116 => 34, 83 => 10, 75 => 5, 70 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends \"layout_inicio.html.twig\" %}
{% block javascripts %}
{{ parent() }}
<!--script src=\"{{ asset('js/jquery/jquery-1.8.0.js') }}\" type=\"text/javascript\"></script-->
<script type=\"text/javascript\">
\$(document).ready(function() {
\$(\"#captcha_refresh\").click(function (){
\$(\"#captcha_img\").html('<i class=\"ace-icon fa fa-spinner orange fa-spin bigger-220\"></i>');
\$(\"#captcha_img\").html('<img width=\"90%\" src=\"{{path('captcha')}}?rdn='+Math.random()+'\" />');
});\t
});
/*var videoFile = 'http://www.bschool.ec/web/images/Tunnel_Animation.mp4';
\$('#divVideo video source').attr({'src': videoFile, 'autoplay': autoplay,});
\$(\"#divVideo video\")[0].load();*/
function myFunction() {
var x = document.getElementById(\"password\");
if (x.type === \"password\") {
x.type = \"text\";
document.getElementById('btnEye').className = 'ace-icon fa fa-eye';
} else {
x.type = \"password\";
document.getElementById('btnEye').className = 'ace-icon fa fa-eye-slash';
}
}
</script>
{% endblock %}
{% block notice %}
<div class=\"ingresar_notice\">
{% for notice_level in ['notice','success','danger','info', 'warning'] %}
{% set session_var = notice_level %}
{% for flashMessage in app.session.flashbag.get(session_var) %}
<div class=\"alert alert-{{session_var}}\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">
<i class=\"ace-icon fa fa-times\"></i>
</button>
<strong>
<i class=\"ace-icon fa fa-info-circle bigger-150\"></i>
{{ flashMessage | trans([],'message') | raw }}
</strong>
<br>
</div>
{% endfor %}
{% endfor %}
{% if error_msj != '' %}
<div class=\"alert alert-danger alert-inicio\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">
<i class=\"ace-icon fa fa-times\"></i>
</button>
<strong>
<i class=\"ace-icon fa fa-info-circle bigger-150\"></i>
{{ error_msj | raw }}
</strong>
<br>
</div>
<script type=\"text/javascript\">
var error='{{ error_msj | raw }}';
/*errorAlert(error);*/
jAlert('<h1 class=\"red\"><i class=\"fa fa-exclamation-triangle red\"></i> ERROR </h1>'+'<div class=\"panel bigger-110\">'+error+'</div>','Error');
</script>
{% endif %}
{% if msj is defined and msj != '' %}
<div class=\"alert alert-danger alert-inicio\">
<button type=\"button\" class=\"close\" data-dismiss=\"alert\">
<i class=\"ace-icon fa fa-times\"></i>
</button>
<strong>
<i class=\"ace-icon fa fa-info-circle bigger-150\"></i>
{{ msj | raw }}
</strong>
<br>
</div>
{% endif %}
</div>
{% endblock %}
{% block content %}
{% if last_username is not defined %}
{% set last_username = '' %}
{% endif %}
<div class=\"widget-box transparent\">
<div class=\"widget-body\" style=\"display: block;\">
<div class=\"widget-main no-padding content_ini\" id=\"divVideo\">
<!--video autoplay loop style=\"width: 100%\">
<source src=\"http://www.bschool.ec/web/images/Tunnel_Animation.mp4\" type=\"video/mp4\" />
</video-->
<div class=\"content_ini_image\" >
<div style=\"position: relative; top: 7%; left: 0px; bottom: 0px; right: 0px;\">
<form class=\"form\" id=\"ingresar\" action=\"{{path('login_check')}}\" method=\"POST\">
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
<div class=\"row vertical-center\">
<div class=\"space-24 hidden-xs\"></div>
<div class=\"col-sm-2 hidden-xs\" style=\"text-align: left\">
</div>
<div class=\"col-sm-8 col-xs-12\" style=\"text-align: center;\">
<div class=\"col-lg-10 col-sm-10 col-xs-10 login-box\">
<div class=\"form-group\">
<div>
<h1 class=\"text-left \">{% trans %}home.bienvenido{% endtrans %}</h1>
<div class=\"space-8\"></div>
<span class=\"input-icon input-icon-right col-xs-12 no-padding\">
<input class=\"form-control input-inicio\" placeholder=\"{% trans %}seguridad.autenticacion.user{% endtrans %}\" type=\"text\" id=\"username\" name=\"_username\" value=\"{{last_username}}\" required=\"true\">
<i class=\"ace-icon fa fa-user grey\"> </i>
</span>
</div>
</div>
<div class=\"form-group\">
<div>
<div class=\"space-8\"></div>
<span class=\"input-icon input-icon-right col-xs-12 no-padding\">
<input type=\"password\" required=\"\" class=\"form-control input-inicio\" placeholder=\"{% trans %}seguridad.autenticacion.password{% endtrans %}\" type=\"password\" value=\"\" id=\"password\" name=\"_password\" style=\"width:100%; color: #bdb6b6;\" required=\"true\">
<i class=\"ace-icon fa fa-eye-slash\" id=\"btnEye\" onclick=\"myFunction()\"> </i>
</span>
</div>
</div>
<div class=\"form-group\">
<span class=\"col-xs-10 no-padding\">
<div id=\"captcha_img\" style=\"background-color: #fff; max-width: 100%;\" ><img width=\"80%\" src=\"{{path('captcha')}}\"/></div>
</span>
<span class=\"col-xs-2\">
<div class=\"space-10 hidden-xs\"></div>
<a id=\"captcha_refresh\" href=\"#\" style='float:left'><img style=\"max-width: 80%; min-width: 40px;\" src=\"{{ asset('images/icon/captcha_new.png') }}\" title=\"Cambiar código\"></a>
</span>
</div>
<div class=\"form-group\">
<div >
<div class=\"space-8\"></div>
<span class=\"input-icon input-icon-right col-xs-12 no-padding\">
<input type=\"text\" class=\"form-control input-inicio\" placeholder=\"{% trans %}seguridad.autenticacion.captcha{% endtrans %}\" id=\"captcha_codigo\" name=\"captcha_codigo\" style=\"width:100%;\" required=\"true\">
<i class=\"ace-icon fa fa-refresh grey\"> </i>
</span>
</div>
</div>
<div class=\"form-group\">
<div class=\"row center\">
<div class=\"space-8\"></div>
<input class=\"btn btn-large btn-round bigger-150 btn-inicio-st\" type=\"submit\" value={%trans%}botones.enter{% endtrans%}>
</div>
</div>
<!---div>
<div class=\"space-8\"></div>
<div class=\"forget_password_st no-padding\">
<a class=\"pull-left text-left bigger-120\" href=\"{{path('usuario_activa_cuenta')}} \">{% trans %}seguridad.autenticacion.activar{% endtrans %}</a>
</div>
<div class=\"forget_password_st no-padding\">
<a class=\"pull-right text-left bigger-120\" href=\"{{path('usuario_recupera_password')}} \">{% trans %}seguridad.autenticacion.noremember{% endtrans %}</a>
</div>
</div-->
</div>
<div class=\"col-lg-2 col-sm-2 col-xs-2\" style=\"text-align: left\">
<!--img width=\"80%\" src=\"{{ asset('images/logo_ST_blanco.png') }}\"-->
</div>
</div>
<div class=\"col-sm-2 hidden-xs\" style=\"text-align: left\">
</div>
</div>
</form>
</div>
</div>
<div class=\"row\" style=\"background: #000; margin-top: 100px;\">
<div class=\"col-sm-11 col-xs-12\" style=\"min-height: 100px; color: #fff; padding-top: 30px;\" >
Desarrollado por Strategic Thrusts S.A. @2022
</div>
</div>
</div>
</div>
</div>
{% endblock %}
", "Security\\ingresar.html.twig", "/data/produccion/integral/src/templates/Security/ingresar.html.twig");
}
}