Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla4/ |
| [Home] [System Details] [Kill Me] |
d2da8d8f73593fcf1736a59bed52552a9decc9e0936d975433588a81605e4769.php000064400000014234151157637470016022
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/textarea/textarea.html.twig */
class
__TwigTemplate_2fbb81b2e09fbe898529b522625df705a9675cf3ee72c07a22b119bac6589550
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 $this->loadTemplate((("forms/" .
(((isset($context["layout"]) ||
array_key_exists("layout", $context))) ?
(_twig_default_filter(($context["layout"] ?? null),
"field")) : ("field"))) . ".html.twig"),
"forms/fields/textarea/textarea.html.twig", 1);
}
protected function doDisplay(array $context, array $blocks = [])
{
$this->getParent($context)->display($context,
array_merge($this->blocks, $blocks));
}
// line 3
public function block_input($context, array $blocks = [])
{
// line 4
echo " <textarea
";
// line 6
echo " name=\"";
echo twig_escape_filter($this->env,
$this->env->getExtension('Gantry\Component\Twig\TwigExtension')->fieldNameFilter((($context["scope"]
?? null) . ($context["name"] ?? null))), "html", null,
true);
echo "\"
";
// line 8
echo " ";
$this->displayBlock("global_attributes", $context,
$blocks);
echo "
";
// line 10
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "autofocus", []), [0 => "on", 1 =>
"true", 2 => 1])) {
echo "autofocus=\"autofocus\"";
}
// line 11
echo " ";
if ($this->getAttribute(($context["field"] ?? null),
"cols", [], "any", true, true)) {
echo "cols=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"cols", []), "html", null, true);
echo "\"";
}
// line 12
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "disabled", []), [0 => "on", 1 =>
"true", 2 => 1])) {
echo "disabled=\"disabled\"";
}
// line 13
echo " ";
if ($this->getAttribute(($context["field"] ?? null),
"maxlength", [], "any", true, true)) {
echo "maxlength=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"maxlength", []), "html", null, true);
echo "\"";
}
// line 14
echo " ";
if ($this->getAttribute(($context["field"] ?? null),
"minlength", [], "any", true, true)) {
echo "minlength=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"minlength", []), "html", null, true);
echo "\"";
}
// line 15
echo " ";
if ($this->getAttribute(($context["field"] ?? null),
"placeholder", [], "any", true, true)) {
echo "placeholder=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"placeholder", []), "html", null, true);
echo "\"";
}
// line 16
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "readonly", []), [0 => "on", 1 =>
"true", 2 => 1])) {
echo "readonly=\"readonly\"";
}
// line 17
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "required", []), [0 => "on", 1 =>
"true", 2 => 1])) {
echo "required=\"required\"";
}
// line 18
echo " ";
if ($this->getAttribute(($context["field"] ?? null),
"rows", [], "any", true, true)) {
echo "rows=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"rows", []), "html", null, true);
echo "\"";
}
// line 19
echo " ";
if
(twig_in_filter($this->getAttribute(($context["field"] ??
null), "wrap", []), [0 => "hard", 1 =>
"soft"])) {
echo "wrap=\"";
echo twig_escape_filter($this->env,
$this->getAttribute(($context["field"] ?? null),
"wrap", []), "html", null, true);
echo "\"";
}
// line 20
echo " >";
echo twig_escape_filter($this->env,
twig_join_filter(($context["value"] ?? null), "
"), "html", null, true);
echo "</textarea>
";
// line 22
$this->displayBlock('reset_field', $context, $blocks);
}
public function block_reset_field($context, array $blocks = [])
{
$this->displayParentBlock("reset_field", $context,
$blocks);
}
public function getTemplateName()
{
return "forms/fields/textarea/textarea.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 124 => 22, 117 => 20, 110 => 19, 103
=> 18, 98 => 17, 93 => 16, 86 => 15, 79 => 14, 72 =>
13, 67 => 12, 60 => 11, 55 => 10, 50 => 8, 45 => 6, 42
=> 4, 39 => 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/textarea/textarea.html.twig",
"/home/lmsyaran/public_html/administrator/components/com_gantry5/templates/forms/fields/textarea/textarea.html.twig");
}
}