| Server IP : 104.21.84.107 / Your IP : 104.23.197.209 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/ajax/ |
Upload File : |
<div class="g-particles-header icons-header settings-block clearfix">
<div class="float-left particle-search-wrapper">
<input type="text" placeholder="{{ 'GANTRY5_PLATFORM_SEARCH_ELI'|trans }}"/>
<span class="particle-search-total">{{ total }}</span>
</div>
<div class="float-right">
{% for type,option in options %}
{% if option is iterable %}
<select name="type">
{% for key,value in option %}
<option value="fa-{{ key }}">{{ value }}</option>
{% endfor %}
</select>
{% else %}
<label><input type="checkbox" name="fa-{{ type }}" value="fa-{{ type }}"/> {{ option }}</label>
{% endif %}
{% endfor %}
</div>
</div>
<div class="g-particles-main icons-wrapper">
<ul>
{% for icon in icons %}
<li data-g-icon="{{ icon }}"><i class="fa-fw {{ icon }}" aria-hidden="true"></i> {{ icon }}</li>
{% endfor %}
</ul>
</div>
{% set faVersion = (gantry.config.page.fontawesome.version ?? gantry.config.page.fontawesome.default_version ?? 'fa4')|substr(0, 3)|upper %}
<div class="alert alert-info">{{ 'Displaying %s icons (see <strong>Base Outline</strong> > <strong>Page Settings</strong> > <strong>Font Awesome</strong>).'|trans(faVersion)|raw }}</div>
<div class="g-particles-footer settings-block clearfix">
<div class="float-left g-icon-preview"></div>
<div class="float-right">
<button href="#" class="button button-primary" data-g-select="">{{ 'GANTRY5_PLATFORM_SELECT'|trans }}</button>
<button href="#" class="button g5-dialog-close">{{ 'GANTRY5_PLATFORM_CANCEL'|trans }}</button>
</div>
</div>