42 lines
1.6 KiB
PHP
42 lines
1.6 KiB
PHP
<?php
|
|
/*********************************/
|
|
/* Application Database - Header */
|
|
/*********************************/
|
|
?>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Wine AppDB <?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; ?>prototype-1.6.0.2.js" type="text/javascript"></script>
|
|
<script src="<?php echo BASE; ?>scripts.js" type="text/javascript"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<table width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<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>
|
|
<img src="<?php echo BASE; ?>images/blank.gif" width="10" height="1" alt="">
|
|
</td>
|
|
<td width="468" align="center" valign="middle">
|
|
<!-- BANNER AD -->
|
|
<iframe src="http://www.winehq.org/bin/ad" scrolling="no" frameBorder="0" height="60" width="468"></iframe>
|
|
<!-- END BANNER AD -->
|
|
</td>
|
|
<td>
|
|
<img src="<?php echo BASE; ?>images/blank.gif" width=10 height=1 alt="">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|