[ Avaa Bypassed ]




Upload:

Command:

www-data@18.227.111.102: ~ $
<form method="post" action="db_structure.php" name="tablesForm" id="tablesForm">
{{ Url_getHiddenInputs(db) }}
<div class="responsivetable">
<table id="structureTable" class="data">
    <thead>
        <tr>
            <th class="print_ignore"></th>
            <th>{{ Util_sortableTableHeader('Table'|trans, 'table') }}</th>
            {% if replication %}
                <th>{% trans 'Replication' %}</th>
            {% endif %}

            {% if db_is_system_schema %}
                {% set action_colspan = 3 %}
            {% else %}
                {% set action_colspan = 6 %}
            {% endif %}
            {% if num_favorite_tables > 0 %}
                {% set action_colspan = action_colspan + 1 %}
            {% endif %}
            <th colspan="{{ action_colspan }}" class="print_ignore">
                {% trans 'Action' %}
            </th>
            {# larger values are more interesting so default sort order is DESC #}
            <th>
                {{ Util_sortableTableHeader('Rows'|trans, 'records', 'DESC') }}
                {{ Util_showHint(Sanitize_sanitize(
                    'May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].'|trans
                )) }}
            </th>
            {% if not (properties_num_columns > 1) %}
                <th>{{ Util_sortableTableHeader('Type'|trans, 'type') }}</th>
                <th>{{ Util_sortableTableHeader('Collation'|trans, 'collation') }}</th>
            {% endif %}

            {% if is_show_stats %}
                {# larger values are more interesting so default sort order is DESC #}
                <th>{{ Util_sortableTableHeader('Size'|trans, 'size', 'DESC') }}</th>
                {# larger values are more interesting so default sort order is DESC #}
                <th>{{ Util_sortableTableHeader('Overhead'|trans, 'overhead', 'DESC') }}</th>
            {% endif %}

            {% if show_charset %}
                <th>{{ Util_sortableTableHeader('Charset'|trans, 'charset') }}</th>
            {% endif %}

            {% if show_comment %}
                <th>{{ Util_sortableTableHeader('Comment'|trans, 'comment') }}</th>
            {% endif %}

            {% if show_creation %}
                {# newer values are more interesting so default sort order is DESC #}
                <th>{{ Util_sortableTableHeader('Creation'|trans, 'creation', 'DESC') }}</th>
            {% endif %}

            {% if show_last_update %}
                {# newer values are more interesting so default sort order is DESC #}
                <th>{{ Util_sortableTableHeader('Last update'|trans, 'last_update', 'DESC') }}</th>
            {% endif %}

            {% if show_last_check %}
                {# newer values are more interesting so default sort order is DESC #}
                <th>{{ Util_sortableTableHeader('Last check'|trans, 'last_check', 'DESC') }}</th>
            {% endif %}
        </tr>
    </thead>
    <tbody>
    {% for structure_table_row in structure_table_rows %}
        {% include 'database/structure/structure_table_row.twig' with structure_table_row only %}
    {% endfor %}
    </tbody>
    {% if body_for_table_summary %}
        {% include 'database/structure/body_for_table_summary.twig' with body_for_table_summary only %}
    {% endif %}
</table>
</div>
{% if check_all_tables %}
    {% include 'database/structure/check_all_tables.twig' with check_all_tables only %}
{% endif %}
</form>

Filemanager

Name Type Size Permission Actions
body_for_table_summary.twig File 3.42 KB 0644
browse_table.twig File 77 B 0644
browse_table_label.twig File 96 B 0644
check_all_tables.twig File 2.62 KB 0644
empty_table.twig File 189 B 0644
favorite_anchor.twig File 371 B 0644
print_view_data_dictionary_link.twig File 279 B 0644
search_table.twig File 74 B 0644
show_create.twig File 957 B 0644
show_create_row.twig File 565 B 0644
structure_table_row.twig File 7.63 KB 0644
table_header.twig File 3.39 KB 0644
tracking_icon.twig File 276 B 0644