Server IP : 85.214.239.14 / Your IP : 18.217.239.90 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/wordpress/phpMyAdmin/templates/navigation/ |
Upload File : |
{% if not is_ajax %} <div id="pma_navigation"> <div id="pma_navigation_resizer"></div> <div id="pma_navigation_collapser"></div> <div id="pma_navigation_content"> <div id="pma_navigation_header"> <a class="hide navigation_url" href="navigation.php{{ get_common({'ajax_request': true}) }}"></a> {% if logo.is_displayed %} <div id="pmalogo"> {% if logo.has_link %} <a href="{{ logo.link|default('#') }}"{{ logo.attributes }}> {% endif %} {% if logo.source is not empty %} <img id="imgpmalogo" src="{{ logo.source }}" alt="phpMyAdmin"> {% else %} <h1>phpMyAdmin</h1> {% endif %} {% if logo.has_link %} </a> {% endif %} </div> {% endif %} <div id="navipanellinks"> <a href="index.php{{ get_common() }}" title="{% trans 'Home' %}"> {{- get_image('b_home', 'Home'|trans) -}} </a> {% if server != 0 %} <a class="logout disableAjax" href="logout.php{{ get_common() }}" title="{{ auth_type == 'config' ? 'Empty session data'|trans : 'Log out'|trans }}"> {{- get_image('s_loggoff', auth_type == 'config' ? 'Empty session data'|trans : 'Log out'|trans) -}} </a> {% endif %} <a href="{{ get_docu_link('index') }}" title="{% trans 'phpMyAdmin documentation' %}" target="_blank" rel="noopener"> {{- get_image('b_docs', 'phpMyAdmin documentation'|trans) -}} </a> <a href="{{ get_mysql_docu_url('') }}" title="{% trans 'Documentation' %}" target="_blank" rel="noopener noreferrer"> {{- get_image('b_sqlhelp', 'Documentation'|trans) -}} </a> <a id="pma_navigation_settings_icon"{{ not is_navigation_settings_enabled ? ' class="hide"' }} href="#" title="{% trans 'Navigation panel settings' %}"> {{- get_image('s_cog', 'Navigation panel settings'|trans) -}} </a> <a id="pma_navigation_reload" href="#" title="{% trans 'Reload navigation panel' %}"> {{- get_image('s_reload', 'Reload navigation panel'|trans) -}} </a> </div> {% if is_servers_displayed and servers|length > 1 %} <div id="serverChoice"> {{ server_select|raw }} </div> {% endif %} {{ get_image('ajax_clock_small', 'Loading…'|trans, { 'style': 'visibility: hidden; display:none', 'class': 'throbber' }) }} </div> <div id="pma_navigation_tree" class="list_container{{ is_synced ? ' synced' }}{{ is_highlighted ? ' highlight' }}{{ is_autoexpanded ? ' autoexpand' }}"> {% endif %} {% if not navigation_tree %} {{ 'An error has occurred while loading the navigation display'|trans|error }} {% else %} {{ navigation_tree|raw }} {% endif %} {% if not is_ajax %} </div> <div id="pma_navi_settings_container"> {% if is_navigation_settings_enabled %} {{ navigation_settings|raw }} {% endif %} </div> </div> {% if is_drag_drop_import_enabled %} <div class="pma_drop_handler"> {% trans 'Drop files here' %} </div> <div class="pma_sql_import_status"> <h2> {% trans 'SQL upload' %} ( <span class="pma_import_count">0</span> ) <span class="close">x</span> <span class="minimize">-</span> </h2> <div></div> </div> {% endif %} </div> {% endif %}