"; // remove vertical scroll bar bug in ie ?> phpMyAdmin /> >
phpMyAdmin
' . 'phpMyAdmin' . '
' . "\n"; } echo '
'; } // end of display logo if ($cfg['MainPageIconic']) { $str_spacer_links=''; } else{ $str_spacer_links=' - '; } ?>
' . ($cfg['MainPageIconic'] ? '' . $strHome . '' : '' . $strHome . '') . ''; // if we have chosen server if ($server != 0) { // Logout for advanced authentication if ($cfg['Server']['auth_type'] != 'config') { echo $str_spacer_links; echo '' . ($cfg['MainPageIconic'] ? '' . $strLogout . '' : '' . $strLogout . '') . ''; } // end if $anchor = 'querywindow.php?' . PMA_generate_common_url('', ''); if ($cfg['QueryFrameJS']) { $href = $anchor; $target = ''; $onclick = 'onclick="javascript:open_querywindow(this.href); return false;"'; } else { $href = $anchor; $target = 'target="phpmain' . $hash . '"'; $onclick = ''; } if ($cfg['MainPageIconic']) { $query_frame_link_text = '' . $strQueryFrame . ''; } else { echo ($str_spacer_links != '' ? '
' : ''); $query_frame_link_text = '' . $strQueryFrame . ''; } ?> ' . '' . '' . $strPmaDocumentation . '' . ''; echo '' . '' . 'MySQL - ' . $strDocu . '' . ''; } ?>

0) { PMA_availableDatabases(); // this function is defined in "common.lib.php" } else { $num_dbs = 0; } // Don't display expansible/collapsible database info if: // 1. $server == 0 (no server selected) // This is the case when there are multiple servers and // '$cfg['ServerDefault'] = 0' is set. In that case, we want the welcome // screen to appear with no database info displayed. // 2. there is only one database available (ie either only one database exists // or $cfg['Servers']['only_db'] is defined and is not an array) // In this case, the database should not be collapsible/expandable if ($num_dbs > 1) { // Light mode -> beginning of the select combo for databases // Note: When javascript is active, the frameset will be changed from // within left.php. With no JS (