' . $strNoTablesFound . '
' . "\n";
if (empty($db_is_information_schema)) {
require './libraries/display_create_table.lib.php';
} // end if (Create Table dialog)
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
exit;
}
// else
// 2. Shows table informations - staybyte - 11 June 2001
require_once './libraries/bookmark.lib.php';
if (PMA_MYSQL_INT_VERSION >= 40101) {
require_once './libraries/mysql_charsets.lib.php';
$db_collation = PMA_getDbCollation($db);
}
// Display function
/**
* void PMA_TableHeader([bool $db_is_information_schema = false])
* display table header (
' . "\n";
// TODO FIXME replace %d with %s in strings
//echo '1' . PMA_sanitize(sprintf($strViewMaxExactCount, PMA_formatNumber($cfg['MaxExactCount'], 0), '[a@./Documentation.html#cfg_MaxExactCount@_blank]', '[/a]')) . "\n";
echo '1' . PMA_sanitize(sprintf($strViewMaxExactCount, $cfg['MaxExactCount'], '[a@./Documentation.html#cfg_MaxExactCount@_blank]', '[/a]')) . "\n";
echo '' . "\n";
}
?>
';
echo '';
if ($cfg['PropertiesIconic']) {
echo '
';
}
echo $strPrintView . ' ';
echo '';
if ($cfg['PropertiesIconic']) {
echo '
';
}
echo $strDataDict . '';
echo '';
if (empty($db_is_information_schema)) {
require './libraries/display_create_table.lib.php';
} // end if (Create Table dialog)
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
?>