Be valid XHTML 1.0

This commit is contained in:
Michal Čihař
2004-04-27 12:55:53 +00:00
parent f8cbc7cc7e
commit 850741a174
4 changed files with 12 additions and 10 deletions

View File

@@ -281,3 +281,11 @@ form.clock {
.nowrap {
white-space: nowrap;
}
li {
padding-bottom: 1em;
}
li form {
display: inline;
}

View File

@@ -346,7 +346,7 @@ if (count($statistics) > 0) {
. ' </b>' . "\n"
. ' <br />' . "\n"
. ' ' . $strDatabasesStatsHeavyTraffic . "\n"
. ' </li><br /><br />' . "\n";
. ' </li>' . "\n";
} else if ($is_superuser && !empty($dbstats)) {
echo ' <li>' . "\n"
. ' <b>' . "\n"
@@ -354,7 +354,7 @@ if (count($statistics) > 0) {
. ' ' . $strDatabasesStatsDisable . "\n"
. ' </a>' . "\n"
. ' </b>' . "\n"
. ' </li><br /><br />' . "\n";
. ' </li>' . "\n";
}
if ($is_superuser || $cfg['AllowUserDropDatabase']) {
echo ' <li>' . "\n"

View File

@@ -138,7 +138,6 @@ unset($tmp_array);
</tr>
</table>
</li>
<br />
<li>
<!-- Queries -->
<?php echo sprintf($strQueryStatistics, number_format($serverStatus['Questions'], 0, $number_decimal_separator, $number_thousands_separator)) . "\n"; ?>
@@ -223,7 +222,6 @@ unset($serverStatus['Uptime']);
if (!empty($serverStatus)) {
?>
<br />
<li>
<!-- Other status variables -->
<b><?php echo $strMoreStatusVars; ?></b><br />

View File

@@ -720,7 +720,7 @@ echo "\n";
<!-- Printable view of the table -->
<li>
<div style="margin-bottom: 10px"><a href="tbl_printview.php?<?php echo $url_query; ?>"><?php echo $strPrintView; ?></a></div>
<a href="tbl_printview.php?<?php echo $url_query; ?>"><?php echo $strPrintView; ?></a>
</li>
<!-- Add some new fields -->
@@ -749,9 +749,7 @@ if ($cfg['Server']['relation']) {
?>
<!-- Work on Relations -->
<li>
<div style="margin-bottom: 10px">
<a href="tbl_relation.php?<?php echo $url_query; ?>"><?php echo $strRelationView; ?></a>
</div>
</li>
<?php
}
@@ -760,11 +758,9 @@ echo "\n";
<!-- Let MySQL propose the optimal structure -->
<li>
<div style="margin-bottom: 10px">
<a href="sql.php?<?php echo $url_query; ?>&amp;session_max_rows=all&amp;sql_query=<?php echo urlencode('SELECT * FROM ' . PMA_backquote($table) . ' PROCEDURE ANALYSE()'); ?>">
<?php echo $strStructPropose; ?></a>
<?php echo PMA_showMySQLDocu('Extending_MySQL', 'procedure_analyse') . "\n"; ?>
</div>
</li>
<?php