HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: /volume1/web/phpMyAdmin/templates/table/search/fields_table.twig
<table class="data"{{ search_type == 'zoom' ? ' id="tableFieldsId"' }}>
    {% include 'table/search/table_header.twig' with {
        'geom_column_flag': geom_column_flag
    } only %}
    <tbody>
    {% if search_type == 'zoom' %}
        {% include 'table/search/rows_zoom.twig' with {
            'self': self,
            'column_names': column_names,
            'criteria_column_names': criteria_column_names,
            'criteria_column_types': criteria_column_types
        } only %}
    {% else %}
        {% include 'table/search/rows_normal.twig' with {
            'self': self,
            'geom_column_flag': geom_column_flag,
            'column_names': column_names,
            'column_types': column_types,
            'column_collations': column_collations
        } only %}
    {% endif %}
    </tbody>
</table>