Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/xampp/phpMyAdmin/templates/export/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/xampp/phpMyAdmin/templates/export/alias_add.twig
<table>
    <thead>
        <tr>
            <th colspan="4">{% trans 'Define new aliases' %}</th>
        </tr>
    </thead>
    <tr>
        <td>
            <label>{% trans 'Select database:' %}</label>
        </td>
        <td>
            <select id="db_alias_select"><option value=""></option></select>
        </td>
        <td>
            <input id="db_alias_name" placeholder="{% trans 'New database name' %}" disabled="1">
        </td>
        <td>
            <button id="db_alias_button" class="btn btn-secondary" disabled="1">{% trans 'Add' %}</button>
        </td>
    </tr>
    <tr>
        <td>
            <label>{% trans 'Select table:' %}</label>
        </td>
        <td>
            <select id="table_alias_select"><option value=""></option></select>
        </td>
        <td>
            <input id="table_alias_name" placeholder="{% trans 'New table name' %}" disabled="1">
        </td>
        <td>
            <button id="table_alias_button" class="btn btn-secondary" disabled="1">{% trans 'Add' %}</button>
        </td>
    </tr>
    <tr>
        <td>
            <label>{% trans 'Select column:' %}</label>
        </td>
        <td>
            <select id="column_alias_select"><option value=""></option></select>
        </td>
        <td>
            <input id="column_alias_name" placeholder="{% trans 'New column name' %}" disabled="1">
        </td>
        <td>
            <button id="column_alias_button" class="btn btn-secondary" disabled="1">{% trans 'Add' %}</button>
        </td>
    </tr>
</table>