HTML compliance
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-02-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* header.inc.php, queryframe.php: HTML improvement,
|
||||||
|
thanks to Armel Fauveau
|
||||||
|
|
||||||
2005-02-16 Alexander M. Turek <me@derrabus.de>
|
2005-02-16 Alexander M. Turek <me@derrabus.de>
|
||||||
* db_details_export.php: Views are not exportable yet.
|
* db_details_export.php: Views are not exportable yet.
|
||||||
* themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
|
* themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
|
||||||
|
@@ -64,7 +64,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
|||||||
|
|
||||||
document.write('<style type="text/css">');
|
document.write('<style type="text/css">');
|
||||||
document.write('img.lightbulb { cursor: pointer; }');
|
document.write('img.lightbulb { cursor: pointer; }');
|
||||||
document.write('</style>');
|
document.write('<\/style>');
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// Add some javascript instructions if required
|
// Add some javascript instructions if required
|
||||||
|
@@ -225,7 +225,7 @@ if ($cfg['MainPageIconic']) {
|
|||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
document.writeln('<a href="<?php echo $href; ?>" <?php echo $target . ' ' . $onclick; ?> class="item"><?php echo addslashes($query_frame_link_text); ?></a>');
|
document.writeln('<a href="<?php echo $href; ?>" <?php echo $target . ' ' . $onclick; ?> class="item"><?php echo addslashes($query_frame_link_text); ?><\/a>');
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
<noscript>
|
<noscript>
|
||||||
@@ -291,14 +291,13 @@ if ($num_dbs > 1) {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap="nowrap">
|
<td nowrap="nowrap">
|
||||||
|
<form method="post" action="index.php" name="left" target="_parent" style="margin: 0px; padding: 0px;">
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript" language="javascript">
|
||||||
<!--
|
<!--
|
||||||
document.writeln('<form method="post" action="left.php" name="left" target="nav" style="margin: 0px; padding: 0px;">');
|
document.left.action="left.php";
|
||||||
|
document.left.target="nav";
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
<noscript>
|
|
||||||
<form method="post" action="index.php" name="left" target="_parent" style="margin: 0px; padding: 0px;">
|
|
||||||
</noscript>
|
|
||||||
<?php
|
<?php
|
||||||
echo PMA_generate_common_hidden_inputs();
|
echo PMA_generate_common_hidden_inputs();
|
||||||
echo ' <input type="hidden" name="hash" value="' . $hash . '" />' . "\n";
|
echo ' <input type="hidden" name="hash" value="' . $hash . '" />' . "\n";
|
||||||
@@ -394,7 +393,9 @@ if ($num_dbs > 1) {
|
|||||||
} // end for $i (db list)
|
} // end for $i (db list)
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
<noscript><input type="submit" name="Go" value="<?php echo $strGo; ?>" /></noscript>
|
<noscript>
|
||||||
|
<input type="submit" name="Go" value="<?php echo $strGo; ?>" />
|
||||||
|
</noscript>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user