bug #574025
This commit is contained in:
@@ -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
|
||||
|
@@ -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";
|
||||
|
@@ -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}
|
||||
|
@@ -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; ?>}
|
||||
|
@@ -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
|
||||
|
@@ -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}
|
||||
|
@@ -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">
|
||||
<!--
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user