3 // vim: expandtab sw=4 ts=4 sts=4:
7 * Counts amount of navigation tabs
9 $server_links_count_tabs = 0;
13 * Put something in $sub_part
15 if (!isset($sub_part)) {
24 $cfg['ShowMysqlInfo'] = TRUE;
25 $cfg['ShowMysqlVars'] = TRUE;
32 if (!empty($message)) {
33 PMA_showMessage($message);
41 <table border
="0" cellspacing
="0" cellpadding
="3" width
="100%" class="tabs">
43 <td width
="8"> 
;</td
>
45 echo PMA_printTab($strDatabases, 'server_databases.php3', $url_query);
46 if ($cfg['ShowMysqlInfo']) {
47 echo PMA_printTab($strStatus, 'server_status.php3', $url_query);
49 if ($cfg['ShowMysqlVars']) {
50 echo PMA_printTab($strServerTabVariables, 'server_variables.php3', $url_query);
53 echo PMA_printTab($strPrivileges, 'server_privileges.php3', $url_query);
55 echo PMA_printTab($strServerTabProcesslist, 'server_processlist.php3', $url_query);