- fix the 25 errors reported by the w3c html validator (http://validator.w3.org) in appview.php?appid=whatever

- fix the 46 errors reported by the w3c html validator in appview.php?versionid=whatever
- fix the 97 errors reported by the w3c html validator in index.php
This commit is contained in:
Jonathan Ernst
2005-02-11 23:42:50 +00:00
committed by WineHQ
parent 30f8514840
commit 124868c0a0
12 changed files with 102 additions and 111 deletions

View File

@@ -3,37 +3,33 @@
/* Application Database - Header */
/*********************************/
?>
<!-- start of header.inc -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Wine Application DB <?php echo $title; ?></title>
<meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="<?php echo BASE; ?>apidb.css" type="text/css">
<link rel="stylesheet" href="<?php echo BASE; ?>application.css" type="text/css">
<script src="<?php echo BASE; ?>scripts.js" type="text/javascript"></script>
</head>
<body>
<table width="100%" cellpadding=0 cellspacing=0>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" cellpadding=0 cellspacing=0>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.png" width=300 height=99 alt="Wine HQ"></a></td>
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.png" width="300" height="99" alt="Wine HQ"></a></td>
<td>
<img src="<?php echo BASE; ?>images/blank.gif" width=10 height=1 alt="">
<img src="<?php echo BASE; ?>images/blank.gif" width="10" height="1" alt="">
</td>
<td width="100%" align="center" valign="middle">
<?php echo $banner_ad; ?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- end of header.inc -->