' . "\n" . ' ' . "\n" . ' ' . ' ' . ' ' . ' '; } echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strDatabases.'' : '') . $strDatabases, 'server_databases.php', $url_query); if ($cfg['ShowMysqlInfo']) { echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strStatus.'' : '') . $strStatus, 'server_status.php', $url_query); } if ($cfg['ShowMysqlVars']) { echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strServerTabVariables.'' : '') . $strServerTabVariables, 'server_variables.php', $url_query); } if (PMA_MYSQL_INT_VERSION >= 40100) { echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strCharsets.'' : '') . $strCharsets, 'server_collations.php', $url_query); } if ($is_superuser) { echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strPrivileges.'' : '') . $strPrivileges, 'server_privileges.php', $url_query); } echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strServerTabProcesslist.'' : '') . $strServerTabProcesslist, 'server_processlist.php', $url_query); echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ''.$strExport.'' : '') . $strExport, 'server_export.php', $url_query); if (!$cfg['LightTabs']) { echo ' ' . '
' . "\n" . ' ' . "\n" . ' ' . "\n" . ''; } else { echo '
'; } ?>