One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
phpMyAdmin
/
templates
/
export
/
View File Name :
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>