0) { PMA_availableDatabases(); // this function is defined in "common.lib.php3" } else { $num_dbs = 0; } /** * Send http headers */ // Don't use cache (required for Opera) $now = gmdate('D, d M Y H:i:s') . ' GMT'; header('Expires: ' . $now); header('Last-Modified: ' . $now); header('Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0'); // HTTP/1.1 header('Pragma: no-cache'); // HTTP/1.0 // Define the charset to be used header('Content-Type: text/html; charset=' . $charset); /** * Displays the frame */ // Gets the font sizes to use PMA_setFontSizes(); ?> phpMyAdmin target="phpmain" /> 1 && !$cfg['LeftFrameLight']) { echo "\n"; ?> 1) else if ($num_dbs == 1) { echo "\n"; ?> phpMyAdmin
1) { // Light mode -> beginning of the select combo for databases if ($cfg['LeftFrameLight']) { echo '
' . "\n"; echo PMA_generate_common_hidden_inputs(); echo ' ' . "\n"; echo ' ' . "\n"; echo '
' . "\n"; if (!$table_list) { $table_list = '
' . $strSelectADb . '
' . "\n"; } // Displays the current database name and the list of tables it // contains echo "\n" . '
' . "\n\n"; echo $table_list_header; echo $table_list; echo "\n" . '
' . "\n"; } // No light mode -> initialize some js variables for the // expandible/collapsible stuff else { ?> 1) // Case where only one database has to be displayed else if ($num_dbs == 1) { $db = $dblist[0]; $tables = @PMA_mysql_list_tables($db); $num_tables = ($tables) ? @mysql_numrows($tables) : 0; $common_url_query = PMA_generate_common_url($db); if ($num_tables) { $num_tables_disp = $num_tables; } else { $num_tables_disp = '-'; } // Get additional infomation about tables for tooltip if ($cfg['ShowTooltip'] && PMA_MYSQL_INT_VERSION >= 32303 && $num_tables) { $tooltip = array(); $result = PMA_mysql_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db)); while ($tmp = PMA_mysql_fetch_array($result)) { $tooltip[$tmp['Name']] = (!empty($tmp['Comment']) ? $tmp['Comment'] . ' ' : '') . '(' . (isset($tmp['Rows']) ? $tmp['Rows'] : '0') . ' ' . $strRows . ')'; } // end while } // end if // Displays the database name echo "\n"; ?>
  ()
<?php echo $strBrowse . ': ' . htmlspecialchars($table); ?> 
' . $strNoDatabases . '

'; } // end if ($num_dbs == 0) echo "\n"; ?>