Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
16784aa2159214de546f48a4d7c76662d3175feb47e0ef02de88f8a005bed9e4.php000064400000010451151160642470016107
0ustar00<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* forms/fields/input/checkbox.html.twig */
class
__TwigTemplate_a20f1fd1ab5f64c9e11ca7612f459821ef78535762077ddc0e8c59e0ffdcc2e4
extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->blocks = [
'input' => [$this, 'block_input'],
'reset_field' => [$this,
'block_reset_field'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "forms/fields/input/group/group.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$this->parent =
$this->loadTemplate("forms/fields/input/group/group.html.twig",
"forms/fields/input/checkbox.html.twig", 1);
$this->parent->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_input($context, array $blocks = [])
{
// line 4
echo " <input
";
// line 6
echo " type=\"checkbox\"
name=\"";
// line 7
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->fieldNameFilter((($context["scope"]
?? null) . ($context["name"] ?? null))), "html", null,
true);
echo "\"
value=\"";
// line 8
echo twig_escape_filter($this->env,
twig_join_filter(($context["value"] ?? null), ", "),
"html", null, true);
echo "\"
";
// line 10
echo " ";
$this->displayBlock("global_attributes", $context,
$blocks);
echo "
";
// line 12
echo " ";
if ((($context["value"] ?? null) == true)) {
echo "checked=\"checked\" ";
}
// line 13
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "autocomplete", []), [0 => "on", 1 =>
"off"])) {
echo "autocomplete=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"autocomplete", []), "html", null, true);
echo "\"";
}
// line 14
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "autofocus", []), [0 => "on", 1 =>
"true", 2 => 1])) {
echo "autofocus=\"autofocus\"";
}
// line 15
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "disabled", []), [0 => "on", 1 =>
"true", 2 => 1])) {
echo "disabled=\"disabled\"";
}
// line 16
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "required", []), [0 => "on", 1 =>
"true", 2 => 1])) {
echo "required=\"required\"";
}
// line 17
echo " />
";
// line 19
$this->displayBlock('reset_field', $context, $blocks);
}
public function block_reset_field($context, array $blocks = [])
{
}
public function getTemplateName()
{
return "forms/fields/input/checkbox.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 93 => 19, 89 => 17, 84 => 16, 79 =>
15, 74 => 14, 67 => 13, 62 => 12, 57 => 10, 53 => 8,
49 => 7, 46 => 6, 43 => 4, 40 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use
getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is
deprecated since version 1.27 and will be removed in 2.0. Use
getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("",
"forms/fields/input/checkbox.html.twig",
"/home/lmsyaran/public_html/administrator/components/com_gantry5/templates/forms/fields/input/checkbox.html.twig");
}
}