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 { .nowrap {
white-space: nowrap; white-space: nowrap;
} }
li {
padding-bottom: 1em;
}
li form {
display: inline;
}

View File

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

View File

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

View File

@@ -720,7 +720,7 @@ echo "\n";
<!-- Printable view of the table --> <!-- Printable view of the table -->
<li> <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> </li>
<!-- Add some new fields --> <!-- Add some new fields -->
@@ -749,9 +749,7 @@ if ($cfg['Server']['relation']) {
?> ?>
<!-- Work on Relations --> <!-- Work on Relations -->
<li> <li>
<div style="margin-bottom: 10px">
<a href="tbl_relation.php?<?php echo $url_query; ?>"><?php echo $strRelationView; ?></a> <a href="tbl_relation.php?<?php echo $url_query; ?>"><?php echo $strRelationView; ?></a>
</div>
</li> </li>
<?php <?php
} }
@@ -760,11 +758,9 @@ echo "\n";
<!-- Let MySQL propose the optimal structure --> <!-- Let MySQL propose the optimal structure -->
<li> <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()'); ?>"> <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 $strStructPropose; ?></a>
<?php echo PMA_showMySQLDocu('Extending_MySQL', 'procedure_analyse') . "\n"; ?> <?php echo PMA_showMySQLDocu('Extending_MySQL', 'procedure_analyse') . "\n"; ?>
</div>
</li> </li>
<?php <?php