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/navigation/tree/ |
{{ quick_warp|raw }} <div id="pma_navigation_select_database"> {{ list_navigator|raw }} <div id="pma_navigation_db_select"> <form action="index.php"> {{ get_hidden_fields({'server': server}) }} <select name="db" class="hide" id="navi_db_select"> <option value="" dir="{{ text_dir }}">{% trans 'Databases' %}…</option> {{ options|raw }} </select> </form> </div> </div> <div id="pma_navigation_tree_content"> <ul> {{ nodes|raw }} </ul> </div>