| Server IP : 104.21.84.107 / Your IP : 104.23.243.197 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/fcs/administrator/components/com_gantry5/templates/partials/ |
Upload File : |
{% assets %}
{% block stylesheets %}
{% endblock %}
{% block javascript %}
{% endblock %}
{% endassets -%}
{% assets in 'footer' %}
{% block javascript_footer %}
{% endblock %}
{% endassets -%}
{% set name = (name is null ? field.name : name) -%}
{% set value = (value is null ? field.default : value) -%}
{% block group %}
{% block input %}
<input
{# required attribute structures #}
name="{{ (scope ~ name)|fieldName }}"
value="{{ value|join(', ') }}"
{# global attribute structures #}
{% block global_attributes %}
{% if field.class is defined %} class="{{ field.class }}" {% endif %}
{% if field.id is defined %} id="{{ field.id }}" {% endif %}
{% if field.style is defined %} style="{{ field.style }}" {% endif %}
{% if field.title is defined %} title="{{ field.title }}" {% endif %}
{% if field.override_target is defined %} data-override-target="{{ field.override_target|e('html_attr') }}" {% endif %}
aria-label="{{ (scope ~ name)|replace({'.': ' '})|title|trim }}"
{% endblock %}
/>
{% endblock %}
{% endblock %}