XHTML 1.0 trans. compliance and more semantic XHTML output

This commit is contained in:
Sebastian Mendel
2005-10-11 11:49:17 +00:00
parent b4928863ff
commit 3143135a5c
13 changed files with 975 additions and 1305 deletions

View File

@@ -70,6 +70,7 @@ var confirmMsg = '<?php echo(($GLOBALS['cfg']['Confirm']) ? str_replace('\'', '
<?php
if ( empty( $querydisplay_tab ) ) {
$onload = 'onload="resize();"';
?>
function resize() {
@@ -95,6 +96,8 @@ function resize() {
}
}
<?php
} else {
$onload = '';
}
?>
//-->
@@ -102,7 +105,7 @@ function resize() {
<script src="libraries/functions.js" type="text/javascript" language="javascript"></script>
</head>
<body id="bodyquerywindow" onload="resize();" bgcolor="<?php echo ($cfg['QueryFrameJS'] ? $cfg['LeftBgColor'] : $cfg['RightBgColor']); ?>">
<body id="bodyquerywindow" <?php echo $onload; ?> bgcolor="<?php echo ($cfg['QueryFrameJS'] ? $cfg['LeftBgColor'] : $cfg['RightBgColor']); ?>">
<div id="querywindowcontainer">
<?php
if ( $cfg['QueryFrameJS'] && !isset($no_js) ) {