This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/include/header.php

36 lines
1.3 KiB
PHP
Raw Normal View History

<?php
/*********************************/
/* Application Database - Header */
/*********************************/
2004-03-15 16:22:00 +00:00
?>
<!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">
2004-03-15 16:22:00 +00:00
<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>
2004-03-15 16:22:00 +00:00
</head>
<body>
<table width="100%" cellpadding="0" cellspacing="0">
2004-03-15 16:22:00 +00:00
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
2004-03-15 16:22:00 +00:00
<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>
2004-03-15 16:22:00 +00:00
<td>
<img src="<?php echo BASE; ?>images/blank.gif" width="10" height="1" alt="">
2004-03-15 16:22:00 +00:00
</td>
<td width="100%" align="center" valign="middle">
<?php echo $banner_ad; ?>
</td>
</tr>
</table>
2004-03-15 16:22:00 +00:00
</td>
</tr>
</table>