This commit is contained in:
Alexander M. Turek
2002-06-26 21:40:25 +00:00
parent 7832442098
commit 7349c35d7d
8 changed files with 16 additions and 6 deletions

View File

@@ -8,6 +8,9 @@ $Source$
2002-06-26 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/czech-*.inc.php3: Shorter term for QBE, thanks again to
Michal Cihar (nijel).
* header.inc.php3, header_printview.php3, left.php3,
libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't
detect character encoding).
2002-06-26 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: update the persons/towns/countries example

View File

@@ -48,6 +48,7 @@ if ($GLOBALS['text_dir'] == 'ltr') {
<head>
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<?php
if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) {
echo '<base href="' . $GLOBALS['cfg']['PmaAbsoluteUri'] . '" />' . "\n";
@@ -94,17 +95,17 @@ a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff;
.warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
td.topline {font-size: 1px}
td.tab {
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: none;
border-radius: 2px;
-moz-border-radius: 2px;
}
table.tabs {
border-top: none;
border-right: none;
border-left: none;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 2px solid gray;
}
//-->

View File

@@ -48,6 +48,7 @@ if ($text_dir == 'ltr') {
<head>
<title><?php echo $strSQLResult; ?> - phpMyAdmin <?php echo PMA_VERSION ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<style type="text/css">
<!--
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000; background-color: #ffffff}

View File

@@ -49,6 +49,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $available_languages[$lang][2]; ?>" lang="<?php echo $available_languages[$lang][2]; ?>" dir="<?php echo $text_dir; ?>">
<head>
<title>phpMyAdmin <?php echo PMA_VERSION; ?> - <?php echo $HTTP_HOST; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<style type="text/css">
<!--
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>}

View File

@@ -62,6 +62,7 @@ PMA_setFontSizes();
<head>
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<base<?php if (!empty($cfg['PmaAbsoluteUri'])) echo ' href="' . $cfg['PmaAbsoluteUri'] . '"'; ?> target="phpmain" />
<?php
// Expandable/collapsible databases list is only used if there is more than one

View File

@@ -95,6 +95,7 @@ if (!defined('PMA_CONFIG_AUTH_INCLUDED')) {
<head>
<title><?php echo $GLOBALS['strAccessDenied']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<style type="text/css">
<!--
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}

View File

@@ -93,6 +93,7 @@ if (!defined('PMA_COOKIE_AUTH_INCLUDED')) {
<head>
<title>phpMyAdmin <?php echo PMA_VERSION; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<base href="<?php echo $cfg['PmaAbsoluteUri']; ?>" />
<style type="text/css">
<!--

View File

@@ -38,6 +38,7 @@ if (!defined('PMA_HTTP_AUTH_INCLUDED')) {
<head>
<title><?php echo $GLOBALS['strAccessDenied']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<style type="text/css">
<!--
body {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}