improve XHTML
This commit is contained in:
@@ -52,7 +52,7 @@ $cfgRelation = PMA_getRelationsParam();
|
|||||||
<title>phpMyAdmin</title>
|
<title>phpMyAdmin</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
||||||
<base<?php if (!empty($cfg['PmaAbsoluteUri'])) echo ' href="' . $cfg['PmaAbsoluteUri'] . '"'; ?> />
|
<base<?php if (!empty($cfg['PmaAbsoluteUri'])) echo ' href="' . $cfg['PmaAbsoluteUri'] . '"'; ?> />
|
||||||
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?lang=<?php echo $lang; ?>&js_frame=left&num_dbs=0" />
|
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?lang=<?php echo $lang; ?>&js_frame=left&num_dbs=0" />
|
||||||
<?php
|
<?php
|
||||||
if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
|
if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {
|
||||||
?>
|
?>
|
||||||
@@ -94,7 +94,7 @@ if ($cfg['LeftDisplayLogo']) {
|
|||||||
if (@file_exists($pmaThemeImage . 'logo_left.png')) {
|
if (@file_exists($pmaThemeImage . 'logo_left.png')) {
|
||||||
?>
|
?>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="http://www.phpmyadmin.net" target="_blank"><img src="<?php echo '' . $pmaThemeImage . 'logo_left.png'; ?>" alt="phpMyAdmin" vspace="3" border="0" /></a></td>
|
<a href="http://www.phpmyadmin.net" target="_blank"><img src="<?php echo '' . $pmaThemeImage . 'logo_left.png'; ?>" alt="phpMyAdmin" vspace="3" border="0" /></a>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
@@ -136,7 +136,7 @@ $anchor = 'querywindow.php?' . PMA_generate_common_url('', '');
|
|||||||
if ($cfg['QueryFrameJS']) {
|
if ($cfg['QueryFrameJS']) {
|
||||||
$href = $anchor;
|
$href = $anchor;
|
||||||
$target = '';
|
$target = '';
|
||||||
$onclick = 'onClick="javascript:open_querywindow(this.href); return false;"';
|
$onclick = 'onclick="javascript:open_querywindow(this.href); return false;"';
|
||||||
} else {
|
} else {
|
||||||
$href = $anchor;
|
$href = $anchor;
|
||||||
$target = 'target="phpmain' . $hash . '"';
|
$target = 'target="phpmain' . $hash . '"';
|
||||||
@@ -161,7 +161,7 @@ if ($cfg['MainPageIconic']) {
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
if ($cfg['MainPageIconic']) {
|
if ($cfg['MainPageIconic']) {
|
||||||
echo '<img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' .'" width="2" height="1" border="0" />'
|
echo '<img src="' .$GLOBALS['pmaThemeImage'] . 'spacer.png' .'" width="2" height="1" border="0" alt="" />'
|
||||||
. '<a href="Documentation.html" target="documentation" class="item">'
|
. '<a href="Documentation.html" target="documentation" class="item">'
|
||||||
. '<img src="' . $pmaThemeImage . 'b_docs.png" border="0" hspace="1" width="16" height="16" alt="' . $strPmaDocumentation . '" title="' . $strPmaDocumentation . '"'
|
. '<img src="' . $pmaThemeImage . 'b_docs.png" border="0" hspace="1" width="16" height="16" alt="' . $strPmaDocumentation . '" title="' . $strPmaDocumentation . '"'
|
||||||
. ' onmouseover="this.style.backgroundColor=\'#ffffff\';" onmouseout="this.style.backgroundColor=\'\';" align="absmiddle" />'
|
. ' onmouseover="this.style.backgroundColor=\'#ffffff\';" onmouseout="this.style.backgroundColor=\'\';" align="absmiddle" />'
|
||||||
@@ -336,7 +336,7 @@ if ($num_dbs > 1) {
|
|||||||
<input type="hidden" name="framename" value="queryframe" />
|
<input type="hidden" name="framename" value="queryframe" />
|
||||||
</form>
|
</form>
|
||||||
<form name="hashform" action="queryframe.php">
|
<form name="hashform" action="queryframe.php">
|
||||||
<input type="hidden" name="hash" value="<?php echo $hash; ?>">
|
<input type="hidden" name="hash" value="<?php echo $hash; ?>" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user